COLOR #CCC8C3

HEX: #CCC8C3 RGB: (204,200,195)

Color info

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

RGB color model

#CCC8C3 color RGB value is (204,200,195).

RGB: (204,200,195) (80%, 78%, 76%)

RGB channels and saturation

R 204 of 255 = 80%
G 200 of 255 = 78%
B 195 of 255 = 76%

204
200
195

R + G + B ~ 78%. #CCC8C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 200 + 195 = 599 (100%)
R 204 of 599 ~ 34.06%
G 200 of 599 ~ 33.39%
B 195 of 599 ~ 32.55'%

%34.06
%33.39
%32.55

CMYK color model

#CCC8C3 color CMYK value is (0,2,4,20).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 4.41%
  • key color value is 20.00%

CMYK: (0,2,4,20)
C0M2Y4K20 (0%, 2%, 4%, 20%)
(0.00 / 0.02 / 0.04 / 0.20)

CMYK percentages

%0
%1.96
%4.41
%20

Codes

Color #CCC8C3 in popluar color models

CC C8 C3
RGB 204 200 195
HSL 33° 8.11% 78.24%
HSB/HSV 33° 4.41% 80.00%
CMYK 0.00% 1.96% 4.41%
20.00%

Color #CCC8C3 in popluar number systems.

HEX CC C8 C3
Decimal 204 200 195
Binary 11001100 11001000 11000011
Octal 314 310 303

Shades and tints

Shades of #CCC8C3

#CCC8C3
(204,200,195)
#BAB6B2
(186,182,178)
#A8A4A1
(168,164,161)
#969290
(150,146,144)
#84807F
(132,128,127)
#726E6E
(114,110,110)
#605C5D
(96,92,93)
#4E4A4C
(78,74,76)
#3C383B
(60,56,59)
#2A262A
(42,38,42)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #CCC8C3

#CCC8C3
(204,200,195)
#D0CDC8
(208,205,200)
#D4D2CD
(212,210,205)
#D8D7D2
(216,215,210)
#DCDCD7
(220,220,215)
#E0E1DC
(224,225,220)
#E4E6E1
(228,230,225)
#E8EBE6
(232,235,230)
#ECF0EB
(236,240,235)
#F0F5F0
(240,245,240)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC8C3 color. Also use rgb(204,200,195) instead hex code.

Text Font Color

.myTextColor { color: #CCC8C3; }

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

This text font color is #CCC8C3.

Background Color

.myBgColor { background-color: #CCC8C3; }

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

This div background color is #CCC8C3.

Border color

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

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

This div border color is #CCC8C3.

Opacity

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

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

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

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

This text has shadow with #CCC8C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC8C3.

Preview

Color preview on black background

This text has color #CCC8C3 on black background.


Color preview on white background

This text has color #CCC8C3 on white background.


Black color preview on #CCC8C3 background

This text has black color on #CCC8C3 background.


White color preview on #CCC8C3 background

This text has white color on #CCC8C3 background.


Related colors

Complementary color

Complementary color for #hex is #33373C.


I love getcolorcode.com

Gradients

Color #CCC8C3 is used in Timberwolf gradient.

Timberwolf


Triadic colors

1 #C3CCC8 and #C8C3CC with #CCC8C3 are triadic colors.

2 #C3C8CC and #C8CCC3 with #CCC8C3 are triadic colors.