COLOR #99AEEB

HEX: #99AEEB RGB: (153,174,235)

Color info

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

RGB color model

#99AEEB color RGB value is (153,174,235).

RGB: (153,174,235) (60%, 68%, 92%)

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 235 of 255 = 92%

153
174
235

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

Portions of RGB colors in percentages

R + G + B = 153 + 174 + 235 = 562 (100%)
R 153 of 562 ~ 27.22%
G 174 of 562 ~ 30.96%
B 235 of 562 ~ 41.81'%

%27.22
%30.96
%41.81

CMYK color model

#99AEEB color CMYK value is (35,26,0,8).

  • cyan value is 34.89%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (35,26,0,8)
C35M26Y0K8 (35%, 26%, 0%, 8%)
(0.35 / 0.26 / 0.00 / 0.08)

CMYK percentages

%34.89
%25.96
%0
%7.84

Codes

Color #99AEEB in popluar color models

99 AE EB
RGB 153 174 235
HSL 225° 67.21% 76.08%
HSB/HSV 225° 34.89% 92.16%
CMYK 34.89% 25.96% 0.00%
7.84%

Color #99AEEB in popluar number systems.

HEX 99 AE EB
Decimal 153 174 235
Binary 10011001 10101110 11101011
Octal 231 256 353

Shades and tints

Shades of #99AEEB

#99AEEB
(153,174,235)
#8C9FD6
(140,159,214)
#7F90C1
(127,144,193)
#7281AC
(114,129,172)
#657297
(101,114,151)
#586382
(88,99,130)
#4B546D
(75,84,109)
#3E4558
(62,69,88)
#313643
(49,54,67)
#24272E
(36,39,46)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #99AEEB

#99AEEB
(153,174,235)
#A2B5EC
(162,181,236)
#ABBCED
(171,188,237)
#B4C3EE
(180,195,238)
#BDCAEF
(189,202,239)
#C6D1F0
(198,209,240)
#CFD8F1
(207,216,241)
#D8DFF2
(216,223,242)
#E1E6F3
(225,230,243)
#EAEDF4
(234,237,244)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AEEB; }

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

This text font color is #99AEEB.

Background Color

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

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

This div background color is #99AEEB.

Border color

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

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

This div border color is #99AEEB.

Opacity

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

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

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

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

This text has shadow with #99AEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AEEB.

Preview

Color preview on black background

This text has color #99AEEB on black background.


Color preview on white background

This text has color #99AEEB on white background.


Black color preview on #99AEEB background

This text has black color on #99AEEB background.


White color preview on #99AEEB background

This text has white color on #99AEEB background.


Related colors

Complementary color

Complementary color for #hex is #665114.


I love getcolorcode.com

Triadic colors

1 #EB99AE and #AEEB99 with #99AEEB are triadic colors.

2 #EBAE99 and #AE99EB with #99AEEB are triadic colors.