COLOR #C0C6A7

HEX: #C0C6A7
RGB: (192,198,167)

Color info

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

RGB color model

#C0C6A7 color RGB value is (192,198,167).

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

RGB channels and saturation

R 192 of 255 = 75%
G 198 of 255 = 78%
B 167 of 255 = 65%

192
198
167

R + G + B ~ 73%. #C0C6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 198 + 167 = 557 (100%)
R 192 of 557 ~ 34.47%
G 198 of 557 ~ 35.55%
B 167 of 557 ~ 29.98%

%34.47
%35.55
%29.98

CMYK color model

#C0C6A7 color CMYK value is (3,0,16,22).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 22.35%
CMYK:
(3,0,16,22)
C3M0Y16K22 
(3%,0%,16%,22%)
(0.03/0.00/0.16/0.22)	

CMYK percentages

%3.03
%0
%15.66
%22.35

Codes

Color #C0C6A7 in popluar color models

C0C6A7
RGB192198167
HSL72°21.38%71.57%
HSB/HSV72°15.66%77.65%
CMYK3.03%0.00%15.66%
22.35%

Color #C0C6A7 in popluar number systems.

HEXC0C6A7
Decimal192198167
Binary110000001100011010100111
Octal300306247

Shades and tints

Shades of #C0C6A7

#C0C6A7
(192,198,167)
#AFB498
(175,180,152)
#9EA289
(158,162,137)
#8D907A
(141,144,122)
#7C7E6B
(124,126,107)
#6B6C5C
(107,108,92)
#5A5A4D
(90,90,77)
#49483E
(73,72,62)
#38362F
(56,54,47)
#272420
(39,36,32)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #C0C6A7

#C0C6A7
(192,198,167)
#C5CBAF
(197,203,175)
#CAD0B7
(202,208,183)
#CFD5BF
(207,213,191)
#D4DAC7
(212,218,199)
#D9DFCF
(217,223,207)
#DEE4D7
(222,228,215)
#E3E9DF
(227,233,223)
#E8EEE7
(232,238,231)
#EDF3EF
(237,243,239)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C6A7; }

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

This text font color is #C0C6A7.


Background Color

.myBgColor { background-color: #C0C6A7; }

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

This div background color is #C0C6A7.


Border color

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

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

This div border color is #C0C6A7.


Opacity

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

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

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

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

This text has shadow with #C0C6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C6A7 on black background.


Color preview on white background

This text has color #C0C6A7 on white background.



Black color preview on #C0C6A7 background

This text has black color on #C0C6A7 background.


White color preview on #C0C6A7 background

This text has white color on #C0C6A7 background.