COLOR #99E2DF

HEX: #99E2DF
RGB: (153,226,223)

Color info

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

RGB color model

#99E2DF color RGB value is (153,226,223).

  • red value is 153;
  • green value is 226;
  • blue value is 223.
RGB:
(153,226,223)
(60%,89%,87%)

RGB channels and saturation

R 153 of 255 = 60%
G 226 of 255 = 89%
B 223 of 255 = 87%

153
226
223

R + G + B ~ 79%. #99E2DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 226 + 223 = 602 (100%)
R 153 of 602 ~ 25.42%
G 226 of 602 ~ 37.54%
B 223 of 602 ~ 37.04%

%25.42
%37.54
%37.04

CMYK color model

#99E2DF color CMYK value is (32,0,1,11).

  • cyan value is 32.30%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 11.37%
CMYK:
(32,0,1,11)
C32M0Y1K11 
(32%,0%,1%,11%)
(0.32/0.00/0.01/0.11)	

CMYK percentages

%32.3
%0
%1.33
%11.37

Codes

Color #99E2DF in popluar color models

99E2DF
RGB153226223
HSL178°55.73%74.31%
HSB/HSV178°32.30%88.63%
CMYK32.30%0.00%1.33%
11.37%

Color #99E2DF in popluar number systems.

HEX99E2DF
Decimal153226223
Binary100110011110001011011111
Octal231342337

Shades and tints

Shades of #99E2DF

#99E2DF
(153,226,223)
#8CCECB
(140,206,203)
#7FBAB7
(127,186,183)
#72A6A3
(114,166,163)
#65928F
(101,146,143)
#587E7B
(88,126,123)
#4B6A67
(75,106,103)
#3E5653
(62,86,83)
#31423F
(49,66,63)
#242E2B
(36,46,43)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #99E2DF

#99E2DF
(153,226,223)
#A2E4E1
(162,228,225)
#ABE6E3
(171,230,227)
#B4E8E5
(180,232,229)
#BDEAE7
(189,234,231)
#C6ECE9
(198,236,233)
#CFEEEB
(207,238,235)
#D8F0ED
(216,240,237)
#E1F2EF
(225,242,239)
#EAF4F1
(234,244,241)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E2DF color. Also use rgb(153,226,223) instead hex code.

Text Font Color

.myTextColor { color: #99E2DF; }

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

This text font color is #99E2DF.


Background Color

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

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

This div background color is #99E2DF.


Border color

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

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

This div border color is #99E2DF.


Opacity

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

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

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

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

This text has shadow with #99E2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E2DF on black background.


Color preview on white background

This text has color #99E2DF on white background.



Black color preview on #99E2DF background

This text has black color on #99E2DF background.


White color preview on #99E2DF background

This text has white color on #99E2DF background.