COLOR #C0C7AE

HEX: #C0C7AE
RGB: (192,199,174)

Color info

#C0C7AE contains red, green and blue colors in about the same proportion. Web safe color of #C0C7AE is #CCCC99 (or #CC9).

RGB color model

#C0C7AE color RGB value is (192,199,174).

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

RGB channels and saturation

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

192
199
174

R + G + B ~ 74%. #C0C7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 199 + 174 = 565 (100%)
R 192 of 565 ~ 33.98%
G 199 of 565 ~ 35.22%
B 174 of 565 ~ 30.8%

%33.98
%35.22
%30.8

CMYK color model

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

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

CMYK percentages

%3.52
%0
%12.56
%21.96

Codes

Color #C0C7AE in popluar color models

C0C7AE
RGB192199174
HSL77°18.25%73.14%
HSB/HSV77°12.56%78.04%
CMYK3.52%0.00%12.56%
21.96%

Color #C0C7AE in popluar number systems.

HEXC0C7AE
Decimal192199174
Binary110000001100011110101110
Octal300307256

Shades and tints

Shades of #C0C7AE

#C0C7AE
(192,199,174)
#AFB59F
(175,181,159)
#9EA390
(158,163,144)
#8D9181
(141,145,129)
#7C7F72
(124,127,114)
#6B6D63
(107,109,99)
#5A5B54
(90,91,84)
#494945
(73,73,69)
#383736
(56,55,54)
#272527
(39,37,39)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #C0C7AE

#C0C7AE
(192,199,174)
#C5CCB5
(197,204,181)
#CAD1BC
(202,209,188)
#CFD6C3
(207,214,195)
#D4DBCA
(212,219,202)
#D9E0D1
(217,224,209)
#DEE5D8
(222,229,216)
#E3EADF
(227,234,223)
#E8EFE6
(232,239,230)
#EDF4ED
(237,244,237)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C7AE; }

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

This text font color is #C0C7AE.


Background Color

.myBgColor { background-color: #C0C7AE; }

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

This div background color is #C0C7AE.


Border color

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

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

This div border color is #C0C7AE.


Opacity

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

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

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

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

This text has shadow with #C0C7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C7AE on black background.


Color preview on white background

This text has color #C0C7AE on white background.



Black color preview on #C0C7AE background

This text has black color on #C0C7AE background.


White color preview on #C0C7AE background

This text has white color on #C0C7AE background.