COLOR #99C9E0

HEX: #99C9E0
RGB: (153,201,224)

Color info

#99C9E0 contains mainly green and blue colors. Web safe color of #99C9E0 is #99CCCC (or #9CC).

RGB color model

#99C9E0 color RGB value is (153,201,224).

  • red value is 153;
  • green value is 201;
  • blue value is 224.
RGB:
(153,201,224)
(60%,79%,88%)

RGB channels and saturation

R 153 of 255 = 60%
G 201 of 255 = 79%
B 224 of 255 = 88%

153
201
224

R + G + B ~ 76%. #99C9E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 201 + 224 = 578 (100%)
R 153 of 578 ~ 26.47%
G 201 of 578 ~ 34.78%
B 224 of 578 ~ 38.75%

%26.47
%34.78
%38.75

CMYK color model

#99C9E0 color CMYK value is (32,10,0,12).

  • cyan value is 31.70%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(32,10,0,12)
C32M10Y0K12 
(32%,10%,0%,12%)
(0.32/0.10/0.00/0.12)	

CMYK percentages

%31.7
%10.27
%0
%12.16

Codes

Color #99C9E0 in popluar color models

99C9E0
RGB153201224
HSL199°53.38%73.92%
HSB/HSV199°31.70%87.84%
CMYK31.70%10.27%0.00%
12.16%

Color #99C9E0 in popluar number systems.

HEX99C9E0
Decimal153201224
Binary100110011100100111100000
Octal231311340

Shades and tints

Shades of #99C9E0

#99C9E0
(153,201,224)
#8CB7CC
(140,183,204)
#7FA5B8
(127,165,184)
#7293A4
(114,147,164)
#658190
(101,129,144)
#586F7C
(88,111,124)
#4B5D68
(75,93,104)
#3E4B54
(62,75,84)
#313940
(49,57,64)
#24272C
(36,39,44)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #99C9E0

#99C9E0
(153,201,224)
#A2CDE2
(162,205,226)
#ABD1E4
(171,209,228)
#B4D5E6
(180,213,230)
#BDD9E8
(189,217,232)
#C6DDEA
(198,221,234)
#CFE1EC
(207,225,236)
#D8E5EE
(216,229,238)
#E1E9F0
(225,233,240)
#EAEDF2
(234,237,242)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C9E0 color. Also use rgb(153,201,224) instead hex code.

Text Font Color

.myTextColor { color: #99C9E0; }

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

This text font color is #99C9E0.


Background Color

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

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

This div background color is #99C9E0.


Border color

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

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

This div border color is #99C9E0.


Opacity

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

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

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

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

This text has shadow with #99C9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C9E0 on black background.


Color preview on white background

This text has color #99C9E0 on white background.



Black color preview on #99C9E0 background

This text has black color on #99C9E0 background.


White color preview on #99C9E0 background

This text has white color on #99C9E0 background.