COLOR #99E4D0

HEX: #99E4D0
RGB: (153,228,208)

Color info

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

RGB color model

#99E4D0 color RGB value is (153,228,208).

  • red value is 153;
  • green value is 228;
  • blue value is 208.
RGB:
(153,228,208)
(60%,89%,82%)

RGB channels and saturation

R 153 of 255 = 60%
G 228 of 255 = 89%
B 208 of 255 = 82%

153
228
208

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

Portions of RGB colors in percentages

R + G + B =
153 + 228 + 208 = 589 (100%)
R 153 of 589 ~ 25.98%
G 228 of 589 ~ 38.71%
B 208 of 589 ~ 35.31%

%25.98
%38.71
%35.31

CMYK color model

#99E4D0 color CMYK value is (33,0,9,11).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 10.59%
CMYK:
(33,0,9,11)
C33M0Y9K11 
(33%,0%,9%,11%)
(0.33/0.00/0.09/0.11)	

CMYK percentages

%32.89
%0
%8.77
%10.59

Codes

Color #99E4D0 in popluar color models

99E4D0
RGB153228208
HSL164°58.14%74.71%
HSB/HSV164°32.89%89.41%
CMYK32.89%0.00%8.77%
10.59%

Color #99E4D0 in popluar number systems.

HEX99E4D0
Decimal153228208
Binary100110011110010011010000
Octal231344320

Shades and tints

Shades of #99E4D0

#99E4D0
(153,228,208)
#8CD0BE
(140,208,190)
#7FBCAC
(127,188,172)
#72A89A
(114,168,154)
#659488
(101,148,136)
#588076
(88,128,118)
#4B6C64
(75,108,100)
#3E5852
(62,88,82)
#314440
(49,68,64)
#24302E
(36,48,46)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #99E4D0

#99E4D0
(153,228,208)
#A2E6D4
(162,230,212)
#ABE8D8
(171,232,216)
#B4EADC
(180,234,220)
#BDECE0
(189,236,224)
#C6EEE4
(198,238,228)
#CFF0E8
(207,240,232)
#D8F2EC
(216,242,236)
#E1F4F0
(225,244,240)
#EAF6F4
(234,246,244)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E4D0 color. Also use rgb(153,228,208) instead hex code.

Text Font Color

.myTextColor { color: #99E4D0; }

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

This text font color is #99E4D0.


Background Color

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

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

This div background color is #99E4D0.


Border color

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

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

This div border color is #99E4D0.


Opacity

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

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

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

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

This text has shadow with #99E4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E4D0 on black background.


Color preview on white background

This text has color #99E4D0 on white background.



Black color preview on #99E4D0 background

This text has black color on #99E4D0 background.


White color preview on #99E4D0 background

This text has white color on #99E4D0 background.