COLOR #CCC0D7

HEX: #CCC0D7 RGB: (204,192,215)

Color info

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

RGB color model

#CCC0D7 color RGB value is (204,192,215).

RGB: (204,192,215) (80%, 75%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 192 of 255 = 75%
B 215 of 255 = 84%

204
192
215

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

Portions of RGB colors in percentages

R + G + B = 204 + 192 + 215 = 611 (100%)
R 204 of 611 ~ 33.39%
G 192 of 611 ~ 31.42%
B 215 of 611 ~ 35.19'%

%33.39
%31.42
%35.19

CMYK color model

#CCC0D7 color CMYK value is (5,11,0,16).

  • cyan value is 5.12%
  • magenta value is 10.70%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (5,11,0,16)
C5M11Y0K16 (5%, 11%, 0%, 16%)
(0.05 / 0.11 / 0.00 / 0.16)

CMYK percentages

%5.12
%10.7
%0
%15.69

Codes

Color #CCC0D7 in popluar color models

CC C0 D7
RGB 204 192 215
HSL 271° 22.33% 79.80%
HSB/HSV 271° 10.70% 84.31%
CMYK 5.12% 10.70% 0.00%
15.69%

Color #CCC0D7 in popluar number systems.

HEX CC C0 D7
Decimal 204 192 215
Binary 11001100 11000000 11010111
Octal 314 300 327

Shades and tints

Shades of #CCC0D7

#CCC0D7
(204,192,215)
#BAAFC4
(186,175,196)
#A89EB1
(168,158,177)
#968D9E
(150,141,158)
#847C8B
(132,124,139)
#726B78
(114,107,120)
#605A65
(96,90,101)
#4E4952
(78,73,82)
#3C383F
(60,56,63)
#2A272C
(42,39,44)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #CCC0D7

#CCC0D7
(204,192,215)
#D0C5DA
(208,197,218)
#D4CADD
(212,202,221)
#D8CFE0
(216,207,224)
#DCD4E3
(220,212,227)
#E0D9E6
(224,217,230)
#E4DEE9
(228,222,233)
#E8E3EC
(232,227,236)
#ECE8EF
(236,232,239)
#F0EDF2
(240,237,242)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC0D7 color. Also use rgb(204,192,215) instead hex code.

Text Font Color

.myTextColor { color: #CCC0D7; }

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

This text font color is #CCC0D7.

Background Color

.myBgColor { background-color: #CCC0D7; }

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

This div background color is #CCC0D7.

Border color

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

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

This div border color is #CCC0D7.

Opacity

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

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

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

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

This text has shadow with #CCC0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC0D7.

Preview

Color preview on black background

This text has color #CCC0D7 on black background.


Color preview on white background

This text has color #CCC0D7 on white background.


Black color preview on #CCC0D7 background

This text has black color on #CCC0D7 background.


White color preview on #CCC0D7 background

This text has white color on #CCC0D7 background.


Related colors

Complementary color

Complementary color for #hex is #333F28.


I love getcolorcode.com

Triadic colors

1 #D7CCC0 and #C0D7CC with #CCC0D7 are triadic colors.

2 #D7C0CC and #C0CCD7 with #CCC0D7 are triadic colors.