COLOR #99D5E6

HEX: #99D5E6 RGB: (153,213,230)

Color info

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

RGB color model

#99D5E6 color RGB value is (153,213,230).

RGB: (153,213,230) (60%, 84%, 90%)

RGB channels and saturation

R 153 of 255 = 60%
G 213 of 255 = 84%
B 230 of 255 = 90%

153
213
230

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

Portions of RGB colors in percentages

R + G + B = 153 + 213 + 230 = 596 (100%)
R 153 of 596 ~ 25.67%
G 213 of 596 ~ 35.74%
B 230 of 596 ~ 38.59'%

%25.67
%35.74
%38.59

CMYK color model

#99D5E6 color CMYK value is (33,7,0,10).

  • cyan value is 33.48%
  • magenta value is 7.39%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (33,7,0,10)
C33M7Y0K10 (33%, 7%, 0%, 10%)
(0.33 / 0.07 / 0.00 / 0.10)

CMYK percentages

%33.48
%7.39
%0
%9.8

Codes

Color #99D5E6 in popluar color models

99 D5 E6
RGB 153 213 230
HSL 193° 60.63% 75.10%
HSB/HSV 193° 33.48% 90.20%
CMYK 33.48% 7.39% 0.00%
9.80%

Color #99D5E6 in popluar number systems.

HEX 99 D5 E6
Decimal 153 213 230
Binary 10011001 11010101 11100110
Octal 231 325 346

Shades and tints

Shades of #99D5E6

#99D5E6
(153,213,230)
#8CC2D2
(140,194,210)
#7FAFBE
(127,175,190)
#729CAA
(114,156,170)
#658996
(101,137,150)
#587682
(88,118,130)
#4B636E
(75,99,110)
#3E505A
(62,80,90)
#313D46
(49,61,70)
#242A32
(36,42,50)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #99D5E6

#99D5E6
(153,213,230)
#A2D8E8
(162,216,232)
#ABDBEA
(171,219,234)
#B4DEEC
(180,222,236)
#BDE1EE
(189,225,238)
#C6E4F0
(198,228,240)
#CFE7F2
(207,231,242)
#D8EAF4
(216,234,244)
#E1EDF6
(225,237,246)
#EAF0F8
(234,240,248)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D5E6 color. Also use rgb(153,213,230) instead hex code.

Text Font Color

.myTextColor { color: #99D5E6; }

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

This text font color is #99D5E6.

Background Color

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

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

This div background color is #99D5E6.

Border color

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

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

This div border color is #99D5E6.

Opacity

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

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

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

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

This text has shadow with #99D5E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D5E6.

Preview

Color preview on black background

This text has color #99D5E6 on black background.


Color preview on white background

This text has color #99D5E6 on white background.


Black color preview on #99D5E6 background

This text has black color on #99D5E6 background.


White color preview on #99D5E6 background

This text has white color on #99D5E6 background.


Related colors

Complementary color

Complementary color for #hex is #662A19.


I love getcolorcode.com

Triadic colors

1 #E699D5 and #D5E699 with #99D5E6 are triadic colors.

2 #E6D599 and #D599E6 with #99D5E6 are triadic colors.