COLOR #99D5CC

HEX: #99D5CC
RGB: (153,213,204)

Color info

#99D5CC contains mainly green and blue colors. Web safe color of #99D5CC is #99CCCC (or #9CC).

RGB color model

#99D5CC color RGB value is (153,213,204).

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

RGB channels and saturation

R 153 of 255 = 60%
G 213 of 255 = 84%
B 204 of 255 = 80%

153
213
204

R + G + B ~ 75%. #99D5CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 213 + 204 = 570 (100%)
R 153 of 570 ~ 26.84%
G 213 of 570 ~ 37.37%
B 204 of 570 ~ 35.79%

%26.84
%37.37
%35.79

CMYK color model

#99D5CC color CMYK value is (28,0,4,16).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 16.47%
CMYK:
(28,0,4,16)
C28M0Y4K16 
(28%,0%,4%,16%)
(0.28/0.00/0.04/0.16)	

CMYK percentages

%28.17
%0
%4.23
%16.47

Codes

Color #99D5CC in popluar color models

99D5CC
RGB153213204
HSL171°41.67%71.76%
HSB/HSV171°28.17%83.53%
CMYK28.17%0.00%4.23%
16.47%

Color #99D5CC in popluar number systems.

HEX99D5CC
Decimal153213204
Binary100110011101010111001100
Octal231325314

Shades and tints

Shades of #99D5CC

#99D5CC
(153,213,204)
#8CC2BA
(140,194,186)
#7FAFA8
(127,175,168)
#729C96
(114,156,150)
#658984
(101,137,132)
#587672
(88,118,114)
#4B6360
(75,99,96)
#3E504E
(62,80,78)
#313D3C
(49,61,60)
#242A2A
(36,42,42)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #99D5CC

#99D5CC
(153,213,204)
#A2D8D0
(162,216,208)
#ABDBD4
(171,219,212)
#B4DED8
(180,222,216)
#BDE1DC
(189,225,220)
#C6E4E0
(198,228,224)
#CFE7E4
(207,231,228)
#D8EAE8
(216,234,232)
#E1EDEC
(225,237,236)
#EAF0F0
(234,240,240)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D5CC; }

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

This text font color is #99D5CC.


Background Color

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

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

This div background color is #99D5CC.


Border color

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

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

This div border color is #99D5CC.


Opacity

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

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

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

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

This text has shadow with #99D5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D5CC on black background.


Color preview on white background

This text has color #99D5CC on white background.



Black color preview on #99D5CC background

This text has black color on #99D5CC background.


White color preview on #99D5CC background

This text has white color on #99D5CC background.