COLOR #998DB5

HEX: #998DB5 RGB: (153,141,181)

Color info

#998DB5 contains red, green and blue colors in about the same proportion. Web safe color of #998DB5 is #9999CC (or #99C).

RGB color model

#998DB5 color RGB value is (153,141,181).

RGB: (153,141,181) (60%, 55%, 71%)

RGB channels and saturation

R 153 of 255 = 60%
G 141 of 255 = 55%
B 181 of 255 = 71%

153
141
181

R + G + B ~ 62%. #998DB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 141 + 181 = 475 (100%)
R 153 of 475 ~ 32.21%
G 141 of 475 ~ 29.68%
B 181 of 475 ~ 38.11'%

%32.21
%29.68
%38.11

CMYK color model

#998DB5 color CMYK value is (15,22,0,29).

  • cyan value is 15.47%
  • magenta value is 22.10%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK: (15,22,0,29) C15M22Y0K29 (15%,22%,0%,29%) (0.15/0.22/0.00/0.29) 

CMYK percentages

%15.47
%22.1
%0
%29.02

Codes

Color #998DB5 in popluar color models

99 8D B5
RGB 153 141 181
HSL 258° 21.28% 63.14%
HSB/HSV 258° 22.10% 70.98%
CMYK 15.47% 22.10% 0.00%
29.02%

Color #998DB5 in popluar number systems.

HEX 99 8D B5
Decimal 153 141 181
Binary 10011001 10001101 10110101
Octal 231 215 265

Shades and tints

Shades of #998DB5

#998DB5
(153,141,181)
#8C81A5
(140,129,165)
#7F7595
(127,117,149)
#726985
(114,105,133)
#655D75
(101,93,117)
#585165
(88,81,101)
#4B4555
(75,69,85)
#3E3945
(62,57,69)
#312D35
(49,45,53)
#242125
(36,33,37)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #998DB5

#998DB5
(153,141,181)
#A297BB
(162,151,187)
#ABA1C1
(171,161,193)
#B4ABC7
(180,171,199)
#BDB5CD
(189,181,205)
#C6BFD3
(198,191,211)
#CFC9D9
(207,201,217)
#D8D3DF
(216,211,223)
#E1DDE5
(225,221,229)
#EAE7EB
(234,231,235)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998DB5 color. Also use rgb(153,141,181) instead hex code.

Text Font Color

.myTextColor { color: #998DB5; }

<p style="color:#998DB5">This sample text font color is #998DB5.</p>

This text font color is #998DB5.

Background Color

.myBgColor { background-color: #998DB5; }

<div style="background-color:#998DB5">Inner text</div>

This div background color is #998DB5.

Border color

.myBorderColor { border: 1px solid #998DB5; }

<div style="border:3px solid #998DB5">Div</div>

This div border color is #998DB5.

Opacity

.myOpacity80 { color: #998DB5; opacity: 0.8; }

<p style="color:#998DB5;opacity:0.8;">80%</p>

Text with #998DB5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #998DB5;}

<p style="text-shadow: 3px 3px 1px #998DB5">Text here.</p>

This text has shadow with #998DB5 color.


.textShadow {text-shadow: 3px 3px 1px #998DB5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #998DB5, 5px 5px 20px red">Text here.</p>

This text has shadow with #998DB5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#998DB5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#998DB5, Direction=45, Strength=4)">Text</p>

This text has shadow with #998DB5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #998DB5;
-webkit-box-shadow: 1px 1px 3px 2px #998DB5;
box-shadow: 1px 1px 3px 2px #998DB5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #998DB5; -webkit-box-shadow: 1px 1px 3px 2px #998DB5; box-shadow:1px 1px 3px 2px #998DB5;">
Div content here
</div>

This div box has shadow with color #998DB5.

Preview

Color preview on black background

This text has color #998DB5 on black background.


Color preview on white background

This text has color #998DB5 on white background.


Black color preview on #998DB5 background

This text has black color on #998DB5 background.


White color preview on #998DB5 background

This text has white color on #998DB5 background.


Related colors

Complementary color

Complementary color for #hex is #66724A.


I love getcolorcode.com

Triadic colors

1 #B5998D and #8DB599 with #998DB5 are triadic colors.

2 #B58D99 and #8D99B5 with #998DB5 are triadic colors.