COLOR #99EDE8

HEX: #99EDE8
RGB: (153,237,232)

Color info

#99EDE8 contains mainly green and blue colors. Web safe color of #99EDE8 is #99FFFF (or #9FF).

RGB color model

#99EDE8 color RGB value is (153,237,232).

  • red value is 153;
  • green value is 237;
  • blue value is 232.
RGB:
(153,237,232)
(60%,93%,91%)

RGB channels and saturation

R 153 of 255 = 60%
G 237 of 255 = 93%
B 232 of 255 = 91%

153
237
232

R + G + B ~ 81%. #99EDE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 237 + 232 = 622 (100%)
R 153 of 622 ~ 24.6%
G 237 of 622 ~ 38.1%
B 232 of 622 ~ 37.3%

%24.6
%38.1
%37.3

CMYK color model

#99EDE8 color CMYK value is (35,0,2,7).

  • cyan value is 35.44%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 7.06%
CMYK:
(35,0,2,7)
C35M0Y2K7 
(35%,0%,2%,7%)
(0.35/0.00/0.02/0.07)	

CMYK percentages

%35.44
%0
%2.11
%7.06

Codes

Color #99EDE8 in popluar color models

99EDE8
RGB153237232
HSL176°70.00%76.47%
HSB/HSV176°35.44%92.94%
CMYK35.44%0.00%2.11%
7.06%

Color #99EDE8 in popluar number systems.

HEX99EDE8
Decimal153237232
Binary100110011110110111101000
Octal231355350

Shades and tints

Shades of #99EDE8

#99EDE8
(153,237,232)
#8CD8D3
(140,216,211)
#7FC3BE
(127,195,190)
#72AEA9
(114,174,169)
#659994
(101,153,148)
#58847F
(88,132,127)
#4B6F6A
(75,111,106)
#3E5A55
(62,90,85)
#314540
(49,69,64)
#24302B
(36,48,43)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #99EDE8

#99EDE8
(153,237,232)
#A2EEEA
(162,238,234)
#ABEFEC
(171,239,236)
#B4F0EE
(180,240,238)
#BDF1F0
(189,241,240)
#C6F2F2
(198,242,242)
#CFF3F4
(207,243,244)
#D8F4F6
(216,244,246)
#E1F5F8
(225,245,248)
#EAF6FA
(234,246,250)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99EDE8; }

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

This text font color is #99EDE8.


Background Color

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

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

This div background color is #99EDE8.


Border color

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

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

This div border color is #99EDE8.


Opacity

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

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

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

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

This text has shadow with #99EDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99EDE8 on black background.


Color preview on white background

This text has color #99EDE8 on white background.



Black color preview on #99EDE8 background

This text has black color on #99EDE8 background.


White color preview on #99EDE8 background

This text has white color on #99EDE8 background.