COLOR #CCC5D0

HEX: #CCC5D0 RGB: (204,197,208)

Color info

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

RGB color model

#CCC5D0 color RGB value is (204,197,208).

RGB: (204,197,208) (80%, 77%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 197 of 255 = 77%
B 208 of 255 = 82%

204
197
208

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

Portions of RGB colors in percentages

R + G + B = 204 + 197 + 208 = 609 (100%)
R 204 of 609 ~ 33.5%
G 197 of 609 ~ 32.35%
B 208 of 609 ~ 34.15'%

%33.5
%32.35
%34.15

CMYK color model

#CCC5D0 color CMYK value is (2,5,0,18).

  • cyan value is 1.92%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (2,5,0,18)
C2M5Y0K18 (2%, 5%, 0%, 18%)
(0.02 / 0.05 / 0.00 / 0.18)

CMYK percentages

%1.92
%5.29
%0
%18.43

Codes

Color #CCC5D0 in popluar color models

CC C5 D0
RGB 204 197 208
HSL 278° 10.48% 79.41%
HSB/HSV 278° 5.29% 81.57%
CMYK 1.92% 5.29% 0.00%
18.43%

Color #CCC5D0 in popluar number systems.

HEX CC C5 D0
Decimal 204 197 208
Binary 11001100 11000101 11010000
Octal 314 305 320

Shades and tints

Shades of #CCC5D0

#CCC5D0
(204,197,208)
#BAB4BE
(186,180,190)
#A8A3AC
(168,163,172)
#96929A
(150,146,154)
#848188
(132,129,136)
#727076
(114,112,118)
#605F64
(96,95,100)
#4E4E52
(78,78,82)
#3C3D40
(60,61,64)
#2A2C2E
(42,44,46)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #CCC5D0

#CCC5D0
(204,197,208)
#D0CAD4
(208,202,212)
#D4CFD8
(212,207,216)
#D8D4DC
(216,212,220)
#DCD9E0
(220,217,224)
#E0DEE4
(224,222,228)
#E4E3E8
(228,227,232)
#E8E8EC
(232,232,236)
#ECEDF0
(236,237,240)
#F0F2F4
(240,242,244)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC5D0 color. Also use rgb(204,197,208) instead hex code.

Text Font Color

.myTextColor { color: #CCC5D0; }

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

This text font color is #CCC5D0.

Background Color

.myBgColor { background-color: #CCC5D0; }

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

This div background color is #CCC5D0.

Border color

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

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

This div border color is #CCC5D0.

Opacity

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

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

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

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

This text has shadow with #CCC5D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC5D0.

Preview

Color preview on black background

This text has color #CCC5D0 on black background.


Color preview on white background

This text has color #CCC5D0 on white background.


Black color preview on #CCC5D0 background

This text has black color on #CCC5D0 background.


White color preview on #CCC5D0 background

This text has white color on #CCC5D0 background.


Related colors

Complementary color

Complementary color for #hex is #333A2F.


I love getcolorcode.com

Triadic colors

1 #D0CCC5 and #C5D0CC with #CCC5D0 are triadic colors.

2 #D0C5CC and #C5CCD0 with #CCC5D0 are triadic colors.