COLOR #C0CBCE

HEX: #C0CBCE
RGB: (192,203,206)

Color info

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

RGB color model

#C0CBCE color RGB value is (192,203,206).

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

RGB channels and saturation

R 192 of 255 = 75%
G 203 of 255 = 80%
B 206 of 255 = 81%

192
203
206

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

Portions of RGB colors in percentages

R + G + B =
192 + 203 + 206 = 601 (100%)
R 192 of 601 ~ 31.95%
G 203 of 601 ~ 33.78%
B 206 of 601 ~ 34.28%

%31.95
%33.78
%34.28

CMYK color model

#C0CBCE color CMYK value is (7,1,0,19).

  • cyan value is 6.80%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(7,1,0,19)
C7M1Y0K19 
(7%,1%,0%,19%)
(0.07/0.01/0.00/0.19)	

CMYK percentages

%6.8
%1.46
%0
%19.22

Codes

Color #C0CBCE in popluar color models

C0CBCE
RGB192203206
HSL193°12.50%78.04%
HSB/HSV193°6.80%80.78%
CMYK6.80%1.46%0.00%
19.22%

Color #C0CBCE in popluar number systems.

HEXC0CBCE
Decimal192203206
Binary110000001100101111001110
Octal300313316

Shades and tints

Shades of #C0CBCE

#C0CBCE
(192,203,206)
#AFB9BC
(175,185,188)
#9EA7AA
(158,167,170)
#8D9598
(141,149,152)
#7C8386
(124,131,134)
#6B7174
(107,113,116)
#5A5F62
(90,95,98)
#494D50
(73,77,80)
#383B3E
(56,59,62)
#27292C
(39,41,44)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #C0CBCE

#C0CBCE
(192,203,206)
#C5CFD2
(197,207,210)
#CAD3D6
(202,211,214)
#CFD7DA
(207,215,218)
#D4DBDE
(212,219,222)
#D9DFE2
(217,223,226)
#DEE3E6
(222,227,230)
#E3E7EA
(227,231,234)
#E8EBEE
(232,235,238)
#EDEFF2
(237,239,242)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CBCE; }

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

This text font color is #C0CBCE.


Background Color

.myBgColor { background-color: #C0CBCE; }

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

This div background color is #C0CBCE.


Border color

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

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

This div border color is #C0CBCE.


Opacity

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

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

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

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

This text has shadow with #C0CBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CBCE on black background.


Color preview on white background

This text has color #C0CBCE on white background.



Black color preview on #C0CBCE background

This text has black color on #C0CBCE background.


White color preview on #C0CBCE background

This text has white color on #C0CBCE background.