COLOR #99E0D8

HEX: #99E0D8
RGB: (153,224,216)

Color info

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

RGB color model

#99E0D8 color RGB value is (153,224,216).

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

RGB channels and saturation

R 153 of 255 = 60%
G 224 of 255 = 88%
B 216 of 255 = 85%

153
224
216

R + G + B ~ 78%. #99E0D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 224 + 216 = 593 (100%)
R 153 of 593 ~ 25.8%
G 224 of 593 ~ 37.77%
B 216 of 593 ~ 36.42%

%25.8
%37.77
%36.42

CMYK color model

#99E0D8 color CMYK value is (32,0,4,12).

  • cyan value is 31.70%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 12.16%
CMYK:
(32,0,4,12)
C32M0Y4K12 
(32%,0%,4%,12%)
(0.32/0.00/0.04/0.12)	

CMYK percentages

%31.7
%0
%3.57
%12.16

Codes

Color #99E0D8 in popluar color models

99E0D8
RGB153224216
HSL173°53.38%73.92%
HSB/HSV173°31.70%87.84%
CMYK31.70%0.00%3.57%
12.16%

Color #99E0D8 in popluar number systems.

HEX99E0D8
Decimal153224216
Binary100110011110000011011000
Octal231340330

Shades and tints

Shades of #99E0D8

#99E0D8
(153,224,216)
#8CCCC5
(140,204,197)
#7FB8B2
(127,184,178)
#72A49F
(114,164,159)
#65908C
(101,144,140)
#587C79
(88,124,121)
#4B6866
(75,104,102)
#3E5453
(62,84,83)
#314040
(49,64,64)
#242C2D
(36,44,45)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #99E0D8

#99E0D8
(153,224,216)
#A2E2DB
(162,226,219)
#ABE4DE
(171,228,222)
#B4E6E1
(180,230,225)
#BDE8E4
(189,232,228)
#C6EAE7
(198,234,231)
#CFECEA
(207,236,234)
#D8EEED
(216,238,237)
#E1F0F0
(225,240,240)
#EAF2F3
(234,242,243)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E0D8; }

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

This text font color is #99E0D8.


Background Color

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

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

This div background color is #99E0D8.


Border color

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

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

This div border color is #99E0D8.


Opacity

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

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

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

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

This text has shadow with #99E0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E0D8 on black background.


Color preview on white background

This text has color #99E0D8 on white background.



Black color preview on #99E0D8 background

This text has black color on #99E0D8 background.


White color preview on #99E0D8 background

This text has white color on #99E0D8 background.