COLOR #99D1E7

HEX: #99D1E7 RGB: (153,209,231)

Color info

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

RGB color model

#99D1E7 color RGB value is (153,209,231).

RGB: (153,209,231) (60%, 82%, 91%)

RGB channels and saturation

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

153
209
231

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

Portions of RGB colors in percentages

R + G + B = 153 + 209 + 231 = 593 (100%)
R 153 of 593 ~ 25.8%
G 209 of 593 ~ 35.24%
B 231 of 593 ~ 38.95'%

%25.8
%35.24
%38.95

CMYK color model

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

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

CMYK percentages

%33.77
%9.52
%0
%9.41

Codes

Color #99D1E7 in popluar color models

99 D1 E7
RGB 153 209 231
HSL 197° 61.90% 75.29%
HSB/HSV 197° 33.77% 90.59%
CMYK 33.77% 9.52% 0.00%
9.41%

Color #99D1E7 in popluar number systems.

HEX 99 D1 E7
Decimal 153 209 231
Binary 10011001 11010001 11100111
Octal 231 321 347

Shades and tints

Shades of #99D1E7

#99D1E7
(153,209,231)
#8CBED2
(140,190,210)
#7FABBD
(127,171,189)
#7298A8
(114,152,168)
#658593
(101,133,147)
#58727E
(88,114,126)
#4B5F69
(75,95,105)
#3E4C54
(62,76,84)
#31393F
(49,57,63)
#24262A
(36,38,42)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #99D1E7

#99D1E7
(153,209,231)
#A2D5E9
(162,213,233)
#ABD9EB
(171,217,235)
#B4DDED
(180,221,237)
#BDE1EF
(189,225,239)
#C6E5F1
(198,229,241)
#CFE9F3
(207,233,243)
#D8EDF5
(216,237,245)
#E1F1F7
(225,241,247)
#EAF5F9
(234,245,249)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D1E7; }

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

This text font color is #99D1E7.

Background Color

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

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

This div background color is #99D1E7.

Border color

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

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

This div border color is #99D1E7.

Opacity

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

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

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

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

This text has shadow with #99D1E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D1E7.

Preview

Color preview on black background

This text has color #99D1E7 on black background.


Color preview on white background

This text has color #99D1E7 on white background.


Black color preview on #99D1E7 background

This text has black color on #99D1E7 background.


White color preview on #99D1E7 background

This text has white color on #99D1E7 background.


Related colors

Complementary color

Complementary color for #hex is #662E18.


I love getcolorcode.com

Triadic colors

1 #E799D1 and #D1E799 with #99D1E7 are triadic colors.

2 #E7D199 and #D199E7 with #99D1E7 are triadic colors.