COLOR #99D5EF

HEX: #99D5EF
RGB: (153,213,239)

Color info

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

RGB color model

#99D5EF color RGB value is (153,213,239).

  • red value is 153;
  • green value is 213;
  • blue value is 239.
RGB:
(153,213,239)
(60%,84%,94%)

RGB channels and saturation

R 153 of 255 = 60%
G 213 of 255 = 84%
B 239 of 255 = 94%

153
213
239

R + G + B ~ 79%. #99D5EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 213 + 239 = 605 (100%)
R 153 of 605 ~ 25.29%
G 213 of 605 ~ 35.21%
B 239 of 605 ~ 39.5%

%25.29
%35.21
%39.5

CMYK color model

#99D5EF color CMYK value is (36,11,0,6).

  • cyan value is 35.98%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(36,11,0,6)
C36M11Y0K6 
(36%,11%,0%,6%)
(0.36/0.11/0.00/0.06)	

CMYK percentages

%35.98
%10.88
%0
%6.27

Codes

Color #99D5EF in popluar color models

99D5EF
RGB153213239
HSL198°72.88%76.86%
HSB/HSV198°35.98%93.73%
CMYK35.98%10.88%0.00%
6.27%

Color #99D5EF in popluar number systems.

HEX99D5EF
Decimal153213239
Binary100110011101010111101111
Octal231325357

Shades and tints

Shades of #99D5EF

#99D5EF
(153,213,239)
#8CC2DA
(140,194,218)
#7FAFC5
(127,175,197)
#729CB0
(114,156,176)
#65899B
(101,137,155)
#587686
(88,118,134)
#4B6371
(75,99,113)
#3E505C
(62,80,92)
#313D47
(49,61,71)
#242A32
(36,42,50)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #99D5EF

#99D5EF
(153,213,239)
#A2D8F0
(162,216,240)
#ABDBF1
(171,219,241)
#B4DEF2
(180,222,242)
#BDE1F3
(189,225,243)
#C6E4F4
(198,228,244)
#CFE7F5
(207,231,245)
#D8EAF6
(216,234,246)
#E1EDF7
(225,237,247)
#EAF0F8
(234,240,248)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D5EF; }

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

This text font color is #99D5EF.


Background Color

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

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

This div background color is #99D5EF.


Border color

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

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

This div border color is #99D5EF.


Opacity

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

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

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

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

This text has shadow with #99D5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D5EF on black background.


Color preview on white background

This text has color #99D5EF on white background.



Black color preview on #99D5EF background

This text has black color on #99D5EF background.


White color preview on #99D5EF background

This text has white color on #99D5EF background.