COLOR #99A9E9

HEX: #99A9E9 RGB: (153,169,233)

Color info

#99A9E9 contains mainly blue color. Web safe color of #99A9E9 is #9999FF (or #99F).

RGB color model

#99A9E9 color RGB value is (153,169,233).

RGB: (153,169,233) (60%, 66%, 91%)

RGB channels and saturation

R 153 of 255 = 60%
G 169 of 255 = 66%
B 233 of 255 = 91%

153
169
233

R + G + B ~ 72%. #99A9E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 169 + 233 = 555 (100%)
R 153 of 555 ~ 27.57%
G 169 of 555 ~ 30.45%
B 233 of 555 ~ 41.98'%

%27.57
%30.45
%41.98

CMYK color model

#99A9E9 color CMYK value is (34,27,0,9).

  • cyan value is 34.33%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (34,27,0,9)
C34M27Y0K9 (34%, 27%, 0%, 9%)
(0.34 / 0.27 / 0.00 / 0.09)

CMYK percentages

%34.33
%27.47
%0
%8.63

Codes

Color #99A9E9 in popluar color models

99 A9 E9
RGB 153 169 233
HSL 228° 64.52% 75.69%
HSB/HSV 228° 34.33% 91.37%
CMYK 34.33% 27.47% 0.00%
8.63%

Color #99A9E9 in popluar number systems.

HEX 99 A9 E9
Decimal 153 169 233
Binary 10011001 10101001 11101001
Octal 231 251 351

Shades and tints

Shades of #99A9E9

#99A9E9
(153,169,233)
#8C9AD4
(140,154,212)
#7F8BBF
(127,139,191)
#727CAA
(114,124,170)
#656D95
(101,109,149)
#585E80
(88,94,128)
#4B4F6B
(75,79,107)
#3E4056
(62,64,86)
#313141
(49,49,65)
#24222C
(36,34,44)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #99A9E9

#99A9E9
(153,169,233)
#A2B0EB
(162,176,235)
#ABB7ED
(171,183,237)
#B4BEEF
(180,190,239)
#BDC5F1
(189,197,241)
#C6CCF3
(198,204,243)
#CFD3F5
(207,211,245)
#D8DAF7
(216,218,247)
#E1E1F9
(225,225,249)
#EAE8FB
(234,232,251)
#F3EFFD
(243,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A9E9; }

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

This text font color is #99A9E9.

Background Color

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

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

This div background color is #99A9E9.

Border color

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

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

This div border color is #99A9E9.

Opacity

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

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

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

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

This text has shadow with #99A9E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A9E9.

Preview

Color preview on black background

This text has color #99A9E9 on black background.


Color preview on white background

This text has color #99A9E9 on white background.


Black color preview on #99A9E9 background

This text has black color on #99A9E9 background.


White color preview on #99A9E9 background

This text has white color on #99A9E9 background.


Related colors

Complementary color

Complementary color for #hex is #665616.


I love getcolorcode.com

Triadic colors

1 #E999A9 and #A9E999 with #99A9E9 are triadic colors.

2 #E9A999 and #A999E9 with #99A9E9 are triadic colors.