COLOR #99E3D5

HEX: #99E3D5
RGB: (153,227,213)

Color info

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

RGB color model

#99E3D5 color RGB value is (153,227,213).

  • red value is 153;
  • green value is 227;
  • blue value is 213.
RGB:
(153,227,213)
(60%,89%,84%)

RGB channels and saturation

R 153 of 255 = 60%
G 227 of 255 = 89%
B 213 of 255 = 84%

153
227
213

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

Portions of RGB colors in percentages

R + G + B =
153 + 227 + 213 = 593 (100%)
R 153 of 593 ~ 25.8%
G 227 of 593 ~ 38.28%
B 213 of 593 ~ 35.92%

%25.8
%38.28
%35.92

CMYK color model

#99E3D5 color CMYK value is (33,0,6,11).

  • cyan value is 32.60%
  • magenta value is 0.00%
  • yellow value is 6.17%
  • key color value is 10.98%
CMYK:
(33,0,6,11)
C33M0Y6K11 
(33%,0%,6%,11%)
(0.33/0.00/0.06/0.11)	

CMYK percentages

%32.6
%0
%6.17
%10.98

Codes

Color #99E3D5 in popluar color models

99E3D5
RGB153227213
HSL169°56.92%74.51%
HSB/HSV169°32.60%89.02%
CMYK32.60%0.00%6.17%
10.98%

Color #99E3D5 in popluar number systems.

HEX99E3D5
Decimal153227213
Binary100110011110001111010101
Octal231343325

Shades and tints

Shades of #99E3D5

#99E3D5
(153,227,213)
#8CCFC2
(140,207,194)
#7FBBAF
(127,187,175)
#72A79C
(114,167,156)
#659389
(101,147,137)
#587F76
(88,127,118)
#4B6B63
(75,107,99)
#3E5750
(62,87,80)
#31433D
(49,67,61)
#242F2A
(36,47,42)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #99E3D5

#99E3D5
(153,227,213)
#A2E5D8
(162,229,216)
#ABE7DB
(171,231,219)
#B4E9DE
(180,233,222)
#BDEBE1
(189,235,225)
#C6EDE4
(198,237,228)
#CFEFE7
(207,239,231)
#D8F1EA
(216,241,234)
#E1F3ED
(225,243,237)
#EAF5F0
(234,245,240)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E3D5 color. Also use rgb(153,227,213) instead hex code.

Text Font Color

.myTextColor { color: #99E3D5; }

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

This text font color is #99E3D5.


Background Color

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

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

This div background color is #99E3D5.


Border color

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

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

This div border color is #99E3D5.


Opacity

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

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

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

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

This text has shadow with #99E3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E3D5 on black background.


Color preview on white background

This text has color #99E3D5 on white background.



Black color preview on #99E3D5 background

This text has black color on #99E3D5 background.


White color preview on #99E3D5 background

This text has white color on #99E3D5 background.