COLOR #CCC8D4

HEX: #CCC8D4 RGB: (204,200,212)

Color info

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

RGB color model

#CCC8D4 color RGB value is (204,200,212).

RGB: (204,200,212) (80%, 78%, 83%)

RGB channels and saturation

R 204 of 255 = 80%
G 200 of 255 = 78%
B 212 of 255 = 83%

204
200
212

R + G + B ~ 80%. #CCC8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 200 + 212 = 616 (100%)
R 204 of 616 ~ 33.12%
G 200 of 616 ~ 32.47%
B 212 of 616 ~ 34.42'%

%33.12
%32.47
%34.42

CMYK color model

#CCC8D4 color CMYK value is (4,6,0,17).

  • cyan value is 3.77%
  • magenta value is 5.66%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (4,6,0,17)
C4M6Y0K17 (4%, 6%, 0%, 17%)
(0.04 / 0.06 / 0.00 / 0.17)

CMYK percentages

%3.77
%5.66
%0
%16.86

Codes

Color #CCC8D4 in popluar color models

CC C8 D4
RGB 204 200 212
HSL 260° 12.24% 80.78%
HSB/HSV 260° 5.66% 83.14%
CMYK 3.77% 5.66% 0.00%
16.86%

Color #CCC8D4 in popluar number systems.

HEX CC C8 D4
Decimal 204 200 212
Binary 11001100 11001000 11010100
Octal 314 310 324

Shades and tints

Shades of #CCC8D4

#CCC8D4
(204,200,212)
#BAB6C1
(186,182,193)
#A8A4AE
(168,164,174)
#96929B
(150,146,155)
#848088
(132,128,136)
#726E75
(114,110,117)
#605C62
(96,92,98)
#4E4A4F
(78,74,79)
#3C383C
(60,56,60)
#2A2629
(42,38,41)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #CCC8D4

#CCC8D4
(204,200,212)
#D0CDD7
(208,205,215)
#D4D2DA
(212,210,218)
#D8D7DD
(216,215,221)
#DCDCE0
(220,220,224)
#E0E1E3
(224,225,227)
#E4E6E6
(228,230,230)
#E8EBE9
(232,235,233)
#ECF0EC
(236,240,236)
#F0F5EF
(240,245,239)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC8D4; }

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

This text font color is #CCC8D4.

Background Color

.myBgColor { background-color: #CCC8D4; }

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

This div background color is #CCC8D4.

Border color

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

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

This div border color is #CCC8D4.

Opacity

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

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

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

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

This text has shadow with #CCC8D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC8D4.

Preview

Color preview on black background

This text has color #CCC8D4 on black background.


Color preview on white background

This text has color #CCC8D4 on white background.


Black color preview on #CCC8D4 background

This text has black color on #CCC8D4 background.


White color preview on #CCC8D4 background

This text has white color on #CCC8D4 background.


Related colors

Complementary color

Complementary color for #hex is #33372B.


I love getcolorcode.com

Triadic colors

1 #D4CCC8 and #C8D4CC with #CCC8D4 are triadic colors.

2 #D4C8CC and #C8CCD4 with #CCC8D4 are triadic colors.