COLOR #99A8D1

HEX: #99A8D1 RGB: (153,168,209)

Color info

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

RGB color model

#99A8D1 color RGB value is (153,168,209).

RGB: (153,168,209) (60%, 66%, 82%)

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 209 of 255 = 82%

153
168
209

R + G + B ~ 69%. #99A8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 168 + 209 = 530 (100%)
R 153 of 530 ~ 28.87%
G 168 of 530 ~ 31.7%
B 209 of 530 ~ 39.43'%

%28.87
%31.7
%39.43

CMYK color model

#99A8D1 color CMYK value is (27,20,0,18).

  • cyan value is 26.79%
  • magenta value is 19.62%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (27,20,0,18)
C27M20Y0K18 (27%, 20%, 0%, 18%)
(0.27 / 0.20 / 0.00 / 0.18)

CMYK percentages

%26.79
%19.62
%0
%18.04

Codes

Color #99A8D1 in popluar color models

99 A8 D1
RGB 153 168 209
HSL 224° 37.84% 70.98%
HSB/HSV 224° 26.79% 81.96%
CMYK 26.79% 19.62% 0.00%
18.04%

Color #99A8D1 in popluar number systems.

HEX 99 A8 D1
Decimal 153 168 209
Binary 10011001 10101000 11010001
Octal 231 250 321

Shades and tints

Shades of #99A8D1

#99A8D1
(153,168,209)
#8C99BE
(140,153,190)
#7F8AAB
(127,138,171)
#727B98
(114,123,152)
#656C85
(101,108,133)
#585D72
(88,93,114)
#4B4E5F
(75,78,95)
#3E3F4C
(62,63,76)
#313039
(49,48,57)
#242126
(36,33,38)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #99A8D1

#99A8D1
(153,168,209)
#A2AFD5
(162,175,213)
#ABB6D9
(171,182,217)
#B4BDDD
(180,189,221)
#BDC4E1
(189,196,225)
#C6CBE5
(198,203,229)
#CFD2E9
(207,210,233)
#D8D9ED
(216,217,237)
#E1E0F1
(225,224,241)
#EAE7F5
(234,231,245)
#F3EEF9
(243,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A8D1 color. Also use rgb(153,168,209) instead hex code.

Text Font Color

.myTextColor { color: #99A8D1; }

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

This text font color is #99A8D1.

Background Color

.myBgColor { background-color: #99A8D1; }

<div style="background-color:#99A8D1">Inner text</div>

This div background color is #99A8D1.

Border color

.myBorderColor { border: 1px solid #99A8D1; }

<div style="border:3px solid #99A8D1">Div</div>

This div border color is #99A8D1.

Opacity

.myOpacity80 { color: #99A8D1; opacity: 0.8; }

<p style="color:#99A8D1;opacity:0.8;">80%</p>

Text with #99A8D1 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 #99A8D1;}

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

This text has shadow with #99A8D1 color.


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

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

This text has shadow with #99A8D1 primary color and red secondary color.


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

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

This text has shadow with #99A8D1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99A8D1.

Preview

Color preview on black background

This text has color #99A8D1 on black background.


Color preview on white background

This text has color #99A8D1 on white background.


Black color preview on #99A8D1 background

This text has black color on #99A8D1 background.


White color preview on #99A8D1 background

This text has white color on #99A8D1 background.


Related colors

Complementary color

Complementary color for #hex is #66572E.


I love getcolorcode.com

Triadic colors

1 #D199A8 and #A8D199 with #99A8D1 are triadic colors.

2 #D1A899 and #A899D1 with #99A8D1 are triadic colors.