COLOR #99C3C9

HEX: #99C3C9
RGB: (153,195,201)

Color info

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

RGB color model

#99C3C9 color RGB value is (153,195,201).

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

RGB channels and saturation

R 153 of 255 = 60%
G 195 of 255 = 76%
B 201 of 255 = 79%

153
195
201

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

Portions of RGB colors in percentages

R + G + B =
153 + 195 + 201 = 549 (100%)
R 153 of 549 ~ 27.87%
G 195 of 549 ~ 35.52%
B 201 of 549 ~ 36.61%

%27.87
%35.52
%36.61

CMYK color model

#99C3C9 color CMYK value is (24,3,0,21).

  • cyan value is 23.88%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (24,3,0,21) C24M3Y0K21 (24%,3%,0%,21%) (0.24/0.03/0.00/0.21)

CMYK percentages

%23.88
%2.99
%0
%21.18

Codes

Color #99C3C9 in popluar color models

99C3C9
RGB153195201
HSL188°30.77%69.41%
HSB/HSV188°23.88%78.82%
CMYK23.88%2.99%0.00%
21.18%

Color #99C3C9 in popluar number systems.

HEX99C3C9
Decimal153195201
Binary100110011100001111001001
Octal231303311

Shades and tints

Shades of #99C3C9

#99C3C9
(153,195,201)
#8CB2B7
(140,178,183)
#7FA1A5
(127,161,165)
#729093
(114,144,147)
#657F81
(101,127,129)
#586E6F
(88,110,111)
#4B5D5D
(75,93,93)
#3E4C4B
(62,76,75)
#313B39
(49,59,57)
#242A27
(36,42,39)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #99C3C9

#99C3C9
(153,195,201)
#A2C8CD
(162,200,205)
#ABCDD1
(171,205,209)
#B4D2D5
(180,210,213)
#BDD7D9
(189,215,217)
#C6DCDD
(198,220,221)
#CFE1E1
(207,225,225)
#D8E6E5
(216,230,229)
#E1EBE9
(225,235,233)
#EAF0ED
(234,240,237)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C3C9; }

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

This text font color is #99C3C9.


Background Color

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

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

This div background color is #99C3C9.


Border color

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

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

This div border color is #99C3C9.


Opacity

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

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

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

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

This text has shadow with #99C3C9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #99C3C9 on black background.


Color preview on white background

This text has color #99C3C9 on white background.



Black color preview on #99C3C9 background

This text has black color on #99C3C9 background.


White color preview on #99C3C9 background

This text has white color on #99C3C9 background.