COLOR #99AACE

HEX: #99AACE
RGB: (153,170,206)

Color info

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

RGB color model

#99AACE color RGB value is (153,170,206).

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

RGB channels and saturation

R 153 of 255 = 60%
G 170 of 255 = 67%
B 206 of 255 = 81%

153
170
206

R + G + B ~ 69%. #99AACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 170 + 206 = 529 (100%)
R 153 of 529 ~ 28.92%
G 170 of 529 ~ 32.14%
B 206 of 529 ~ 38.94%

%28.92
%32.14
%38.94

CMYK color model

#99AACE color CMYK value is (26,17,0,19).

  • cyan value is 25.73%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(26,17,0,19)
C26M17Y0K19 
(26%,17%,0%,19%)
(0.26/0.17/0.00/0.19)	

CMYK percentages

%25.73
%17.48
%0
%19.22

Codes

Color #99AACE in popluar color models

99AACE
RGB153170206
HSL221°35.10%70.39%
HSB/HSV221°25.73%80.78%
CMYK25.73%17.48%0.00%
19.22%

Color #99AACE in popluar number systems.

HEX99AACE
Decimal153170206
Binary100110011010101011001110
Octal231252316

Shades and tints

Shades of #99AACE

#99AACE
(153,170,206)
#8C9BBC
(140,155,188)
#7F8CAA
(127,140,170)
#727D98
(114,125,152)
#656E86
(101,110,134)
#585F74
(88,95,116)
#4B5062
(75,80,98)
#3E4150
(62,65,80)
#31323E
(49,50,62)
#24232C
(36,35,44)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #99AACE

#99AACE
(153,170,206)
#A2B1D2
(162,177,210)
#ABB8D6
(171,184,214)
#B4BFDA
(180,191,218)
#BDC6DE
(189,198,222)
#C6CDE2
(198,205,226)
#CFD4E6
(207,212,230)
#D8DBEA
(216,219,234)
#E1E2EE
(225,226,238)
#EAE9F2
(234,233,242)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AACE; }

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

This text font color is #99AACE.


Background Color

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

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

This div background color is #99AACE.


Border color

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

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

This div border color is #99AACE.


Opacity

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

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

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

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

This text has shadow with #99AACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AACE on black background.


Color preview on white background

This text has color #99AACE on white background.



Black color preview on #99AACE background

This text has black color on #99AACE background.


White color preview on #99AACE background

This text has white color on #99AACE background.