COLOR #99E6DA

HEX: #99E6DA
RGB: (153,230,218)

Color info

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

RGB color model

#99E6DA color RGB value is (153,230,218).

  • red value is 153;
  • green value is 230;
  • blue value is 218.
RGB:
(153,230,218)
(60%,90%,85%)

RGB channels and saturation

R 153 of 255 = 60%
G 230 of 255 = 90%
B 218 of 255 = 85%

153
230
218

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

Portions of RGB colors in percentages

R + G + B =
153 + 230 + 218 = 601 (100%)
R 153 of 601 ~ 25.46%
G 230 of 601 ~ 38.27%
B 218 of 601 ~ 36.27%

%25.46
%38.27
%36.27

CMYK color model

#99E6DA color CMYK value is (33,0,5,10).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK:
(33,0,5,10)
C33M0Y5K10 
(33%,0%,5%,10%)
(0.33/0.00/0.05/0.10)	

CMYK percentages

%33.48
%0
%5.22
%9.8

Codes

Color #99E6DA in popluar color models

99E6DA
RGB153230218
HSL171°60.63%75.10%
HSB/HSV171°33.48%90.20%
CMYK33.48%0.00%5.22%
9.80%

Color #99E6DA in popluar number systems.

HEX99E6DA
Decimal153230218
Binary100110011110011011011010
Octal231346332

Shades and tints

Shades of #99E6DA

#99E6DA
(153,230,218)
#8CD2C7
(140,210,199)
#7FBEB4
(127,190,180)
#72AAA1
(114,170,161)
#65968E
(101,150,142)
#58827B
(88,130,123)
#4B6E68
(75,110,104)
#3E5A55
(62,90,85)
#314642
(49,70,66)
#24322F
(36,50,47)
#171E1C
(23,30,28)
#000000
(0,0,0)

Tints of #99E6DA

#99E6DA
(153,230,218)
#A2E8DD
(162,232,221)
#ABEAE0
(171,234,224)
#B4ECE3
(180,236,227)
#BDEEE6
(189,238,230)
#C6F0E9
(198,240,233)
#CFF2EC
(207,242,236)
#D8F4EF
(216,244,239)
#E1F6F2
(225,246,242)
#EAF8F5
(234,248,245)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E6DA color. Also use rgb(153,230,218) instead hex code.

Text Font Color

.myTextColor { color: #99E6DA; }

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

This text font color is #99E6DA.


Background Color

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

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

This div background color is #99E6DA.


Border color

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

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

This div border color is #99E6DA.


Opacity

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

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

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

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

This text has shadow with #99E6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E6DA on black background.


Color preview on white background

This text has color #99E6DA on white background.



Black color preview on #99E6DA background

This text has black color on #99E6DA background.


White color preview on #99E6DA background

This text has white color on #99E6DA background.