COLOR #99A8DE

HEX: #99A8DE RGB: (153,168,222)

Color info

#99A8DE contains mainly green and blue colors. Web safe color of #99A8DE is #9999CC (or #99C).

RGB color model

#99A8DE color RGB value is (153,168,222).

RGB: (153,168,222) (60%, 66%, 87%)

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 222 of 255 = 87%

153
168
222

R + G + B ~ 71%. #99A8DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 168 + 222 = 543 (100%)
R 153 of 543 ~ 28.18%
G 168 of 543 ~ 30.94%
B 222 of 543 ~ 40.88'%

%28.18
%30.94
%40.88

CMYK color model

#99A8DE color CMYK value is (31,24,0,13).

  • cyan value is 31.08%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (31,24,0,13)
C31M24Y0K13 (31%, 24%, 0%, 13%)
(0.31 / 0.24 / 0.00 / 0.13)

CMYK percentages

%31.08
%24.32
%0
%12.94

Codes

Color #99A8DE in popluar color models

99 A8 DE
RGB 153 168 222
HSL 227° 51.11% 73.53%
HSB/HSV 227° 31.08% 87.06%
CMYK 31.08% 24.32% 0.00%
12.94%

Color #99A8DE in popluar number systems.

HEX 99 A8 DE
Decimal 153 168 222
Binary 10011001 10101000 11011110
Octal 231 250 336

Shades and tints

Shades of #99A8DE

#99A8DE
(153,168,222)
#8C99CA
(140,153,202)
#7F8AB6
(127,138,182)
#727BA2
(114,123,162)
#656C8E
(101,108,142)
#585D7A
(88,93,122)
#4B4E66
(75,78,102)
#3E3F52
(62,63,82)
#31303E
(49,48,62)
#24212A
(36,33,42)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #99A8DE

#99A8DE
(153,168,222)
#A2AFE1
(162,175,225)
#ABB6E4
(171,182,228)
#B4BDE7
(180,189,231)
#BDC4EA
(189,196,234)
#C6CBED
(198,203,237)
#CFD2F0
(207,210,240)
#D8D9F3
(216,217,243)
#E1E0F6
(225,224,246)
#EAE7F9
(234,231,249)
#F3EEFC
(243,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A8DE; }

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

This text font color is #99A8DE.

Background Color

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

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

This div background color is #99A8DE.

Border color

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

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

This div border color is #99A8DE.

Opacity

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

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

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

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

This text has shadow with #99A8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A8DE.

Preview

Color preview on black background

This text has color #99A8DE on black background.


Color preview on white background

This text has color #99A8DE on white background.


Black color preview on #99A8DE background

This text has black color on #99A8DE background.


White color preview on #99A8DE background

This text has white color on #99A8DE background.


Related colors

Complementary color

Complementary color for #hex is #665721.


I love getcolorcode.com

Triadic colors

1 #DE99A8 and #A8DE99 with #99A8DE are triadic colors.

2 #DEA899 and #A899DE with #99A8DE are triadic colors.