COLOR #99D7D9

HEX: #99D7D9
RGB: (153,215,217)

Color info

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

RGB color model

#99D7D9 color RGB value is (153,215,217).

  • red value is 153;
  • green value is 215;
  • blue value is 217.
RGB:
(153,215,217)
(60%,84%,85%)

RGB channels and saturation

R 153 of 255 = 60%
G 215 of 255 = 84%
B 217 of 255 = 85%

153
215
217

R + G + B ~ 76%. #99D7D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 215 + 217 = 585 (100%)
R 153 of 585 ~ 26.15%
G 215 of 585 ~ 36.75%
B 217 of 585 ~ 37.09%

%26.15
%36.75
%37.09

CMYK color model

#99D7D9 color CMYK value is (29,1,0,15).

  • cyan value is 29.49%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(29,1,0,15)
C29M1Y0K15 
(29%,1%,0%,15%)
(0.29/0.01/0.00/0.15)	

CMYK percentages

%29.49
%0.92
%0
%14.9

Codes

Color #99D7D9 in popluar color models

99D7D9
RGB153215217
HSL182°45.71%72.55%
HSB/HSV182°29.49%85.10%
CMYK29.49%0.92%0.00%
14.90%

Color #99D7D9 in popluar number systems.

HEX99D7D9
Decimal153215217
Binary100110011101011111011001
Octal231327331

Shades and tints

Shades of #99D7D9

#99D7D9
(153,215,217)
#8CC4C6
(140,196,198)
#7FB1B3
(127,177,179)
#729EA0
(114,158,160)
#658B8D
(101,139,141)
#58787A
(88,120,122)
#4B6567
(75,101,103)
#3E5254
(62,82,84)
#313F41
(49,63,65)
#242C2E
(36,44,46)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #99D7D9

#99D7D9
(153,215,217)
#A2DADC
(162,218,220)
#ABDDDF
(171,221,223)
#B4E0E2
(180,224,226)
#BDE3E5
(189,227,229)
#C6E6E8
(198,230,232)
#CFE9EB
(207,233,235)
#D8ECEE
(216,236,238)
#E1EFF1
(225,239,241)
#EAF2F4
(234,242,244)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D7D9 color. Also use rgb(153,215,217) instead hex code.

Text Font Color

.myTextColor { color: #99D7D9; }

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

This text font color is #99D7D9.


Background Color

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

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

This div background color is #99D7D9.


Border color

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

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

This div border color is #99D7D9.


Opacity

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

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

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

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

This text has shadow with #99D7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D7D9 on black background.


Color preview on white background

This text has color #99D7D9 on white background.



Black color preview on #99D7D9 background

This text has black color on #99D7D9 background.


White color preview on #99D7D9 background

This text has white color on #99D7D9 background.