COLOR #C0CCC6

HEX: #C0CCC6
RGB: (192,204,198)

Color info

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

RGB color model

#C0CCC6 color RGB value is (192,204,198).

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

RGB channels and saturation

R 192 of 255 = 75%
G 204 of 255 = 80%
B 198 of 255 = 78%

192
204
198

R + G + B ~ 78%. #C0CCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 204 + 198 = 594 (100%)
R 192 of 594 ~ 32.32%
G 204 of 594 ~ 34.34%
B 198 of 594 ~ 33.33%

%32.32
%34.34
%33.33

CMYK color model

#C0CCC6 color CMYK value is (6,0,3,20).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 20.00%
CMYK:
(6,0,3,20)
C6M0Y3K20 
(6%,0%,3%,20%)
(0.06/0.00/0.03/0.20)	

CMYK percentages

%5.88
%0
%2.94
%20

Codes

Color #C0CCC6 in popluar color models

C0CCC6
RGB192204198
HSL150°10.53%77.65%
HSB/HSV150°5.88%80.00%
CMYK5.88%0.00%2.94%
20.00%

Color #C0CCC6 in popluar number systems.

HEXC0CCC6
Decimal192204198
Binary110000001100110011000110
Octal300314306

Shades and tints

Shades of #C0CCC6

#C0CCC6
(192,204,198)
#AFBAB4
(175,186,180)
#9EA8A2
(158,168,162)
#8D9690
(141,150,144)
#7C847E
(124,132,126)
#6B726C
(107,114,108)
#5A605A
(90,96,90)
#494E48
(73,78,72)
#383C36
(56,60,54)
#272A24
(39,42,36)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #C0CCC6

#C0CCC6
(192,204,198)
#C5D0CB
(197,208,203)
#CAD4D0
(202,212,208)
#CFD8D5
(207,216,213)
#D4DCDA
(212,220,218)
#D9E0DF
(217,224,223)
#DEE4E4
(222,228,228)
#E3E8E9
(227,232,233)
#E8ECEE
(232,236,238)
#EDF0F3
(237,240,243)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CCC6; }

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

This text font color is #C0CCC6.


Background Color

.myBgColor { background-color: #C0CCC6; }

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

This div background color is #C0CCC6.


Border color

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

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

This div border color is #C0CCC6.


Opacity

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

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

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

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

This text has shadow with #C0CCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CCC6 on black background.


Color preview on white background

This text has color #C0CCC6 on white background.



Black color preview on #C0CCC6 background

This text has black color on #C0CCC6 background.


White color preview on #C0CCC6 background

This text has white color on #C0CCC6 background.