COLOR #99DAF2

HEX: #99DAF2
RGB: (153,218,242)

Color info

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

RGB color model

#99DAF2 color RGB value is (153,218,242).

  • red value is 153;
  • green value is 218;
  • blue value is 242.
RGB:
(153,218,242)
(60%,85%,95%)

RGB channels and saturation

R 153 of 255 = 60%
G 218 of 255 = 85%
B 242 of 255 = 95%

153
218
242

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

Portions of RGB colors in percentages

R + G + B =
153 + 218 + 242 = 613 (100%)
R 153 of 613 ~ 24.96%
G 218 of 613 ~ 35.56%
B 242 of 613 ~ 39.48%

%24.96
%35.56
%39.48

CMYK color model

#99DAF2 color CMYK value is (37,10,0,5).

  • cyan value is 36.78%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(37,10,0,5)
C37M10Y0K5 
(37%,10%,0%,5%)
(0.37/0.10/0.00/0.05)	

CMYK percentages

%36.78
%9.92
%0
%5.1

Codes

Color #99DAF2 in popluar color models

99DAF2
RGB153218242
HSL196°77.39%77.45%
HSB/HSV196°36.78%94.90%
CMYK36.78%9.92%0.00%
5.10%

Color #99DAF2 in popluar number systems.

HEX99DAF2
Decimal153218242
Binary100110011101101011110010
Octal231332362

Shades and tints

Shades of #99DAF2

#99DAF2
(153,218,242)
#8CC7DC
(140,199,220)
#7FB4C6
(127,180,198)
#72A1B0
(114,161,176)
#658E9A
(101,142,154)
#587B84
(88,123,132)
#4B686E
(75,104,110)
#3E5558
(62,85,88)
#314242
(49,66,66)
#242F2C
(36,47,44)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #99DAF2

#99DAF2
(153,218,242)
#A2DDF3
(162,221,243)
#ABE0F4
(171,224,244)
#B4E3F5
(180,227,245)
#BDE6F6
(189,230,246)
#C6E9F7
(198,233,247)
#CFECF8
(207,236,248)
#D8EFF9
(216,239,249)
#E1F2FA
(225,242,250)
#EAF5FB
(234,245,251)
#F3F8FC
(243,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99DAF2 color. Also use rgb(153,218,242) instead hex code.

Text Font Color

.myTextColor { color: #99DAF2; }

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

This text font color is #99DAF2.


Background Color

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

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

This div background color is #99DAF2.


Border color

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

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

This div border color is #99DAF2.


Opacity

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

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

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

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

This text has shadow with #99DAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99DAF2 on black background.


Color preview on white background

This text has color #99DAF2 on white background.



Black color preview on #99DAF2 background

This text has black color on #99DAF2 background.


White color preview on #99DAF2 background

This text has white color on #99DAF2 background.