COLOR #99A9C8

HEX: #99A9C8 RGB: (153,169,200)

Color info

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

RGB color model

#99A9C8 color RGB value is (153,169,200).

RGB: (153,169,200) (60%, 66%, 78%)

RGB channels and saturation

R 153 of 255 = 60%
G 169 of 255 = 66%
B 200 of 255 = 78%

153
169
200

R + G + B ~ 68%. #99A9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 169 + 200 = 522 (100%)
R 153 of 522 ~ 29.31%
G 169 of 522 ~ 32.38%
B 200 of 522 ~ 38.31'%

%29.31
%32.38
%38.31

CMYK color model

#99A9C8 color CMYK value is (24,16,0,22).

  • cyan value is 23.50%
  • magenta value is 15.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (24,16,0,22)
C24M16Y0K22 (24%, 16%, 0%, 22%)
(0.24 / 0.16 / 0.00 / 0.22)

CMYK percentages

%23.5
%15.5
%0
%21.57

Codes

Color #99A9C8 in popluar color models

99 A9 C8
RGB 153 169 200
HSL 220° 29.94% 69.22%
HSB/HSV 220° 23.50% 78.43%
CMYK 23.50% 15.50% 0.00%
21.57%

Color #99A9C8 in popluar number systems.

HEX 99 A9 C8
Decimal 153 169 200
Binary 10011001 10101001 11001000
Octal 231 251 310

Shades and tints

Shades of #99A9C8

#99A9C8
(153,169,200)
#8C9AB6
(140,154,182)
#7F8BA4
(127,139,164)
#727C92
(114,124,146)
#656D80
(101,109,128)
#585E6E
(88,94,110)
#4B4F5C
(75,79,92)
#3E404A
(62,64,74)
#313138
(49,49,56)
#242226
(36,34,38)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #99A9C8

#99A9C8
(153,169,200)
#A2B0CD
(162,176,205)
#ABB7D2
(171,183,210)
#B4BED7
(180,190,215)
#BDC5DC
(189,197,220)
#C6CCE1
(198,204,225)
#CFD3E6
(207,211,230)
#D8DAEB
(216,218,235)
#E1E1F0
(225,225,240)
#EAE8F5
(234,232,245)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A9C8 color. Also use rgb(153,169,200) instead hex code.

Text Font Color

.myTextColor { color: #99A9C8; }

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

This text font color is #99A9C8.

Background Color

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

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

This div background color is #99A9C8.

Border color

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

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

This div border color is #99A9C8.

Opacity

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

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

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

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

This text has shadow with #99A9C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A9C8.

Preview

Color preview on black background

This text has color #99A9C8 on black background.


Color preview on white background

This text has color #99A9C8 on white background.


Black color preview on #99A9C8 background

This text has black color on #99A9C8 background.


White color preview on #99A9C8 background

This text has white color on #99A9C8 background.


Related colors

Complementary color

Complementary color for #hex is #665637.


I love getcolorcode.com

Triadic colors

1 #C899A9 and #A9C899 with #99A9C8 are triadic colors.

2 #C8A999 and #A999C8 with #99A9C8 are triadic colors.