COLOR #CCC4C0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

204
196
192

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

Portions of RGB colors in percentages

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

%34.46
%33.11
%32.43

CMYK color model

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

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

CMYK percentages

%0
%3.92
%5.88
%20

Codes

Color #CCC4C0 in popluar color models

CCC4C0
RGB204196192
HSL20°10.53%77.65%
HSB/HSV20°5.88%80.00%
CMYK0.00%3.92%5.88%
20.00%

Color #CCC4C0 in popluar number systems.

HEXCCC4C0
Decimal204196192
Binary110011001100010011000000
Octal314304300

Shades and tints

Shades of #CCC4C0

#CCC4C0
(204,196,192)
#BAB3AF
(186,179,175)
#A8A29E
(168,162,158)
#96918D
(150,145,141)
#84807C
(132,128,124)
#726F6B
(114,111,107)
#605E5A
(96,94,90)
#4E4D49
(78,77,73)
#3C3C38
(60,60,56)
#2A2B27
(42,43,39)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #CCC4C0

#CCC4C0
(204,196,192)
#D0C9C5
(208,201,197)
#D4CECA
(212,206,202)
#D8D3CF
(216,211,207)
#DCD8D4
(220,216,212)
#E0DDD9
(224,221,217)
#E4E2DE
(228,226,222)
#E8E7E3
(232,231,227)
#ECECE8
(236,236,232)
#F0F1ED
(240,241,237)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4C0; }

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

This text font color is #CCC4C0.


Background Color

.myBgColor { background-color: #CCC4C0; }

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

This div background color is #CCC4C0.


Border color

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

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

This div border color is #CCC4C0.


Opacity

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

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

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

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

This text has shadow with #CCC4C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC4C0 on black background.


Color preview on white background

This text has color #CCC4C0 on white background.



Black color preview on #CCC4C0 background

This text has black color on #CCC4C0 background.


White color preview on #CCC4C0 background

This text has white color on #CCC4C0 background.