COLOR #C0CCA6

HEX: #C0CCA6
RGB: (192,204,166)

Color info

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

RGB color model

#C0CCA6 color RGB value is (192,204,166).

  • red value is 192;
  • green value is 204;
  • blue value is 166.
RGB:
(192,204,166)
(75%,80%,65%)

RGB channels and saturation

R 192 of 255 = 75%
G 204 of 255 = 80%
B 166 of 255 = 65%

192
204
166

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

Portions of RGB colors in percentages

R + G + B =
192 + 204 + 166 = 562 (100%)
R 192 of 562 ~ 34.16%
G 204 of 562 ~ 36.3%
B 166 of 562 ~ 29.54%

%34.16
%36.3
%29.54

CMYK color model

#C0CCA6 color CMYK value is (6,0,19,20).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 20.00%
CMYK:
(6,0,19,20)
C6M0Y19K20 
(6%,0%,19%,20%)
(0.06/0.00/0.19/0.20)	

CMYK percentages

%5.88
%0
%18.63
%20

Codes

Color #C0CCA6 in popluar color models

C0CCA6
RGB192204166
HSL79°27.14%72.55%
HSB/HSV79°18.63%80.00%
CMYK5.88%0.00%18.63%
20.00%

Color #C0CCA6 in popluar number systems.

HEXC0CCA6
Decimal192204166
Binary110000001100110010100110
Octal300314246

Shades and tints

Shades of #C0CCA6

#C0CCA6
(192,204,166)
#AFBA97
(175,186,151)
#9EA888
(158,168,136)
#8D9679
(141,150,121)
#7C846A
(124,132,106)
#6B725B
(107,114,91)
#5A604C
(90,96,76)
#494E3D
(73,78,61)
#383C2E
(56,60,46)
#272A1F
(39,42,31)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #C0CCA6

#C0CCA6
(192,204,166)
#C5D0AE
(197,208,174)
#CAD4B6
(202,212,182)
#CFD8BE
(207,216,190)
#D4DCC6
(212,220,198)
#D9E0CE
(217,224,206)
#DEE4D6
(222,228,214)
#E3E8DE
(227,232,222)
#E8ECE6
(232,236,230)
#EDF0EE
(237,240,238)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CCA6; }

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

This text font color is #C0CCA6.


Background Color

.myBgColor { background-color: #C0CCA6; }

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

This div background color is #C0CCA6.


Border color

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

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

This div border color is #C0CCA6.


Opacity

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

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

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

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

This text has shadow with #C0CCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CCA6 on black background.


Color preview on white background

This text has color #C0CCA6 on white background.



Black color preview on #C0CCA6 background

This text has black color on #C0CCA6 background.


White color preview on #C0CCA6 background

This text has white color on #C0CCA6 background.