COLOR #99D3F9

HEX: #99D3F9
RGB: (153,211,249)

Color info

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

RGB color model

#99D3F9 color RGB value is (153,211,249).

  • red value is 153;
  • green value is 211;
  • blue value is 249.
RGB:
(153,211,249)
(60%,83%,98%)

RGB channels and saturation

R 153 of 255 = 60%
G 211 of 255 = 83%
B 249 of 255 = 98%

153
211
249

R + G + B ~ 80%. #99D3F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 211 + 249 = 613 (100%)
R 153 of 613 ~ 24.96%
G 211 of 613 ~ 34.42%
B 249 of 613 ~ 40.62%

%24.96
%34.42
%40.62

CMYK color model

#99D3F9 color CMYK value is (39,15,0,2).

  • cyan value is 38.55%
  • magenta value is 15.26%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(39,15,0,2)
C39M15Y0K2 
(39%,15%,0%,2%)
(0.39/0.15/0.00/0.02)	

CMYK percentages

%38.55
%15.26
%0
%2.35

Codes

Color #99D3F9 in popluar color models

99D3F9
RGB153211249
HSL204°88.89%78.82%
HSB/HSV204°38.55%97.65%
CMYK38.55%15.26%0.00%
2.35%

Color #99D3F9 in popluar number systems.

HEX99D3F9
Decimal153211249
Binary100110011101001111111001
Octal231323371

Shades and tints

Shades of #99D3F9

#99D3F9
(153,211,249)
#8CC0E3
(140,192,227)
#7FADCD
(127,173,205)
#729AB7
(114,154,183)
#6587A1
(101,135,161)
#58748B
(88,116,139)
#4B6175
(75,97,117)
#3E4E5F
(62,78,95)
#313B49
(49,59,73)
#242833
(36,40,51)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #99D3F9

#99D3F9
(153,211,249)
#A2D7F9
(162,215,249)
#ABDBF9
(171,219,249)
#B4DFF9
(180,223,249)
#BDE3F9
(189,227,249)
#C6E7F9
(198,231,249)
#CFEBF9
(207,235,249)
#D8EFF9
(216,239,249)
#E1F3F9
(225,243,249)
#EAF7F9
(234,247,249)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D3F9 color. Also use rgb(153,211,249) instead hex code.

Text Font Color

.myTextColor { color: #99D3F9; }

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

This text font color is #99D3F9.


Background Color

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

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

This div background color is #99D3F9.


Border color

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

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

This div border color is #99D3F9.


Opacity

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

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

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

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

This text has shadow with #99D3F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D3F9 on black background.


Color preview on white background

This text has color #99D3F9 on white background.



Black color preview on #99D3F9 background

This text has black color on #99D3F9 background.


White color preview on #99D3F9 background

This text has white color on #99D3F9 background.