COLOR #99AEBB

HEX: #99AEBB RGB: (153,174,187)

Color info

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

RGB color model

#99AEBB color RGB value is (153,174,187).

RGB: (153,174,187) (60%, 68%, 73%)

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 187 of 255 = 73%

153
174
187

R + G + B ~ 67%. #99AEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 174 + 187 = 514 (100%)
R 153 of 514 ~ 29.77%
G 174 of 514 ~ 33.85%
B 187 of 514 ~ 36.38'%

%29.77
%33.85
%36.38

CMYK color model

#99AEBB color CMYK value is (18,7,0,27).

  • cyan value is 18.18%
  • magenta value is 6.95%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (18,7,0,27)
C18M7Y0K27 (18%, 7%, 0%, 27%)
(0.18 / 0.07 / 0.00 / 0.27)

CMYK percentages

%18.18
%6.95
%0
%26.67

Codes

Color #99AEBB in popluar color models

99 AE BB
RGB 153 174 187
HSL 203° 20.00% 66.67%
HSB/HSV 203° 18.18% 73.33%
CMYK 18.18% 6.95% 0.00%
26.67%

Color #99AEBB in popluar number systems.

HEX 99 AE BB
Decimal 153 174 187
Binary 10011001 10101110 10111011
Octal 231 256 273

Shades and tints

Shades of #99AEBB

#99AEBB
(153,174,187)
#8C9FAA
(140,159,170)
#7F9099
(127,144,153)
#728188
(114,129,136)
#657277
(101,114,119)
#586366
(88,99,102)
#4B5455
(75,84,85)
#3E4544
(62,69,68)
#313633
(49,54,51)
#242722
(36,39,34)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #99AEBB

#99AEBB
(153,174,187)
#A2B5C1
(162,181,193)
#ABBCC7
(171,188,199)
#B4C3CD
(180,195,205)
#BDCAD3
(189,202,211)
#C6D1D9
(198,209,217)
#CFD8DF
(207,216,223)
#D8DFE5
(216,223,229)
#E1E6EB
(225,230,235)
#EAEDF1
(234,237,241)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AEBB; }

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

This text font color is #99AEBB.

Background Color

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

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

This div background color is #99AEBB.

Border color

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

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

This div border color is #99AEBB.

Opacity

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

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

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

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

This text has shadow with #99AEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AEBB.

Preview

Color preview on black background

This text has color #99AEBB on black background.


Color preview on white background

This text has color #99AEBB on white background.


Black color preview on #99AEBB background

This text has black color on #99AEBB background.


White color preview on #99AEBB background

This text has white color on #99AEBB background.


Related colors

Complementary color

Complementary color for #hex is #665144.


I love getcolorcode.com

Triadic colors

1 #BB99AE and #AEBB99 with #99AEBB are triadic colors.

2 #BBAE99 and #AE99BB with #99AEBB are triadic colors.