COLOR #99D9E2

HEX: #99D9E2
RGB: (153,217,226)

Color info

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

RGB color model

#99D9E2 color RGB value is (153,217,226).

  • red value is 153;
  • green value is 217;
  • blue value is 226.
RGB:
(153,217,226)
(60%,85%,89%)

RGB channels and saturation

R 153 of 255 = 60%
G 217 of 255 = 85%
B 226 of 255 = 89%

153
217
226

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

Portions of RGB colors in percentages

R + G + B =
153 + 217 + 226 = 596 (100%)
R 153 of 596 ~ 25.67%
G 217 of 596 ~ 36.41%
B 226 of 596 ~ 37.92%

%25.67
%36.41
%37.92

CMYK color model

#99D9E2 color CMYK value is (32,4,0,11).

  • cyan value is 32.30%
  • magenta value is 3.98%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(32,4,0,11)
C32M4Y0K11 
(32%,4%,0%,11%)
(0.32/0.04/0.00/0.11)	

CMYK percentages

%32.3
%3.98
%0
%11.37

Codes

Color #99D9E2 in popluar color models

99D9E2
RGB153217226
HSL187°55.73%74.31%
HSB/HSV187°32.30%88.63%
CMYK32.30%3.98%0.00%
11.37%

Color #99D9E2 in popluar number systems.

HEX99D9E2
Decimal153217226
Binary100110011101100111100010
Octal231331342

Shades and tints

Shades of #99D9E2

#99D9E2
(153,217,226)
#8CC6CE
(140,198,206)
#7FB3BA
(127,179,186)
#72A0A6
(114,160,166)
#658D92
(101,141,146)
#587A7E
(88,122,126)
#4B676A
(75,103,106)
#3E5456
(62,84,86)
#314142
(49,65,66)
#242E2E
(36,46,46)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #99D9E2

#99D9E2
(153,217,226)
#A2DCE4
(162,220,228)
#ABDFE6
(171,223,230)
#B4E2E8
(180,226,232)
#BDE5EA
(189,229,234)
#C6E8EC
(198,232,236)
#CFEBEE
(207,235,238)
#D8EEF0
(216,238,240)
#E1F1F2
(225,241,242)
#EAF4F4
(234,244,244)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D9E2 color. Also use rgb(153,217,226) instead hex code.

Text Font Color

.myTextColor { color: #99D9E2; }

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

This text font color is #99D9E2.


Background Color

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

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

This div background color is #99D9E2.


Border color

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

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

This div border color is #99D9E2.


Opacity

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

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

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

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

This text has shadow with #99D9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D9E2 on black background.


Color preview on white background

This text has color #99D9E2 on white background.



Black color preview on #99D9E2 background

This text has black color on #99D9E2 background.


White color preview on #99D9E2 background

This text has white color on #99D9E2 background.