COLOR #99D0E4

HEX: #99D0E4
RGB: (153,208,228)

Color info

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

RGB color model

#99D0E4 color RGB value is (153,208,228).

  • red value is 153;
  • green value is 208;
  • blue value is 228.
RGB:
(153,208,228)
(60%,82%,89%)

RGB channels and saturation

R 153 of 255 = 60%
G 208 of 255 = 82%
B 228 of 255 = 89%

153
208
228

R + G + B ~ 77%. #99D0E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 208 + 228 = 589 (100%)
R 153 of 589 ~ 25.98%
G 208 of 589 ~ 35.31%
B 228 of 589 ~ 38.71%

%25.98
%35.31
%38.71

CMYK color model

#99D0E4 color CMYK value is (33,9,0,11).

  • cyan value is 32.89%
  • magenta value is 8.77%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(33,9,0,11)
C33M9Y0K11 
(33%,9%,0%,11%)
(0.33/0.09/0.00/0.11)	

CMYK percentages

%32.89
%8.77
%0
%10.59

Codes

Color #99D0E4 in popluar color models

99D0E4
RGB153208228
HSL196°58.14%74.71%
HSB/HSV196°32.89%89.41%
CMYK32.89%8.77%0.00%
10.59%

Color #99D0E4 in popluar number systems.

HEX99D0E4
Decimal153208228
Binary100110011101000011100100
Octal231320344

Shades and tints

Shades of #99D0E4

#99D0E4
(153,208,228)
#8CBED0
(140,190,208)
#7FACBC
(127,172,188)
#729AA8
(114,154,168)
#658894
(101,136,148)
#587680
(88,118,128)
#4B646C
(75,100,108)
#3E5258
(62,82,88)
#314044
(49,64,68)
#242E30
(36,46,48)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #99D0E4

#99D0E4
(153,208,228)
#A2D4E6
(162,212,230)
#ABD8E8
(171,216,232)
#B4DCEA
(180,220,234)
#BDE0EC
(189,224,236)
#C6E4EE
(198,228,238)
#CFE8F0
(207,232,240)
#D8ECF2
(216,236,242)
#E1F0F4
(225,240,244)
#EAF4F6
(234,244,246)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D0E4 color. Also use rgb(153,208,228) instead hex code.

Text Font Color

.myTextColor { color: #99D0E4; }

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

This text font color is #99D0E4.


Background Color

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

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

This div background color is #99D0E4.


Border color

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

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

This div border color is #99D0E4.


Opacity

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

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

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

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

This text has shadow with #99D0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D0E4 on black background.


Color preview on white background

This text has color #99D0E4 on white background.



Black color preview on #99D0E4 background

This text has black color on #99D0E4 background.


White color preview on #99D0E4 background

This text has white color on #99D0E4 background.