COLOR #CCC0C4

HEX: #CCC0C4
RGB: (204,192,196)

Color info

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

RGB color model

#CCC0C4 color RGB value is (204,192,196).

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

RGB channels and saturation

R 204 of 255 = 80%
G 192 of 255 = 75%
B 196 of 255 = 77%

204
192
196

R + G + B ~ 77%. #CCC0C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 192 + 196 = 592 (100%)
R 204 of 592 ~ 34.46%
G 192 of 592 ~ 32.43%
B 196 of 592 ~ 33.11%

%34.46
%32.43
%33.11

CMYK color model

#CCC0C4 color CMYK value is (0,6,4,20).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 3.92%
  • key color value is 20.00%
CMYK:
(0,6,4,20)
C0M6Y4K20 
(0%,6%,4%,20%)
(0.00/0.06/0.04/0.20)	

CMYK percentages

%0
%5.88
%3.92
%20

Codes

Color #CCC0C4 in popluar color models

CCC0C4
RGB204192196
HSL340°10.53%77.65%
HSB/HSV340°5.88%80.00%
CMYK0.00%5.88%3.92%
20.00%

Color #CCC0C4 in popluar number systems.

HEXCCC0C4
Decimal204192196
Binary110011001100000011000100
Octal314300304

Shades and tints

Shades of #CCC0C4

#CCC0C4
(204,192,196)
#BAAFB3
(186,175,179)
#A89EA2
(168,158,162)
#968D91
(150,141,145)
#847C80
(132,124,128)
#726B6F
(114,107,111)
#605A5E
(96,90,94)
#4E494D
(78,73,77)
#3C383C
(60,56,60)
#2A272B
(42,39,43)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #CCC0C4

#CCC0C4
(204,192,196)
#D0C5C9
(208,197,201)
#D4CACE
(212,202,206)
#D8CFD3
(216,207,211)
#DCD4D8
(220,212,216)
#E0D9DD
(224,217,221)
#E4DEE2
(228,222,226)
#E8E3E7
(232,227,231)
#ECE8EC
(236,232,236)
#F0EDF1
(240,237,241)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC0C4; }

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

This text font color is #CCC0C4.


Background Color

.myBgColor { background-color: #CCC0C4; }

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

This div background color is #CCC0C4.


Border color

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

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

This div border color is #CCC0C4.


Opacity

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

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

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

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

This text has shadow with #CCC0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC0C4 on black background.


Color preview on white background

This text has color #CCC0C4 on white background.



Black color preview on #CCC0C4 background

This text has black color on #CCC0C4 background.


White color preview on #CCC0C4 background

This text has white color on #CCC0C4 background.