COLOR #99AEB2

HEX: #99AEB2
RGB: (153,174,178)

Color info

#99AEB2 contains red, green and blue colors in about the same proportion. Web safe color of #99AEB2 is #999999 (or #999).

RGB color model

#99AEB2 color RGB value is (153,174,178).

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

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 178 of 255 = 70%

153
174
178

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

Portions of RGB colors in percentages

R + G + B =
153 + 174 + 178 = 505 (100%)
R 153 of 505 ~ 30.3%
G 174 of 505 ~ 34.46%
B 178 of 505 ~ 35.25%

%30.3
%34.46
%35.25

CMYK color model

#99AEB2 color CMYK value is (14,2,0,30).

  • cyan value is 14.04%
  • magenta value is 2.25%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(14,2,0,30)
C14M2Y0K30 
(14%,2%,0%,30%)
(0.14/0.02/0.00/0.30)	

CMYK percentages

%14.04
%2.25
%0
%30.2

Codes

Color #99AEB2 in popluar color models

99AEB2
RGB153174178
HSL190°13.97%64.90%
HSB/HSV190°14.04%69.80%
CMYK14.04%2.25%0.00%
30.20%

Color #99AEB2 in popluar number systems.

HEX99AEB2
Decimal153174178
Binary100110011010111010110010
Octal231256262

Shades and tints

Shades of #99AEB2

#99AEB2
(153,174,178)
#8C9FA2
(140,159,162)
#7F9092
(127,144,146)
#728182
(114,129,130)
#657272
(101,114,114)
#586362
(88,99,98)
#4B5452
(75,84,82)
#3E4542
(62,69,66)
#313632
(49,54,50)
#242722
(36,39,34)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #99AEB2

#99AEB2
(153,174,178)
#A2B5B9
(162,181,185)
#ABBCC0
(171,188,192)
#B4C3C7
(180,195,199)
#BDCACE
(189,202,206)
#C6D1D5
(198,209,213)
#CFD8DC
(207,216,220)
#D8DFE3
(216,223,227)
#E1E6EA
(225,230,234)
#EAEDF1
(234,237,241)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AEB2; }

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

This text font color is #99AEB2.


Background Color

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

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

This div background color is #99AEB2.


Border color

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

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

This div border color is #99AEB2.


Opacity

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

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

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

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

This text has shadow with #99AEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AEB2 on black background.


Color preview on white background

This text has color #99AEB2 on white background.



Black color preview on #99AEB2 background

This text has black color on #99AEB2 background.


White color preview on #99AEB2 background

This text has white color on #99AEB2 background.