COLOR #99CCF0

HEX: #99CCF0
RGB: (153,204,240)

Color info

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

RGB color model

#99CCF0 color RGB value is (153,204,240).

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

RGB channels and saturation

R 153 of 255 = 60%
G 204 of 255 = 80%
B 240 of 255 = 94%

153
204
240

R + G + B ~ 78%. #99CCF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 204 + 240 = 597 (100%)
R 153 of 597 ~ 25.63%
G 204 of 597 ~ 34.17%
B 240 of 597 ~ 40.2%

%25.63
%34.17
%40.2

CMYK color model

#99CCF0 color CMYK value is (36,15,0,6).

  • cyan value is 36.25%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(36,15,0,6)
C36M15Y0K6 
(36%,15%,0%,6%)
(0.36/0.15/0.00/0.06)	

CMYK percentages

%36.25
%15
%0
%5.88

Codes

Color #99CCF0 in popluar color models

99CCF0
RGB153204240
HSL205°74.36%77.06%
HSB/HSV205°36.25%94.12%
CMYK36.25%15.00%0.00%
5.88%

Color #99CCF0 in popluar number systems.

HEX99CCF0
Decimal153204240
Binary100110011100110011110000
Octal231314360

Shades and tints

Shades of #99CCF0

#99CCF0
(153,204,240)
#8CBADB
(140,186,219)
#7FA8C6
(127,168,198)
#7296B1
(114,150,177)
#65849C
(101,132,156)
#587287
(88,114,135)
#4B6072
(75,96,114)
#3E4E5D
(62,78,93)
#313C48
(49,60,72)
#242A33
(36,42,51)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #99CCF0

#99CCF0
(153,204,240)
#A2D0F1
(162,208,241)
#ABD4F2
(171,212,242)
#B4D8F3
(180,216,243)
#BDDCF4
(189,220,244)
#C6E0F5
(198,224,245)
#CFE4F6
(207,228,246)
#D8E8F7
(216,232,247)
#E1ECF8
(225,236,248)
#EAF0F9
(234,240,249)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CCF0; }

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

This text font color is #99CCF0.


Background Color

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

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

This div background color is #99CCF0.


Border color

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

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

This div border color is #99CCF0.


Opacity

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

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

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

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

This text has shadow with #99CCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CCF0 on black background.


Color preview on white background

This text has color #99CCF0 on white background.



Black color preview on #99CCF0 background

This text has black color on #99CCF0 background.


White color preview on #99CCF0 background

This text has white color on #99CCF0 background.