COLOR #CCCAC9

HEX: #CCCAC9 RGB: (204,202,201)

Color info

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

RGB color model

#CCCAC9 color RGB value is (204,202,201).

RGB: (204,202,201) (80%, 79%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 202 of 255 = 79%
B 201 of 255 = 79%

204
202
201

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

Portions of RGB colors in percentages

R + G + B = 204 + 202 + 201 = 607 (100%)
R 204 of 607 ~ 33.61%
G 202 of 607 ~ 33.28%
B 201 of 607 ~ 33.11'%

%33.61
%33.28
%33.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.98%
  • yellow value is 1.47%
  • key color value is 20.00%

CMYK: (0,1,1,20)
C0M1Y1K20 (0%, 1%, 1%, 20%)
(0.00 / 0.01 / 0.01 / 0.20)

CMYK percentages

%0
%0.98
%1.47
%20

Codes

Color #CCCAC9 in popluar color models

CC CA C9
RGB 204 202 201
HSL 20° 2.86% 79.41%
HSB/HSV 20° 1.47% 80.00%
CMYK 0.00% 0.98% 1.47%
20.00%

Color #CCCAC9 in popluar number systems.

HEX CC CA C9
Decimal 204 202 201
Binary 11001100 11001010 11001001
Octal 314 312 311

Shades and tints

Shades of #CCCAC9

#CCCAC9
(204,202,201)
#BAB8B7
(186,184,183)
#A8A6A5
(168,166,165)
#969493
(150,148,147)
#848281
(132,130,129)
#72706F
(114,112,111)
#605E5D
(96,94,93)
#4E4C4B
(78,76,75)
#3C3A39
(60,58,57)
#2A2827
(42,40,39)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #CCCAC9

#CCCAC9
(204,202,201)
#D0CECD
(208,206,205)
#D4D2D1
(212,210,209)
#D8D6D5
(216,214,213)
#DCDAD9
(220,218,217)
#E0DEDD
(224,222,221)
#E4E2E1
(228,226,225)
#E8E6E5
(232,230,229)
#ECEAE9
(236,234,233)
#F0EEED
(240,238,237)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCAC9; }

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

This text font color is #CCCAC9.

Background Color

.myBgColor { background-color: #CCCAC9; }

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

This div background color is #CCCAC9.

Border color

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

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

This div border color is #CCCAC9.

Opacity

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

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

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

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

This text has shadow with #CCCAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCAC9.

Preview

Color preview on black background

This text has color #CCCAC9 on black background.


Color preview on white background

This text has color #CCCAC9 on white background.


Black color preview on #CCCAC9 background

This text has black color on #CCCAC9 background.


White color preview on #CCCAC9 background

This text has white color on #CCCAC9 background.


Related colors

Complementary color

Complementary color for #hex is #333536.


I love getcolorcode.com

Triadic colors

1 #C9CCCA and #CAC9CC with #CCCAC9 are triadic colors.

2 #C9CACC and #CACCC9 with #CCCAC9 are triadic colors.