COLOR #99CCAE

HEX: #99CCAE
RGB: (153,204,174)

Color info

#99CCAE contains red, green and blue colors in about the same proportion. Web safe color of #99CCAE is #99CC99 (or #9C9).

RGB color model

#99CCAE color RGB value is (153,204,174).

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

RGB channels and saturation

R 153 of 255 = 60%
G 204 of 255 = 80%
B 174 of 255 = 68%

153
204
174

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

Portions of RGB colors in percentages

R + G + B =
153 + 204 + 174 = 531 (100%)
R 153 of 531 ~ 28.81%
G 204 of 531 ~ 38.42%
B 174 of 531 ~ 32.77%

%28.81
%38.42
%32.77

CMYK color model

#99CCAE color CMYK value is (25,0,15,20).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 20.00%
CMYK:
(25,0,15,20)
C25M0Y15K20 
(25%,0%,15%,20%)
(0.25/0.00/0.15/0.20)	

CMYK percentages

%25
%0
%14.71
%20

Codes

Color #99CCAE in popluar color models

99CCAE
RGB153204174
HSL145°33.33%70.00%
HSB/HSV145°25.00%80.00%
CMYK25.00%0.00%14.71%
20.00%

Color #99CCAE in popluar number systems.

HEX99CCAE
Decimal153204174
Binary100110011100110010101110
Octal231314256

Shades and tints

Shades of #99CCAE

#99CCAE
(153,204,174)
#8CBA9F
(140,186,159)
#7FA890
(127,168,144)
#729681
(114,150,129)
#658472
(101,132,114)
#587263
(88,114,99)
#4B6054
(75,96,84)
#3E4E45
(62,78,69)
#313C36
(49,60,54)
#242A27
(36,42,39)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #99CCAE

#99CCAE
(153,204,174)
#A2D0B5
(162,208,181)
#ABD4BC
(171,212,188)
#B4D8C3
(180,216,195)
#BDDCCA
(189,220,202)
#C6E0D1
(198,224,209)
#CFE4D8
(207,228,216)
#D8E8DF
(216,232,223)
#E1ECE6
(225,236,230)
#EAF0ED
(234,240,237)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CCAE; }

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

This text font color is #99CCAE.


Background Color

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

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

This div background color is #99CCAE.


Border color

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

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

This div border color is #99CCAE.


Opacity

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

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

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

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

This text has shadow with #99CCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CCAE on black background.


Color preview on white background

This text has color #99CCAE on white background.



Black color preview on #99CCAE background

This text has black color on #99CCAE background.


White color preview on #99CCAE background

This text has white color on #99CCAE background.