COLOR #99AAC6

HEX: #99AAC6
RGB: (153,170,198)

Color info

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

RGB color model

#99AAC6 color RGB value is (153,170,198).

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

RGB channels and saturation

R 153 of 255 = 60%
G 170 of 255 = 67%
B 198 of 255 = 78%

153
170
198

R + G + B ~ 68%. #99AAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 170 + 198 = 521 (100%)
R 153 of 521 ~ 29.37%
G 170 of 521 ~ 32.63%
B 198 of 521 ~ 38%

%29.37
%32.63
%38

CMYK color model

#99AAC6 color CMYK value is (23,14,0,22).

  • cyan value is 22.73%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(23,14,0,22)
C23M14Y0K22 
(23%,14%,0%,22%)
(0.23/0.14/0.00/0.22)	

CMYK percentages

%22.73
%14.14
%0
%22.35

Codes

Color #99AAC6 in popluar color models

99AAC6
RGB153170198
HSL217°28.30%68.82%
HSB/HSV217°22.73%77.65%
CMYK22.73%14.14%0.00%
22.35%

Color #99AAC6 in popluar number systems.

HEX99AAC6
Decimal153170198
Binary100110011010101011000110
Octal231252306

Shades and tints

Shades of #99AAC6

#99AAC6
(153,170,198)
#8C9BB4
(140,155,180)
#7F8CA2
(127,140,162)
#727D90
(114,125,144)
#656E7E
(101,110,126)
#585F6C
(88,95,108)
#4B505A
(75,80,90)
#3E4148
(62,65,72)
#313236
(49,50,54)
#242324
(36,35,36)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #99AAC6

#99AAC6
(153,170,198)
#A2B1CB
(162,177,203)
#ABB8D0
(171,184,208)
#B4BFD5
(180,191,213)
#BDC6DA
(189,198,218)
#C6CDDF
(198,205,223)
#CFD4E4
(207,212,228)
#D8DBE9
(216,219,233)
#E1E2EE
(225,226,238)
#EAE9F3
(234,233,243)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AAC6; }

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

This text font color is #99AAC6.


Background Color

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

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

This div background color is #99AAC6.


Border color

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

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

This div border color is #99AAC6.


Opacity

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

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

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

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

This text has shadow with #99AAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AAC6 on black background.


Color preview on white background

This text has color #99AAC6 on white background.



Black color preview on #99AAC6 background

This text has black color on #99AAC6 background.


White color preview on #99AAC6 background

This text has white color on #99AAC6 background.