COLOR #99D6FD

HEX: #99D6FD
RGB: (153,214,253)

Color info

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

RGB color model

#99D6FD color RGB value is (153,214,253).

  • red value is 153;
  • green value is 214;
  • blue value is 253.
RGB:
(153,214,253)
(60%,84%,99%)

RGB channels and saturation

R 153 of 255 = 60%
G 214 of 255 = 84%
B 253 of 255 = 99%

153
214
253

R + G + B ~ 81%. #99D6FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 214 + 253 = 620 (100%)
R 153 of 620 ~ 24.68%
G 214 of 620 ~ 34.52%
B 253 of 620 ~ 40.81%

%24.68
%34.52
%40.81

CMYK color model

#99D6FD color CMYK value is (40,15,0,1).

  • cyan value is 39.53%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(40,15,0,1)
C40M15Y0K1 
(40%,15%,0%,1%)
(0.40/0.15/0.00/0.01)	

CMYK percentages

%39.53
%15.42
%0
%0.78

Codes

Color #99D6FD in popluar color models

99D6FD
RGB153214253
HSL203°96.15%79.61%
HSB/HSV203°39.53%99.22%
CMYK39.53%15.42%0.00%
0.78%

Color #99D6FD in popluar number systems.

HEX99D6FD
Decimal153214253
Binary100110011101011011111101
Octal231326375

Shades and tints

Shades of #99D6FD

#99D6FD
(153,214,253)
#8CC3E6
(140,195,230)
#7FB0CF
(127,176,207)
#729DB8
(114,157,184)
#658AA1
(101,138,161)
#58778A
(88,119,138)
#4B6473
(75,100,115)
#3E515C
(62,81,92)
#313E45
(49,62,69)
#242B2E
(36,43,46)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #99D6FD

#99D6FD
(153,214,253)
#A2D9FD
(162,217,253)
#ABDCFD
(171,220,253)
#B4DFFD
(180,223,253)
#BDE2FD
(189,226,253)
#C6E5FD
(198,229,253)
#CFE8FD
(207,232,253)
#D8EBFD
(216,235,253)
#E1EEFD
(225,238,253)
#EAF1FD
(234,241,253)
#F3F4FD
(243,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D6FD color. Also use rgb(153,214,253) instead hex code.

Text Font Color

.myTextColor { color: #99D6FD; }

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

This text font color is #99D6FD.


Background Color

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

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

This div background color is #99D6FD.


Border color

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

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

This div border color is #99D6FD.


Opacity

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

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

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

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

This text has shadow with #99D6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D6FD on black background.


Color preview on white background

This text has color #99D6FD on white background.



Black color preview on #99D6FD background

This text has black color on #99D6FD background.


White color preview on #99D6FD background

This text has white color on #99D6FD background.