COLOR #99D1E9

HEX: #99D1E9
RGB: (153,209,233)

Color info

#99D1E9 contains mainly green and blue colors. Web safe color of #99D1E9 is #99CCFF (or #9CF).

RGB color model

#99D1E9 color RGB value is (153,209,233).

  • red value is 153;
  • green value is 209;
  • blue value is 233.
RGB:
(153,209,233)
(60%,82%,91%)

RGB channels and saturation

R 153 of 255 = 60%
G 209 of 255 = 82%
B 233 of 255 = 91%

153
209
233

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

Portions of RGB colors in percentages

R + G + B =
153 + 209 + 233 = 595 (100%)
R 153 of 595 ~ 25.71%
G 209 of 595 ~ 35.13%
B 233 of 595 ~ 39.16%

%25.71
%35.13
%39.16

CMYK color model

#99D1E9 color CMYK value is (34,10,0,9).

  • cyan value is 34.33%
  • magenta value is 10.30%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(34,10,0,9)
C34M10Y0K9 
(34%,10%,0%,9%)
(0.34/0.10/0.00/0.09)	

CMYK percentages

%34.33
%10.3
%0
%8.63

Codes

Color #99D1E9 in popluar color models

99D1E9
RGB153209233
HSL198°64.52%75.69%
HSB/HSV198°34.33%91.37%
CMYK34.33%10.30%0.00%
8.63%

Color #99D1E9 in popluar number systems.

HEX99D1E9
Decimal153209233
Binary100110011101000111101001
Octal231321351

Shades and tints

Shades of #99D1E9

#99D1E9
(153,209,233)
#8CBED4
(140,190,212)
#7FABBF
(127,171,191)
#7298AA
(114,152,170)
#658595
(101,133,149)
#587280
(88,114,128)
#4B5F6B
(75,95,107)
#3E4C56
(62,76,86)
#313941
(49,57,65)
#24262C
(36,38,44)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #99D1E9

#99D1E9
(153,209,233)
#A2D5EB
(162,213,235)
#ABD9ED
(171,217,237)
#B4DDEF
(180,221,239)
#BDE1F1
(189,225,241)
#C6E5F3
(198,229,243)
#CFE9F5
(207,233,245)
#D8EDF7
(216,237,247)
#E1F1F9
(225,241,249)
#EAF5FB
(234,245,251)
#F3F9FD
(243,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D1E9 color. Also use rgb(153,209,233) instead hex code.

Text Font Color

.myTextColor { color: #99D1E9; }

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

This text font color is #99D1E9.


Background Color

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

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

This div background color is #99D1E9.


Border color

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

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

This div border color is #99D1E9.


Opacity

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

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

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

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

This text has shadow with #99D1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D1E9 on black background.


Color preview on white background

This text has color #99D1E9 on white background.



Black color preview on #99D1E9 background

This text has black color on #99D1E9 background.


White color preview on #99D1E9 background

This text has white color on #99D1E9 background.