COLOR #99AEB4

HEX: #99AEB4
RGB: (153,174,180)

Color info

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

RGB color model

#99AEB4 color RGB value is (153,174,180).

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

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 180 of 255 = 71%

153
174
180

R + G + B ~ 66%. #99AEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 174 + 180 = 507 (100%)
R 153 of 507 ~ 30.18%
G 174 of 507 ~ 34.32%
B 180 of 507 ~ 35.5%

%30.18
%34.32
%35.5

CMYK color model

#99AEB4 color CMYK value is (15,3,0,29).

  • cyan value is 15.00%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(15,3,0,29)
C15M3Y0K29 
(15%,3%,0%,29%)
(0.15/0.03/0.00/0.29)	

CMYK percentages

%15
%3.33
%0
%29.41

Codes

Color #99AEB4 in popluar color models

99AEB4
RGB153174180
HSL193°15.25%65.29%
HSB/HSV193°15.00%70.59%
CMYK15.00%3.33%0.00%
29.41%

Color #99AEB4 in popluar number systems.

HEX99AEB4
Decimal153174180
Binary100110011010111010110100
Octal231256264

Shades and tints

Shades of #99AEB4

#99AEB4
(153,174,180)
#8C9FA4
(140,159,164)
#7F9094
(127,144,148)
#728184
(114,129,132)
#657274
(101,114,116)
#586364
(88,99,100)
#4B5454
(75,84,84)
#3E4544
(62,69,68)
#313634
(49,54,52)
#242724
(36,39,36)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #99AEB4

#99AEB4
(153,174,180)
#A2B5BA
(162,181,186)
#ABBCC0
(171,188,192)
#B4C3C6
(180,195,198)
#BDCACC
(189,202,204)
#C6D1D2
(198,209,210)
#CFD8D8
(207,216,216)
#D8DFDE
(216,223,222)
#E1E6E4
(225,230,228)
#EAEDEA
(234,237,234)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AEB4; }

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

This text font color is #99AEB4.


Background Color

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

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

This div background color is #99AEB4.


Border color

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

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

This div border color is #99AEB4.


Opacity

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

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

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

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

This text has shadow with #99AEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AEB4 on black background.


Color preview on white background

This text has color #99AEB4 on white background.



Black color preview on #99AEB4 background

This text has black color on #99AEB4 background.


White color preview on #99AEB4 background

This text has white color on #99AEB4 background.