COLOR #99E1DA

HEX: #99E1DA
RGB: (153,225,218)

Color info

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

RGB color model

#99E1DA color RGB value is (153,225,218).

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

RGB channels and saturation

R 153 of 255 = 60%
G 225 of 255 = 88%
B 218 of 255 = 85%

153
225
218

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

Portions of RGB colors in percentages

R + G + B =
153 + 225 + 218 = 596 (100%)
R 153 of 596 ~ 25.67%
G 225 of 596 ~ 37.75%
B 218 of 596 ~ 36.58%

%25.67
%37.75
%36.58

CMYK color model

#99E1DA color CMYK value is (32,0,3,12).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(32,0,3,12)
C32M0Y3K12 
(32%,0%,3%,12%)
(0.32/0.00/0.03/0.12)	

CMYK percentages

%32
%0
%3.11
%11.76

Codes

Color #99E1DA in popluar color models

99E1DA
RGB153225218
HSL174°54.55%74.12%
HSB/HSV174°32.00%88.24%
CMYK32.00%0.00%3.11%
11.76%

Color #99E1DA in popluar number systems.

HEX99E1DA
Decimal153225218
Binary100110011110000111011010
Octal231341332

Shades and tints

Shades of #99E1DA

#99E1DA
(153,225,218)
#8CCDC7
(140,205,199)
#7FB9B4
(127,185,180)
#72A5A1
(114,165,161)
#65918E
(101,145,142)
#587D7B
(88,125,123)
#4B6968
(75,105,104)
#3E5555
(62,85,85)
#314142
(49,65,66)
#242D2F
(36,45,47)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #99E1DA

#99E1DA
(153,225,218)
#A2E3DD
(162,227,221)
#ABE5E0
(171,229,224)
#B4E7E3
(180,231,227)
#BDE9E6
(189,233,230)
#C6EBE9
(198,235,233)
#CFEDEC
(207,237,236)
#D8EFEF
(216,239,239)
#E1F1F2
(225,241,242)
#EAF3F5
(234,243,245)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E1DA; }

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

This text font color is #99E1DA.


Background Color

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

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

This div background color is #99E1DA.


Border color

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

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

This div border color is #99E1DA.


Opacity

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

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

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

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

This text has shadow with #99E1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E1DA on black background.


Color preview on white background

This text has color #99E1DA on white background.



Black color preview on #99E1DA background

This text has black color on #99E1DA background.


White color preview on #99E1DA background

This text has white color on #99E1DA background.