COLOR #C6CCC0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

198
204
192

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

Portions of RGB colors in percentages

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

%33.33
%34.34
%32.32

CMYK color model

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

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

CMYK percentages

%2.94
%0
%5.88
%20

Codes

Color #C6CCC0 in popluar color models

C6CCC0
RGB198204192
HSL90°10.53%77.65%
HSB/HSV90°5.88%80.00%
CMYK2.94%0.00%5.88%
20.00%

Color #C6CCC0 in popluar number systems.

HEXC6CCC0
Decimal198204192
Binary110001101100110011000000
Octal306314300

Shades and tints

Shades of #C6CCC0

#C6CCC0
(198,204,192)
#B4BAAF
(180,186,175)
#A2A89E
(162,168,158)
#90968D
(144,150,141)
#7E847C
(126,132,124)
#6C726B
(108,114,107)
#5A605A
(90,96,90)
#484E49
(72,78,73)
#363C38
(54,60,56)
#242A27
(36,42,39)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #C6CCC0

#C6CCC0
(198,204,192)
#CBD0C5
(203,208,197)
#D0D4CA
(208,212,202)
#D5D8CF
(213,216,207)
#DADCD4
(218,220,212)
#DFE0D9
(223,224,217)
#E4E4DE
(228,228,222)
#E9E8E3
(233,232,227)
#EEECE8
(238,236,232)
#F3F0ED
(243,240,237)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CCC0; }

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

This text font color is #C6CCC0.


Background Color

.myBgColor { background-color: #C6CCC0; }

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

This div background color is #C6CCC0.


Border color

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

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

This div border color is #C6CCC0.


Opacity

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

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

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

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

This text has shadow with #C6CCC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CCC0 on black background.


Color preview on white background

This text has color #C6CCC0 on white background.



Black color preview on #C6CCC0 background

This text has black color on #C6CCC0 background.


White color preview on #C6CCC0 background

This text has white color on #C6CCC0 background.