COLOR #99AEBD

HEX: #99AEBD
RGB: (153,174,189)

Color info

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

RGB color model

#99AEBD color RGB value is (153,174,189).

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

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 189 of 255 = 74%

153
174
189

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

Portions of RGB colors in percentages

R + G + B =
153 + 174 + 189 = 516 (100%)
R 153 of 516 ~ 29.65%
G 174 of 516 ~ 33.72%
B 189 of 516 ~ 36.63%

%29.65
%33.72
%36.63

CMYK color model

#99AEBD color CMYK value is (19,8,0,26).

  • cyan value is 19.05%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,8,0,26)
C19M8Y0K26 
(19%,8%,0%,26%)
(0.19/0.08/0.00/0.26)	

CMYK percentages

%19.05
%7.94
%0
%25.88

Codes

Color #99AEBD in popluar color models

99AEBD
RGB153174189
HSL205°21.43%67.06%
HSB/HSV205°19.05%74.12%
CMYK19.05%7.94%0.00%
25.88%

Color #99AEBD in popluar number systems.

HEX99AEBD
Decimal153174189
Binary100110011010111010111101
Octal231256275

Shades and tints

Shades of #99AEBD

#99AEBD
(153,174,189)
#8C9FAC
(140,159,172)
#7F909B
(127,144,155)
#72818A
(114,129,138)
#657279
(101,114,121)
#586368
(88,99,104)
#4B5457
(75,84,87)
#3E4546
(62,69,70)
#313635
(49,54,53)
#242724
(36,39,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #99AEBD

#99AEBD
(153,174,189)
#A2B5C3
(162,181,195)
#ABBCC9
(171,188,201)
#B4C3CF
(180,195,207)
#BDCAD5
(189,202,213)
#C6D1DB
(198,209,219)
#CFD8E1
(207,216,225)
#D8DFE7
(216,223,231)
#E1E6ED
(225,230,237)
#EAEDF3
(234,237,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AEBD; }

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

This text font color is #99AEBD.


Background Color

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

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

This div background color is #99AEBD.


Border color

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

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

This div border color is #99AEBD.


Opacity

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

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

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

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

This text has shadow with #99AEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AEBD on black background.


Color preview on white background

This text has color #99AEBD on white background.



Black color preview on #99AEBD background

This text has black color on #99AEBD background.


White color preview on #99AEBD background

This text has white color on #99AEBD background.