COLOR #C9C5CE

HEX: #C9C5CE
RGB: (201,197,206)

Color info

#C9C5CE contains red, green and blue colors in about the same proportion. Web safe color of #C9C5CE is #CCCCCC (or #CCC).

RGB color model

#C9C5CE color RGB value is (201,197,206).

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

RGB channels and saturation

R 201 of 255 = 79%
G 197 of 255 = 77%
B 206 of 255 = 81%

201
197
206

R + G + B ~ 79%. #C9C5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 197 + 206 = 604 (100%)
R 201 of 604 ~ 33.28%
G 197 of 604 ~ 32.62%
B 206 of 604 ~ 34.11%

%33.28
%32.62
%34.11

CMYK color model

#C9C5CE color CMYK value is (2,4,0,19).

  • cyan value is 2.43%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(2,4,0,19)
C2M4Y0K19 
(2%,4%,0%,19%)
(0.02/0.04/0.00/0.19)	

CMYK percentages

%2.43
%4.37
%0
%19.22

Codes

Color #C9C5CE in popluar color models

C9C5CE
RGB201197206
HSL267°8.41%79.02%
HSB/HSV267°4.37%80.78%
CMYK2.43%4.37%0.00%
19.22%

Color #C9C5CE in popluar number systems.

HEXC9C5CE
Decimal201197206
Binary110010011100010111001110
Octal311305316

Shades and tints

Shades of #C9C5CE

#C9C5CE
(201,197,206)
#B7B4BC
(183,180,188)
#A5A3AA
(165,163,170)
#939298
(147,146,152)
#818186
(129,129,134)
#6F7074
(111,112,116)
#5D5F62
(93,95,98)
#4B4E50
(75,78,80)
#393D3E
(57,61,62)
#272C2C
(39,44,44)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #C9C5CE

#C9C5CE
(201,197,206)
#CDCAD2
(205,202,210)
#D1CFD6
(209,207,214)
#D5D4DA
(213,212,218)
#D9D9DE
(217,217,222)
#DDDEE2
(221,222,226)
#E1E3E6
(225,227,230)
#E5E8EA
(229,232,234)
#E9EDEE
(233,237,238)
#EDF2F2
(237,242,242)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C5CE; }

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

This text font color is #C9C5CE.


Background Color

.myBgColor { background-color: #C9C5CE; }

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

This div background color is #C9C5CE.


Border color

.myBorderColor { border: 1px solid #C9C5CE; }

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

This div border color is #C9C5CE.


Opacity

.myOpacity80 { color: #C9C5CE; opacity: 0.8; }

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

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

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

This text has shadow with #C9C5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C5CE on black background.


Color preview on white background

This text has color #C9C5CE on white background.



Black color preview on #C9C5CE background

This text has black color on #C9C5CE background.


White color preview on #C9C5CE background

This text has white color on #C9C5CE background.