COLOR #99CDCA

HEX: #99CDCA
RGB: (153,205,202)

Color info

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

RGB color model

#99CDCA color RGB value is (153,205,202).

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

RGB channels and saturation

R 153 of 255 = 60%
G 205 of 255 = 80%
B 202 of 255 = 79%

153
205
202

R + G + B ~ 73%. #99CDCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 205 + 202 = 560 (100%)
R 153 of 560 ~ 27.32%
G 205 of 560 ~ 36.61%
B 202 of 560 ~ 36.07%

%27.32
%36.61
%36.07

CMYK color model

#99CDCA color CMYK value is (25,0,1,20).

  • cyan value is 25.37%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 19.61%
CMYK:
(25,0,1,20)
C25M0Y1K20 
(25%,0%,1%,20%)
(0.25/0.00/0.01/0.20)	

CMYK percentages

%25.37
%0
%1.46
%19.61

Codes

Color #99CDCA in popluar color models

99CDCA
RGB153205202
HSL177°34.21%70.20%
HSB/HSV177°25.37%80.39%
CMYK25.37%0.00%1.46%
19.61%

Color #99CDCA in popluar number systems.

HEX99CDCA
Decimal153205202
Binary100110011100110111001010
Octal231315312

Shades and tints

Shades of #99CDCA

#99CDCA
(153,205,202)
#8CBBB8
(140,187,184)
#7FA9A6
(127,169,166)
#729794
(114,151,148)
#658582
(101,133,130)
#587370
(88,115,112)
#4B615E
(75,97,94)
#3E4F4C
(62,79,76)
#313D3A
(49,61,58)
#242B28
(36,43,40)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #99CDCA

#99CDCA
(153,205,202)
#A2D1CE
(162,209,206)
#ABD5D2
(171,213,210)
#B4D9D6
(180,217,214)
#BDDDDA
(189,221,218)
#C6E1DE
(198,225,222)
#CFE5E2
(207,229,226)
#D8E9E6
(216,233,230)
#E1EDEA
(225,237,234)
#EAF1EE
(234,241,238)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CDCA; }

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

This text font color is #99CDCA.


Background Color

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

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

This div background color is #99CDCA.


Border color

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

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

This div border color is #99CDCA.


Opacity

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

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

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

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

This text has shadow with #99CDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CDCA on black background.


Color preview on white background

This text has color #99CDCA on white background.



Black color preview on #99CDCA background

This text has black color on #99CDCA background.


White color preview on #99CDCA background

This text has white color on #99CDCA background.