COLOR #C0C7C0

HEX: #C0C7C0
RGB: (192,199,192)

Color info

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

RGB color model

#C0C7C0 color RGB value is (192,199,192).

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

RGB channels and saturation

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

192
199
192

R + G + B ~ 76%. #C0C7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 199 + 192 = 583 (100%)
R 192 of 583 ~ 32.93%
G 199 of 583 ~ 34.13%
B 192 of 583 ~ 32.93%

%32.93
%34.13
%32.93

CMYK color model

#C0C7C0 color CMYK value is (4,0,4,22).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 21.96%
CMYK:
(4,0,4,22)
C4M0Y4K22 
(4%,0%,4%,22%)
(0.04/0.00/0.04/0.22)	

CMYK percentages

%3.52
%0
%3.52
%21.96

Codes

Color #C0C7C0 in popluar color models

C0C7C0
RGB192199192
HSL120°5.88%76.67%
HSB/HSV120°3.52%78.04%
CMYK3.52%0.00%3.52%
21.96%

Color #C0C7C0 in popluar number systems.

HEXC0C7C0
Decimal192199192
Binary110000001100011111000000
Octal300307300

Shades and tints

Shades of #C0C7C0

#C0C7C0
(192,199,192)
#AFB5AF
(175,181,175)
#9EA39E
(158,163,158)
#8D918D
(141,145,141)
#7C7F7C
(124,127,124)
#6B6D6B
(107,109,107)
#5A5B5A
(90,91,90)
#494949
(73,73,73)
#383738
(56,55,56)
#272527
(39,37,39)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #C0C7C0

#C0C7C0
(192,199,192)
#C5CCC5
(197,204,197)
#CAD1CA
(202,209,202)
#CFD6CF
(207,214,207)
#D4DBD4
(212,219,212)
#D9E0D9
(217,224,217)
#DEE5DE
(222,229,222)
#E3EAE3
(227,234,227)
#E8EFE8
(232,239,232)
#EDF4ED
(237,244,237)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C7C0; }

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

This text font color is #C0C7C0.


Background Color

.myBgColor { background-color: #C0C7C0; }

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

This div background color is #C0C7C0.


Border color

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

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

This div border color is #C0C7C0.


Opacity

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

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

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

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

This text has shadow with #C0C7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C7C0 on black background.


Color preview on white background

This text has color #C0C7C0 on white background.



Black color preview on #C0C7C0 background

This text has black color on #C0C7C0 background.


White color preview on #C0C7C0 background

This text has white color on #C0C7C0 background.