COLOR #99DCD5

HEX: #99DCD5
RGB: (153,220,213)

Color info

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

RGB color model

#99DCD5 color RGB value is (153,220,213).

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

RGB channels and saturation

R 153 of 255 = 60%
G 220 of 255 = 86%
B 213 of 255 = 84%

153
220
213

R + G + B ~ 77%. #99DCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 220 + 213 = 586 (100%)
R 153 of 586 ~ 26.11%
G 220 of 586 ~ 37.54%
B 213 of 586 ~ 36.35%

%26.11
%37.54
%36.35

CMYK color model

#99DCD5 color CMYK value is (30,0,3,14).

  • cyan value is 30.45%
  • magenta value is 0.00%
  • yellow value is 3.18%
  • key color value is 13.73%
CMYK:
(30,0,3,14)
C30M0Y3K14 
(30%,0%,3%,14%)
(0.30/0.00/0.03/0.14)	

CMYK percentages

%30.45
%0
%3.18
%13.73

Codes

Color #99DCD5 in popluar color models

99DCD5
RGB153220213
HSL174°48.91%73.14%
HSB/HSV174°30.45%86.27%
CMYK30.45%0.00%3.18%
13.73%

Color #99DCD5 in popluar number systems.

HEX99DCD5
Decimal153220213
Binary100110011101110011010101
Octal231334325

Shades and tints

Shades of #99DCD5

#99DCD5
(153,220,213)
#8CC8C2
(140,200,194)
#7FB4AF
(127,180,175)
#72A09C
(114,160,156)
#658C89
(101,140,137)
#587876
(88,120,118)
#4B6463
(75,100,99)
#3E5050
(62,80,80)
#313C3D
(49,60,61)
#24282A
(36,40,42)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #99DCD5

#99DCD5
(153,220,213)
#A2DFD8
(162,223,216)
#ABE2DB
(171,226,219)
#B4E5DE
(180,229,222)
#BDE8E1
(189,232,225)
#C6EBE4
(198,235,228)
#CFEEE7
(207,238,231)
#D8F1EA
(216,241,234)
#E1F4ED
(225,244,237)
#EAF7F0
(234,247,240)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99DCD5; }

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

This text font color is #99DCD5.


Background Color

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

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

This div background color is #99DCD5.


Border color

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

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

This div border color is #99DCD5.


Opacity

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

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

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

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

This text has shadow with #99DCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99DCD5 on black background.


Color preview on white background

This text has color #99DCD5 on white background.



Black color preview on #99DCD5 background

This text has black color on #99DCD5 background.


White color preview on #99DCD5 background

This text has white color on #99DCD5 background.