COLOR #99E8D5

HEX: #99E8D5 RGB: (153,232,213)

Color info

#99E8D5 contains mainly green and blue colors. Web safe color of #99E8D5 is #99FFCC (or #9FC).

RGB color model

#99E8D5 color RGB value is (153,232,213).

RGB: (153,232,213) (60%, 91%, 84%)

RGB channels and saturation

R 153 of 255 = 60%
G 232 of 255 = 91%
B 213 of 255 = 84%

153
232
213

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

Portions of RGB colors in percentages

R + G + B = 153 + 232 + 213 = 598 (100%)
R 153 of 598 ~ 25.59%
G 232 of 598 ~ 38.8%
B 213 of 598 ~ 35.62'%

%25.59
%38.8
%35.62

CMYK color model

#99E8D5 color CMYK value is (34,0,8,9).

  • cyan value is 34.05%
  • magenta value is 0.00%
  • yellow value is 8.19%
  • key color value is 9.02%

CMYK: (34,0,8,9)
C34M0Y8K9 (34%, 0%, 8%, 9%)
(0.34 / 0.00 / 0.08 / 0.09)

CMYK percentages

%34.05
%0
%8.19
%9.02

Codes

Color #99E8D5 in popluar color models

99 E8 D5
RGB 153 232 213
HSL 166° 63.20% 75.49%
HSB/HSV 166° 34.05% 90.98%
CMYK 34.05% 0.00% 8.19%
9.02%

Color #99E8D5 in popluar number systems.

HEX 99 E8 D5
Decimal 153 232 213
Binary 10011001 11101000 11010101
Octal 231 350 325

Shades and tints

Shades of #99E8D5

#99E8D5
(153,232,213)
#8CD3C2
(140,211,194)
#7FBEAF
(127,190,175)
#72A99C
(114,169,156)
#659489
(101,148,137)
#587F76
(88,127,118)
#4B6A63
(75,106,99)
#3E5550
(62,85,80)
#31403D
(49,64,61)
#242B2A
(36,43,42)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #99E8D5

#99E8D5
(153,232,213)
#A2EAD8
(162,234,216)
#ABECDB
(171,236,219)
#B4EEDE
(180,238,222)
#BDF0E1
(189,240,225)
#C6F2E4
(198,242,228)
#CFF4E7
(207,244,231)
#D8F6EA
(216,246,234)
#E1F8ED
(225,248,237)
#EAFAF0
(234,250,240)
#F3FCF3
(243,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E8D5; }

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

This text font color is #99E8D5.

Background Color

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

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

This div background color is #99E8D5.

Border color

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

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

This div border color is #99E8D5.

Opacity

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

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

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

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

This text has shadow with #99E8D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99E8D5.

Preview

Color preview on black background

This text has color #99E8D5 on black background.


Color preview on white background

This text has color #99E8D5 on white background.


Black color preview on #99E8D5 background

This text has black color on #99E8D5 background.


White color preview on #99E8D5 background

This text has white color on #99E8D5 background.


Related colors

Complementary color

Complementary color for #hex is #66172A.


I love getcolorcode.com

Triadic colors

1 #D599E8 and #E8D599 with #99E8D5 are triadic colors.

2 #D5E899 and #E899D5 with #99E8D5 are triadic colors.