COLOR #CCC7D0

HEX: #CCC7D0 RGB: (204,199,208)

Color info

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

RGB color model

#CCC7D0 color RGB value is (204,199,208).

RGB: (204,199,208) (80%, 78%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 199 of 255 = 78%
B 208 of 255 = 82%

204
199
208

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

Portions of RGB colors in percentages

R + G + B = 204 + 199 + 208 = 611 (100%)
R 204 of 611 ~ 33.39%
G 199 of 611 ~ 32.57%
B 208 of 611 ~ 34.04'%

%33.39
%32.57
%34.04

CMYK color model

#CCC7D0 color CMYK value is (2,4,0,18).

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

CMYK: (2,4,0,18)
C2M4Y0K18 (2%, 4%, 0%, 18%)
(0.02 / 0.04 / 0.00 / 0.18)

CMYK percentages

%1.92
%4.33
%0
%18.43

Codes

Color #CCC7D0 in popluar color models

CC C7 D0
RGB 204 199 208
HSL 273° 8.74% 79.80%
HSB/HSV 273° 4.33% 81.57%
CMYK 1.92% 4.33% 0.00%
18.43%

Color #CCC7D0 in popluar number systems.

HEX CC C7 D0
Decimal 204 199 208
Binary 11001100 11000111 11010000
Octal 314 307 320

Shades and tints

Shades of #CCC7D0

#CCC7D0
(204,199,208)
#BAB5BE
(186,181,190)
#A8A3AC
(168,163,172)
#96919A
(150,145,154)
#847F88
(132,127,136)
#726D76
(114,109,118)
#605B64
(96,91,100)
#4E4952
(78,73,82)
#3C3740
(60,55,64)
#2A252E
(42,37,46)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #CCC7D0

#CCC7D0
(204,199,208)
#D0CCD4
(208,204,212)
#D4D1D8
(212,209,216)
#D8D6DC
(216,214,220)
#DCDBE0
(220,219,224)
#E0E0E4
(224,224,228)
#E4E5E8
(228,229,232)
#E8EAEC
(232,234,236)
#ECEFF0
(236,239,240)
#F0F4F4
(240,244,244)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC7D0; }

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

This text font color is #CCC7D0.

Background Color

.myBgColor { background-color: #CCC7D0; }

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

This div background color is #CCC7D0.

Border color

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

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

This div border color is #CCC7D0.

Opacity

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

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

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

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

This text has shadow with #CCC7D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC7D0.

Preview

Color preview on black background

This text has color #CCC7D0 on black background.


Color preview on white background

This text has color #CCC7D0 on white background.


Black color preview on #CCC7D0 background

This text has black color on #CCC7D0 background.


White color preview on #CCC7D0 background

This text has white color on #CCC7D0 background.


Related colors

Complementary color

Complementary color for #hex is #33382F.


I love getcolorcode.com

Triadic colors

1 #D0CCC7 and #C7D0CC with #CCC7D0 are triadic colors.

2 #D0C7CC and #C7CCD0 with #CCC7D0 are triadic colors.