COLOR #C0C7B4

HEX: #C0C7B4
RGB: (192,199,180)

Color info

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

RGB color model

#C0C7B4 color RGB value is (192,199,180).

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

RGB channels and saturation

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

192
199
180

R + G + B ~ 75%. #C0C7B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 199 + 180 = 571 (100%)
R 192 of 571 ~ 33.63%
G 199 of 571 ~ 34.85%
B 180 of 571 ~ 31.52%

%33.63
%34.85
%31.52

CMYK color model

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

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

CMYK percentages

%3.52
%0
%9.55
%21.96

Codes

Color #C0C7B4 in popluar color models

C0C7B4
RGB192199180
HSL82°14.50%74.31%
HSB/HSV82°9.55%78.04%
CMYK3.52%0.00%9.55%
21.96%

Color #C0C7B4 in popluar number systems.

HEXC0C7B4
Decimal192199180
Binary110000001100011110110100
Octal300307264

Shades and tints

Shades of #C0C7B4

#C0C7B4
(192,199,180)
#AFB5A4
(175,181,164)
#9EA394
(158,163,148)
#8D9184
(141,145,132)
#7C7F74
(124,127,116)
#6B6D64
(107,109,100)
#5A5B54
(90,91,84)
#494944
(73,73,68)
#383734
(56,55,52)
#272524
(39,37,36)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #C0C7B4

#C0C7B4
(192,199,180)
#C5CCBA
(197,204,186)
#CAD1C0
(202,209,192)
#CFD6C6
(207,214,198)
#D4DBCC
(212,219,204)
#D9E0D2
(217,224,210)
#DEE5D8
(222,229,216)
#E3EADE
(227,234,222)
#E8EFE4
(232,239,228)
#EDF4EA
(237,244,234)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C7B4; }

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

This text font color is #C0C7B4.


Background Color

.myBgColor { background-color: #C0C7B4; }

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

This div background color is #C0C7B4.


Border color

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

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

This div border color is #C0C7B4.


Opacity

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

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

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

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

This text has shadow with #C0C7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C7B4 on black background.


Color preview on white background

This text has color #C0C7B4 on white background.



Black color preview on #C0C7B4 background

This text has black color on #C0C7B4 background.


White color preview on #C0C7B4 background

This text has white color on #C0C7B4 background.