COLOR #99AEE7

HEX: #99AEE7
RGB: (153,174,231)

Color info

#99AEE7 contains mainly green and blue colors. Web safe color of #99AEE7 is #9999FF (or #99F).

RGB color model

#99AEE7 color RGB value is (153,174,231).

  • red value is 153;
  • green value is 174;
  • blue value is 231.
RGB:
(153,174,231)
(60%,68%,91%)

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 231 of 255 = 91%

153
174
231

R + G + B ~ 73%. #99AEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 174 + 231 = 558 (100%)
R 153 of 558 ~ 27.42%
G 174 of 558 ~ 31.18%
B 231 of 558 ~ 41.4%

%27.42
%31.18
%41.4

CMYK color model

#99AEE7 color CMYK value is (34,25,0,9).

  • cyan value is 33.77%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(34,25,0,9)
C34M25Y0K9 
(34%,25%,0%,9%)
(0.34/0.25/0.00/0.09)	

CMYK percentages

%33.77
%24.68
%0
%9.41

Codes

Color #99AEE7 in popluar color models

99AEE7
RGB153174231
HSL224°61.90%75.29%
HSB/HSV224°33.77%90.59%
CMYK33.77%24.68%0.00%
9.41%

Color #99AEE7 in popluar number systems.

HEX99AEE7
Decimal153174231
Binary100110011010111011100111
Octal231256347

Shades and tints

Shades of #99AEE7

#99AEE7
(153,174,231)
#8C9FD2
(140,159,210)
#7F90BD
(127,144,189)
#7281A8
(114,129,168)
#657293
(101,114,147)
#58637E
(88,99,126)
#4B5469
(75,84,105)
#3E4554
(62,69,84)
#31363F
(49,54,63)
#24272A
(36,39,42)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #99AEE7

#99AEE7
(153,174,231)
#A2B5E9
(162,181,233)
#ABBCEB
(171,188,235)
#B4C3ED
(180,195,237)
#BDCAEF
(189,202,239)
#C6D1F1
(198,209,241)
#CFD8F3
(207,216,243)
#D8DFF5
(216,223,245)
#E1E6F7
(225,230,247)
#EAEDF9
(234,237,249)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AEE7 color. Also use rgb(153,174,231) instead hex code.

Text Font Color

.myTextColor { color: #99AEE7; }

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

This text font color is #99AEE7.


Background Color

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

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

This div background color is #99AEE7.


Border color

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

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

This div border color is #99AEE7.


Opacity

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

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

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

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

This text has shadow with #99AEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AEE7 on black background.


Color preview on white background

This text has color #99AEE7 on white background.



Black color preview on #99AEE7 background

This text has black color on #99AEE7 background.


White color preview on #99AEE7 background

This text has white color on #99AEE7 background.