COLOR #99C4C9

HEX: #99C4C9
RGB: (153,196,201)

Color info

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

RGB color model

#99C4C9 color RGB value is (153,196,201).

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

RGB channels and saturation

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

153
196
201

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

Portions of RGB colors in percentages

R + G + B =
153 + 196 + 201 = 550 (100%)
R 153 of 550 ~ 27.82%
G 196 of 550 ~ 35.64%
B 201 of 550 ~ 36.55%

%27.82
%35.64
%36.55

CMYK color model

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

  • cyan value is 23.88%
  • magenta value is 2.49%
  • 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
%2.49
%0
%21.18

Codes

Color #99C4C9 in popluar color models

99C4C9
RGB153196201
HSL186°30.77%69.41%
HSB/HSV186°23.88%78.82%
CMYK23.88%2.49%0.00%
21.18%

Color #99C4C9 in popluar number systems.

HEX99C4C9
Decimal153196201
Binary100110011100010011001001
Octal231304311

Shades and tints

Shades of #99C4C9

#99C4C9
(153,196,201)
#8CB3B7
(140,179,183)
#7FA2A5
(127,162,165)
#729193
(114,145,147)
#658081
(101,128,129)
#586F6F
(88,111,111)
#4B5E5D
(75,94,93)
#3E4D4B
(62,77,75)
#313C39
(49,60,57)
#242B27
(36,43,39)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #99C4C9

#99C4C9
(153,196,201)
#A2C9CD
(162,201,205)
#ABCED1
(171,206,209)
#B4D3D5
(180,211,213)
#BDD8D9
(189,216,217)
#C6DDDD
(198,221,221)
#CFE2E1
(207,226,225)
#D8E7E5
(216,231,229)
#E1ECE9
(225,236,233)
#EAF1ED
(234,241,237)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C4C9; }

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

This text font color is #99C4C9.


Background Color

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

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

This div background color is #99C4C9.


Border color

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

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

This div border color is #99C4C9.


Opacity

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

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

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

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

This text has shadow with #99C4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C4C9 on black background.


Color preview on white background

This text has color #99C4C9 on white background.



Black color preview on #99C4C9 background

This text has black color on #99C4C9 background.


White color preview on #99C4C9 background

This text has white color on #99C4C9 background.