COLOR #99D8D4

HEX: #99D8D4
RGB: (153,216,212)

Color info

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

RGB color model

#99D8D4 color RGB value is (153,216,212).

  • red value is 153;
  • green value is 216;
  • blue value is 212.
RGB:
(153,216,212)
(60%,85%,83%)

RGB channels and saturation

R 153 of 255 = 60%
G 216 of 255 = 85%
B 212 of 255 = 83%

153
216
212

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

Portions of RGB colors in percentages

R + G + B =
153 + 216 + 212 = 581 (100%)
R 153 of 581 ~ 26.33%
G 216 of 581 ~ 37.18%
B 212 of 581 ~ 36.49%

%26.33
%37.18
%36.49

CMYK color model

#99D8D4 color CMYK value is (29,0,2,15).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 15.29%
CMYK:
(29,0,2,15)
C29M0Y2K15 
(29%,0%,2%,15%)
(0.29/0.00/0.02/0.15)	

CMYK percentages

%29.17
%0
%1.85
%15.29

Codes

Color #99D8D4 in popluar color models

99D8D4
RGB153216212
HSL176°44.68%72.35%
HSB/HSV176°29.17%84.71%
CMYK29.17%0.00%1.85%
15.29%

Color #99D8D4 in popluar number systems.

HEX99D8D4
Decimal153216212
Binary100110011101100011010100
Octal231330324

Shades and tints

Shades of #99D8D4

#99D8D4
(153,216,212)
#8CC5C1
(140,197,193)
#7FB2AE
(127,178,174)
#729F9B
(114,159,155)
#658C88
(101,140,136)
#587975
(88,121,117)
#4B6662
(75,102,98)
#3E534F
(62,83,79)
#31403C
(49,64,60)
#242D29
(36,45,41)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #99D8D4

#99D8D4
(153,216,212)
#A2DBD7
(162,219,215)
#ABDEDA
(171,222,218)
#B4E1DD
(180,225,221)
#BDE4E0
(189,228,224)
#C6E7E3
(198,231,227)
#CFEAE6
(207,234,230)
#D8EDE9
(216,237,233)
#E1F0EC
(225,240,236)
#EAF3EF
(234,243,239)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D8D4 color. Also use rgb(153,216,212) instead hex code.

Text Font Color

.myTextColor { color: #99D8D4; }

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

This text font color is #99D8D4.


Background Color

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

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

This div background color is #99D8D4.


Border color

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

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

This div border color is #99D8D4.


Opacity

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

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

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

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

This text has shadow with #99D8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D8D4 on black background.


Color preview on white background

This text has color #99D8D4 on white background.



Black color preview on #99D8D4 background

This text has black color on #99D8D4 background.


White color preview on #99D8D4 background

This text has white color on #99D8D4 background.