COLOR #99AEB7

HEX: #99AEB7 RGB: (153,174,183)

Color info

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

RGB color model

#99AEB7 color RGB value is (153,174,183).

RGB: (153,174,183) (60%, 68%, 72%)

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 183 of 255 = 72%

153
174
183

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

Portions of RGB colors in percentages

R + G + B = 153 + 174 + 183 = 510 (100%)
R 153 of 510 ~ 30%
G 174 of 510 ~ 34.12%
B 183 of 510 ~ 35.88'%

%30
%34.12
%35.88

CMYK color model

#99AEB7 color CMYK value is (16,5,0,28).

  • cyan value is 16.39%
  • magenta value is 4.92%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (16,5,0,28)
C16M5Y0K28 (16%, 5%, 0%, 28%)
(0.16 / 0.05 / 0.00 / 0.28)

CMYK percentages

%16.39
%4.92
%0
%28.24

Codes

Color #99AEB7 in popluar color models

99 AE B7
RGB 153 174 183
HSL 198° 17.24% 65.88%
HSB/HSV 198° 16.39% 71.76%
CMYK 16.39% 4.92% 0.00%
28.24%

Color #99AEB7 in popluar number systems.

HEX 99 AE B7
Decimal 153 174 183
Binary 10011001 10101110 10110111
Octal 231 256 267

Shades and tints

Shades of #99AEB7

#99AEB7
(153,174,183)
#8C9FA7
(140,159,167)
#7F9097
(127,144,151)
#728187
(114,129,135)
#657277
(101,114,119)
#586367
(88,99,103)
#4B5457
(75,84,87)
#3E4547
(62,69,71)
#313637
(49,54,55)
#242727
(36,39,39)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #99AEB7

#99AEB7
(153,174,183)
#A2B5BD
(162,181,189)
#ABBCC3
(171,188,195)
#B4C3C9
(180,195,201)
#BDCACF
(189,202,207)
#C6D1D5
(198,209,213)
#CFD8DB
(207,216,219)
#D8DFE1
(216,223,225)
#E1E6E7
(225,230,231)
#EAEDED
(234,237,237)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AEB7; }

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

This text font color is #99AEB7.

Background Color

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

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

This div background color is #99AEB7.

Border color

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

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

This div border color is #99AEB7.

Opacity

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

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

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

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

This text has shadow with #99AEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AEB7.

Preview

Color preview on black background

This text has color #99AEB7 on black background.


Color preview on white background

This text has color #99AEB7 on white background.


Black color preview on #99AEB7 background

This text has black color on #99AEB7 background.


White color preview on #99AEB7 background

This text has white color on #99AEB7 background.


Related colors

Complementary color

Complementary color for #hex is #665148.


I love getcolorcode.com

Triadic colors

1 #B799AE and #AEB799 with #99AEB7 are triadic colors.

2 #B7AE99 and #AE99B7 with #99AEB7 are triadic colors.