COLOR #CCC8C6

HEX: #CCC8C6 RGB: (204,200,198)

Color info

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

RGB color model

#CCC8C6 color RGB value is (204,200,198).

RGB: (204,200,198) (80%, 78%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 200 of 255 = 78%
B 198 of 255 = 78%

204
200
198

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

Portions of RGB colors in percentages

R + G + B = 204 + 200 + 198 = 602 (100%)
R 204 of 602 ~ 33.89%
G 200 of 602 ~ 33.22%
B 198 of 602 ~ 32.89'%

%33.89
%33.22
%32.89

CMYK color model

#CCC8C6 color CMYK value is (0,2,3,20).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 2.94%
  • key color value is 20.00%
CMYK: (0,2,3,20) C0M2Y3K20 (0%,2%,3%,20%) (0.00/0.02/0.03/0.20) 

CMYK percentages

%0
%1.96
%2.94
%20

Codes

Color #CCC8C6 in popluar color models

CC C8 C6
RGB 204 200 198
HSL 20° 5.56% 78.82%
HSB/HSV 20° 2.94% 80.00%
CMYK 0.00% 1.96% 2.94%
20.00%

Color #CCC8C6 in popluar number systems.

HEX CC C8 C6
Decimal 204 200 198
Binary 11001100 11001000 11000110
Octal 314 310 306

Shades and tints

Shades of #CCC8C6

#CCC8C6
(204,200,198)
#BAB6B4
(186,182,180)
#A8A4A2
(168,164,162)
#969290
(150,146,144)
#84807E
(132,128,126)
#726E6C
(114,110,108)
#605C5A
(96,92,90)
#4E4A48
(78,74,72)
#3C3836
(60,56,54)
#2A2624
(42,38,36)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #CCC8C6

#CCC8C6
(204,200,198)
#D0CDCB
(208,205,203)
#D4D2D0
(212,210,208)
#D8D7D5
(216,215,213)
#DCDCDA
(220,220,218)
#E0E1DF
(224,225,223)
#E4E6E4
(228,230,228)
#E8EBE9
(232,235,233)
#ECF0EE
(236,240,238)
#F0F5F3
(240,245,243)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC8C6; }

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

This text font color is #CCC8C6.

Background Color

.myBgColor { background-color: #CCC8C6; }

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

This div background color is #CCC8C6.

Border color

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

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

This div border color is #CCC8C6.

Opacity

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

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

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

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

This text has shadow with #CCC8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC8C6.

Preview

Color preview on black background

This text has color #CCC8C6 on black background.


Color preview on white background

This text has color #CCC8C6 on white background.


Black color preview on #CCC8C6 background

This text has black color on #CCC8C6 background.


White color preview on #CCC8C6 background

This text has white color on #CCC8C6 background.


Related colors

Complementary color

Complementary color for #hex is #333739.


I love getcolorcode.com

Triadic colors

1 #C6CCC8 and #C8C6CC with #CCC8C6 are triadic colors.

2 #C6C8CC and #C8CCC6 with #CCC8C6 are triadic colors.