COLOR #C0CEC7

HEX: #C0CEC7
RGB: (192,206,199)

Color info

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

RGB color model

#C0CEC7 color RGB value is (192,206,199).

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

RGB channels and saturation

R 192 of 255 = 75%
G 206 of 255 = 81%
B 199 of 255 = 78%

192
206
199

R + G + B ~ 78%. #C0CEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 206 + 199 = 597 (100%)
R 192 of 597 ~ 32.16%
G 206 of 597 ~ 34.51%
B 199 of 597 ~ 33.33%

%32.16
%34.51
%33.33

CMYK color model

#C0CEC7 color CMYK value is (7,0,3,19).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 19.22%
CMYK:
(7,0,3,19)
C7M0Y3K19 
(7%,0%,3%,19%)
(0.07/0.00/0.03/0.19)	

CMYK percentages

%6.8
%0
%3.4
%19.22

Codes

Color #C0CEC7 in popluar color models

C0CEC7
RGB192206199
HSL150°12.50%78.04%
HSB/HSV150°6.80%80.78%
CMYK6.80%0.00%3.40%
19.22%

Color #C0CEC7 in popluar number systems.

HEXC0CEC7
Decimal192206199
Binary110000001100111011000111
Octal300316307

Shades and tints

Shades of #C0CEC7

#C0CEC7
(192,206,199)
#AFBCB5
(175,188,181)
#9EAAA3
(158,170,163)
#8D9891
(141,152,145)
#7C867F
(124,134,127)
#6B746D
(107,116,109)
#5A625B
(90,98,91)
#495049
(73,80,73)
#383E37
(56,62,55)
#272C25
(39,44,37)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #C0CEC7

#C0CEC7
(192,206,199)
#C5D2CC
(197,210,204)
#CAD6D1
(202,214,209)
#CFDAD6
(207,218,214)
#D4DEDB
(212,222,219)
#D9E2E0
(217,226,224)
#DEE6E5
(222,230,229)
#E3EAEA
(227,234,234)
#E8EEEF
(232,238,239)
#EDF2F4
(237,242,244)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CEC7; }

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

This text font color is #C0CEC7.


Background Color

.myBgColor { background-color: #C0CEC7; }

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

This div background color is #C0CEC7.


Border color

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

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

This div border color is #C0CEC7.


Opacity

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

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

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

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

This text has shadow with #C0CEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CEC7 on black background.


Color preview on white background

This text has color #C0CEC7 on white background.



Black color preview on #C0CEC7 background

This text has black color on #C0CEC7 background.


White color preview on #C0CEC7 background

This text has white color on #C0CEC7 background.