COLOR #99AAC0

HEX: #99AAC0
RGB: (153,170,192)

Color info

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

RGB color model

#99AAC0 color RGB value is (153,170,192).

  • red value is 153;
  • green value is 170;
  • blue value is 192.
RGB:
(153,170,192)
(60%,67%,75%)

RGB channels and saturation

R 153 of 255 = 60%
G 170 of 255 = 67%
B 192 of 255 = 75%

153
170
192

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

Portions of RGB colors in percentages

R + G + B =
153 + 170 + 192 = 515 (100%)
R 153 of 515 ~ 29.71%
G 170 of 515 ~ 33.01%
B 192 of 515 ~ 37.28%

%29.71
%33.01
%37.28

CMYK color model

#99AAC0 color CMYK value is (20,11,0,25).

  • cyan value is 20.31%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(20,11,0,25)
C20M11Y0K25 
(20%,11%,0%,25%)
(0.20/0.11/0.00/0.25)	

CMYK percentages

%20.31
%11.46
%0
%24.71

Codes

Color #99AAC0 in popluar color models

99AAC0
RGB153170192
HSL214°23.64%67.65%
HSB/HSV214°20.31%75.29%
CMYK20.31%11.46%0.00%
24.71%

Color #99AAC0 in popluar number systems.

HEX99AAC0
Decimal153170192
Binary100110011010101011000000
Octal231252300

Shades and tints

Shades of #99AAC0

#99AAC0
(153,170,192)
#8C9BAF
(140,155,175)
#7F8C9E
(127,140,158)
#727D8D
(114,125,141)
#656E7C
(101,110,124)
#585F6B
(88,95,107)
#4B505A
(75,80,90)
#3E4149
(62,65,73)
#313238
(49,50,56)
#242327
(36,35,39)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #99AAC0

#99AAC0
(153,170,192)
#A2B1C5
(162,177,197)
#ABB8CA
(171,184,202)
#B4BFCF
(180,191,207)
#BDC6D4
(189,198,212)
#C6CDD9
(198,205,217)
#CFD4DE
(207,212,222)
#D8DBE3
(216,219,227)
#E1E2E8
(225,226,232)
#EAE9ED
(234,233,237)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AAC0 color. Also use rgb(153,170,192) instead hex code.

Text Font Color

.myTextColor { color: #99AAC0; }

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

This text font color is #99AAC0.


Background Color

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

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

This div background color is #99AAC0.


Border color

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

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

This div border color is #99AAC0.


Opacity

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

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

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

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

This text has shadow with #99AAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AAC0 on black background.


Color preview on white background

This text has color #99AAC0 on white background.



Black color preview on #99AAC0 background

This text has black color on #99AAC0 background.


White color preview on #99AAC0 background

This text has white color on #99AAC0 background.