COLOR #99CCFF

HEX: #99CCFF
RGB: (153,204,255)

Color info

#99CCFF contains mainly green and blue colors. #99CCFF color is web safe color. It maybe written shortly as #9CF.

RGB color model

#99CCFF color RGB value is (153,204,255).

  • red value is 153;
  • green value is 204;
  • blue value is 255.
RGB:
(153,204,255)
(60%,80%,100%)

RGB channels and saturation

R 153 of 255 = 60%
G 204 of 255 = 80%
B 255 of 255 = 100%

153
204
255

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

Portions of RGB colors in percentages

R + G + B =
153 + 204 + 255 = 612 (100%)
R 153 of 612 ~ 25%
G 204 of 612 ~ 33.33%
B 255 of 612 ~ 41.67%

%25
%33.33
%41.67

CMYK color model

#99CCFF color CMYK value is (40,20,0,0).

  • cyan value is 40.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(40,20,0,0)
C40M20Y0K0 
(40%,20%,0%,0%)
(0.40/0.20/0.00/0.00)	

CMYK percentages

%40
%20
%0
%0

Codes

Color #99CCFF in popluar color models

99CCFF
RGB153204255
HSL210°100.00%80.00%
HSB/HSV210°40.00%100.00%
CMYK40.00%20.00%0.00%
0.00%

Color #99CCFF in popluar number systems.

HEX99CCFF
Decimal153204255
Binary100110011100110011111111
Octal231314377

Shades and tints

Shades of #99CCFF

#99CCFF
(153,204,255)
#8CBAE8
(140,186,232)
#7FA8D1
(127,168,209)
#7296BA
(114,150,186)
#6584A3
(101,132,163)
#58728C
(88,114,140)
#4B6075
(75,96,117)
#3E4E5E
(62,78,94)
#313C47
(49,60,71)
#242A30
(36,42,48)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #99CCFF

#99CCFF
(153,204,255)
#A2D0FF
(162,208,255)
#ABD4FF
(171,212,255)
#B4D8FF
(180,216,255)
#BDDCFF
(189,220,255)
#C6E0FF
(198,224,255)
#CFE4FF
(207,228,255)
#D8E8FF
(216,232,255)
#E1ECFF
(225,236,255)
#EAF0FF
(234,240,255)
#F3F4FF
(243,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99CCFF color. Also use rgb(153,204,255) instead hex code.

Text Font Color

.myTextColor { color: #99CCFF; }

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

This text font color is #99CCFF.


Background Color

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

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

This div background color is #99CCFF.


Border color

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

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

This div border color is #99CCFF.


Opacity

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

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

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

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

This text has shadow with #99CCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CCFF on black background.


Color preview on white background

This text has color #99CCFF on white background.



Black color preview on #99CCFF background

This text has black color on #99CCFF background.


White color preview on #99CCFF background

This text has white color on #99CCFF background.