COLOR #CCCAC4

HEX: #CCCAC4
RGB: (204,202,196)

Color info

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

RGB color model

#CCCAC4 color RGB value is (204,202,196).

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

RGB channels and saturation

R 204 of 255 = 80%
G 202 of 255 = 79%
B 196 of 255 = 77%

204
202
196

R + G + B ~ 79%. #CCCAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 202 + 196 = 602 (100%)
R 204 of 602 ~ 33.89%
G 202 of 602 ~ 33.55%
B 196 of 602 ~ 32.56%

%33.89
%33.55
%32.56

CMYK color model

#CCCAC4 color CMYK value is (0,1,4,20).

  • cyan value is 0.00%
  • magenta value is 0.98%
  • yellow value is 3.92%
  • key color value is 20.00%
CMYK:
(0,1,4,20)
C0M1Y4K20 
(0%,1%,4%,20%)
(0.00/0.01/0.04/0.20)	

CMYK percentages

%0
%0.98
%3.92
%20

Codes

Color #CCCAC4 in popluar color models

CCCAC4
RGB204202196
HSL45°7.27%78.43%
HSB/HSV45°3.92%80.00%
CMYK0.00%0.98%3.92%
20.00%

Color #CCCAC4 in popluar number systems.

HEXCCCAC4
Decimal204202196
Binary110011001100101011000100
Octal314312304

Shades and tints

Shades of #CCCAC4

#CCCAC4
(204,202,196)
#BAB8B3
(186,184,179)
#A8A6A2
(168,166,162)
#969491
(150,148,145)
#848280
(132,130,128)
#72706F
(114,112,111)
#605E5E
(96,94,94)
#4E4C4D
(78,76,77)
#3C3A3C
(60,58,60)
#2A282B
(42,40,43)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #CCCAC4

#CCCAC4
(204,202,196)
#D0CEC9
(208,206,201)
#D4D2CE
(212,210,206)
#D8D6D3
(216,214,211)
#DCDAD8
(220,218,216)
#E0DEDD
(224,222,221)
#E4E2E2
(228,226,226)
#E8E6E7
(232,230,231)
#ECEAEC
(236,234,236)
#F0EEF1
(240,238,241)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCAC4; }

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

This text font color is #CCCAC4.


Background Color

.myBgColor { background-color: #CCCAC4; }

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

This div background color is #CCCAC4.


Border color

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

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

This div border color is #CCCAC4.


Opacity

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

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

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

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

This text has shadow with #CCCAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCAC4 on black background.


Color preview on white background

This text has color #CCCAC4 on white background.



Black color preview on #CCCAC4 background

This text has black color on #CCCAC4 background.


White color preview on #CCCAC4 background

This text has white color on #CCCAC4 background.