COLOR #999DB5

HEX: #999DB5
RGB: (153,157,181)

Color info

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

RGB color model

#999DB5 color RGB value is (153,157,181).

  • red value is 153;
  • green value is 157;
  • blue value is 181.
RGB:
(153,157,181)
(60%,62%,71%)

RGB channels and saturation

R 153 of 255 = 60%
G 157 of 255 = 62%
B 181 of 255 = 71%

153
157
181

R + G + B ~ 64%. #999DB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 157 + 181 = 491 (100%)
R 153 of 491 ~ 31.16%
G 157 of 491 ~ 31.98%
B 181 of 491 ~ 36.86%

%31.16
%31.98
%36.86

CMYK color model

#999DB5 color CMYK value is (15,13,0,29).

  • cyan value is 15.47%
  • magenta value is 13.26%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(15,13,0,29)
C15M13Y0K29 
(15%,13%,0%,29%)
(0.15/0.13/0.00/0.29)	

CMYK percentages

%15.47
%13.26
%0
%29.02

Codes

Color #999DB5 in popluar color models

999DB5
RGB153157181
HSL231°15.91%65.49%
HSB/HSV231°15.47%70.98%
CMYK15.47%13.26%0.00%
29.02%

Color #999DB5 in popluar number systems.

HEX999DB5
Decimal153157181
Binary100110011001110110110101
Octal231235265

Shades and tints

Shades of #999DB5

#999DB5
(153,157,181)
#8C8FA5
(140,143,165)
#7F8195
(127,129,149)
#727385
(114,115,133)
#656575
(101,101,117)
#585765
(88,87,101)
#4B4955
(75,73,85)
#3E3B45
(62,59,69)
#312D35
(49,45,53)
#241F25
(36,31,37)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #999DB5

#999DB5
(153,157,181)
#A2A5BB
(162,165,187)
#ABADC1
(171,173,193)
#B4B5C7
(180,181,199)
#BDBDCD
(189,189,205)
#C6C5D3
(198,197,211)
#CFCDD9
(207,205,217)
#D8D5DF
(216,213,223)
#E1DDE5
(225,221,229)
#EAE5EB
(234,229,235)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999DB5; }

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

This text font color is #999DB5.


Background Color

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

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

This div background color is #999DB5.


Border color

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

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

This div border color is #999DB5.


Opacity

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

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

Text with #999DB5 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 #999DB5;}

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

This text has shadow with #999DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999DB5 on black background.


Color preview on white background

This text has color #999DB5 on white background.



Black color preview on #999DB5 background

This text has black color on #999DB5 background.


White color preview on #999DB5 background

This text has white color on #999DB5 background.