COLOR #C9CBCE

HEX: #C9CBCE
RGB: (201,203,206)

Color info

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

RGB color model

#C9CBCE color RGB value is (201,203,206).

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

RGB channels and saturation

R 201 of 255 = 79%
G 203 of 255 = 80%
B 206 of 255 = 81%

201
203
206

R + G + B ~ 80%. #C9CBCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 203 + 206 = 610 (100%)
R 201 of 610 ~ 32.95%
G 203 of 610 ~ 33.28%
B 206 of 610 ~ 33.77%

%32.95
%33.28
%33.77

CMYK color model

#C9CBCE color CMYK value is (2,1,0,19).

  • cyan value is 2.43%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(2,1,0,19)
C2M1Y0K19 
(2%,1%,0%,19%)
(0.02/0.01/0.00/0.19)	

CMYK percentages

%2.43
%1.46
%0
%19.22

Codes

Color #C9CBCE in popluar color models

C9CBCE
RGB201203206
HSL216°4.85%79.80%
HSB/HSV216°2.43%80.78%
CMYK2.43%1.46%0.00%
19.22%

Color #C9CBCE in popluar number systems.

HEXC9CBCE
Decimal201203206
Binary110010011100101111001110
Octal311313316

Shades and tints

Shades of #C9CBCE

#C9CBCE
(201,203,206)
#B7B9BC
(183,185,188)
#A5A7AA
(165,167,170)
#939598
(147,149,152)
#818386
(129,131,134)
#6F7174
(111,113,116)
#5D5F62
(93,95,98)
#4B4D50
(75,77,80)
#393B3E
(57,59,62)
#27292C
(39,41,44)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #C9CBCE

#C9CBCE
(201,203,206)
#CDCFD2
(205,207,210)
#D1D3D6
(209,211,214)
#D5D7DA
(213,215,218)
#D9DBDE
(217,219,222)
#DDDFE2
(221,223,226)
#E1E3E6
(225,227,230)
#E5E7EA
(229,231,234)
#E9EBEE
(233,235,238)
#EDEFF2
(237,239,242)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CBCE; }

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

This text font color is #C9CBCE.


Background Color

.myBgColor { background-color: #C9CBCE; }

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

This div background color is #C9CBCE.


Border color

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

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

This div border color is #C9CBCE.


Opacity

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

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

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

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

This text has shadow with #C9CBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CBCE on black background.


Color preview on white background

This text has color #C9CBCE on white background.



Black color preview on #C9CBCE background

This text has black color on #C9CBCE background.


White color preview on #C9CBCE background

This text has white color on #C9CBCE background.