COLOR #99CDAE

HEX: #99CDAE
RGB: (153,205,174)

Color info

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

RGB color model

#99CDAE color RGB value is (153,205,174).

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

RGB channels and saturation

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

153
205
174

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

Portions of RGB colors in percentages

R + G + B =
153 + 205 + 174 = 532 (100%)
R 153 of 532 ~ 28.76%
G 205 of 532 ~ 38.53%
B 174 of 532 ~ 32.71%

%28.76
%38.53
%32.71

CMYK color model

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

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

CMYK percentages

%25.37
%0
%15.12
%19.61

Codes

Color #99CDAE in popluar color models

99CDAE
RGB153205174
HSL144°34.21%70.20%
HSB/HSV144°25.37%80.39%
CMYK25.37%0.00%15.12%
19.61%

Color #99CDAE in popluar number systems.

HEX99CDAE
Decimal153205174
Binary100110011100110110101110
Octal231315256

Shades and tints

Shades of #99CDAE

#99CDAE
(153,205,174)
#8CBB9F
(140,187,159)
#7FA990
(127,169,144)
#729781
(114,151,129)
#658572
(101,133,114)
#587363
(88,115,99)
#4B6154
(75,97,84)
#3E4F45
(62,79,69)
#313D36
(49,61,54)
#242B27
(36,43,39)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #99CDAE

#99CDAE
(153,205,174)
#A2D1B5
(162,209,181)
#ABD5BC
(171,213,188)
#B4D9C3
(180,217,195)
#BDDDCA
(189,221,202)
#C6E1D1
(198,225,209)
#CFE5D8
(207,229,216)
#D8E9DF
(216,233,223)
#E1EDE6
(225,237,230)
#EAF1ED
(234,241,237)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CDAE; }

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

This text font color is #99CDAE.


Background Color

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

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

This div background color is #99CDAE.


Border color

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

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

This div border color is #99CDAE.


Opacity

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

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

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

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

This text has shadow with #99CDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CDAE on black background.


Color preview on white background

This text has color #99CDAE on white background.



Black color preview on #99CDAE background

This text has black color on #99CDAE background.


White color preview on #99CDAE background

This text has white color on #99CDAE background.