COLOR #CCCAC7

HEX: #CCCAC7 RGB: (204,202,199)

Color info

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

RGB color model

#CCCAC7 color RGB value is (204,202,199).

RGB: (204,202,199) (80%, 79%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 202 of 255 = 79%
B 199 of 255 = 78%

204
202
199

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

Portions of RGB colors in percentages

R + G + B = 204 + 202 + 199 = 605 (100%)
R 204 of 605 ~ 33.72%
G 202 of 605 ~ 33.39%
B 199 of 605 ~ 32.89'%

%33.72
%33.39
%32.89

CMYK color model

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

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

CMYK: (0,1,2,20)
C0M1Y2K20 (0%, 1%, 2%, 20%)
(0.00 / 0.01 / 0.02 / 0.20)

CMYK percentages

%0
%0.98
%2.45
%20

Codes

Color #CCCAC7 in popluar color models

CC CA C7
RGB 204 202 199
HSL 36° 4.67% 79.02%
HSB/HSV 36° 2.45% 80.00%
CMYK 0.00% 0.98% 2.45%
20.00%

Color #CCCAC7 in popluar number systems.

HEX CC CA C7
Decimal 204 202 199
Binary 11001100 11001010 11000111
Octal 314 312 307

Shades and tints

Shades of #CCCAC7

#CCCAC7
(204,202,199)
#BAB8B5
(186,184,181)
#A8A6A3
(168,166,163)
#969491
(150,148,145)
#84827F
(132,130,127)
#72706D
(114,112,109)
#605E5B
(96,94,91)
#4E4C49
(78,76,73)
#3C3A37
(60,58,55)
#2A2825
(42,40,37)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #CCCAC7

#CCCAC7
(204,202,199)
#D0CECC
(208,206,204)
#D4D2D1
(212,210,209)
#D8D6D6
(216,214,214)
#DCDADB
(220,218,219)
#E0DEE0
(224,222,224)
#E4E2E5
(228,226,229)
#E8E6EA
(232,230,234)
#ECEAEF
(236,234,239)
#F0EEF4
(240,238,244)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCAC7; }

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

This text font color is #CCCAC7.

Background Color

.myBgColor { background-color: #CCCAC7; }

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

This div background color is #CCCAC7.

Border color

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

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

This div border color is #CCCAC7.

Opacity

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

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

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

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

This text has shadow with #CCCAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCAC7.

Preview

Color preview on black background

This text has color #CCCAC7 on black background.


Color preview on white background

This text has color #CCCAC7 on white background.


Black color preview on #CCCAC7 background

This text has black color on #CCCAC7 background.


White color preview on #CCCAC7 background

This text has white color on #CCCAC7 background.


Related colors

Complementary color

Complementary color for #hex is #333538.


I love getcolorcode.com

Triadic colors

1 #C7CCCA and #CAC7CC with #CCCAC7 are triadic colors.

2 #C7CACC and #CACCC7 with #CCCAC7 are triadic colors.