COLOR #99C5C9

HEX: #99C5C9
RGB: (153,197,201)

Color info

#99C5C9 contains red, green and blue colors in about the same proportion. Web safe color of #99C5C9 is #99CCCC (or #9CC).

RGB color model

#99C5C9 color RGB value is (153,197,201).

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

RGB channels and saturation

R 153 of 255 = 60%
G 197 of 255 = 77%
B 201 of 255 = 79%

153
197
201

R + G + B ~ 72%. #99C5C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 197 + 201 = 551 (100%)
R 153 of 551 ~ 27.77%
G 197 of 551 ~ 35.75%
B 201 of 551 ~ 36.48%

%27.77
%35.75
%36.48

CMYK color model

#99C5C9 color CMYK value is (24,2,0,21).

  • cyan value is 23.88%
  • magenta value is 1.99%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(24,2,0,21)
C24M2Y0K21 
(24%,2%,0%,21%)
(0.24/0.02/0.00/0.21)	

CMYK percentages

%23.88
%1.99
%0
%21.18

Codes

Color #99C5C9 in popluar color models

99C5C9
RGB153197201
HSL185°30.77%69.41%
HSB/HSV185°23.88%78.82%
CMYK23.88%1.99%0.00%
21.18%

Color #99C5C9 in popluar number systems.

HEX99C5C9
Decimal153197201
Binary100110011100010111001001
Octal231305311

Shades and tints

Shades of #99C5C9

#99C5C9
(153,197,201)
#8CB4B7
(140,180,183)
#7FA3A5
(127,163,165)
#729293
(114,146,147)
#658181
(101,129,129)
#58706F
(88,112,111)
#4B5F5D
(75,95,93)
#3E4E4B
(62,78,75)
#313D39
(49,61,57)
#242C27
(36,44,39)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #99C5C9

#99C5C9
(153,197,201)
#A2CACD
(162,202,205)
#ABCFD1
(171,207,209)
#B4D4D5
(180,212,213)
#BDD9D9
(189,217,217)
#C6DEDD
(198,222,221)
#CFE3E1
(207,227,225)
#D8E8E5
(216,232,229)
#E1EDE9
(225,237,233)
#EAF2ED
(234,242,237)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C5C9; }

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

This text font color is #99C5C9.


Background Color

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

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

This div background color is #99C5C9.


Border color

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

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

This div border color is #99C5C9.


Opacity

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

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

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

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

This text has shadow with #99C5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C5C9 on black background.


Color preview on white background

This text has color #99C5C9 on white background.



Black color preview on #99C5C9 background

This text has black color on #99C5C9 background.


White color preview on #99C5C9 background

This text has white color on #99C5C9 background.