COLOR #CCD0C0

HEX: #CCD0C0
RGB: (204,208,192)

Color info

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

RGB color model

#CCD0C0 color RGB value is (204,208,192).

  • red value is 204;
  • green value is 208;
  • blue value is 192.
RGB:
(204,208,192)
(80%,82%,75%)

RGB channels and saturation

R 204 of 255 = 80%
G 208 of 255 = 82%
B 192 of 255 = 75%

204
208
192

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

Portions of RGB colors in percentages

R + G + B =
204 + 208 + 192 = 604 (100%)
R 204 of 604 ~ 33.77%
G 208 of 604 ~ 34.44%
B 192 of 604 ~ 31.79%

%33.77
%34.44
%31.79

CMYK color model

#CCD0C0 color CMYK value is (2,0,8,18).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 18.43%
CMYK:
(2,0,8,18)
C2M0Y8K18 
(2%,0%,8%,18%)
(0.02/0.00/0.08/0.18)	

CMYK percentages

%1.92
%0
%7.69
%18.43

Codes

Color #CCD0C0 in popluar color models

CCD0C0
RGB204208192
HSL75°14.55%78.43%
HSB/HSV75°7.69%81.57%
CMYK1.92%0.00%7.69%
18.43%

Color #CCD0C0 in popluar number systems.

HEXCCD0C0
Decimal204208192
Binary110011001101000011000000
Octal314320300

Shades and tints

Shades of #CCD0C0

#CCD0C0
(204,208,192)
#BABEAF
(186,190,175)
#A8AC9E
(168,172,158)
#969A8D
(150,154,141)
#84887C
(132,136,124)
#72766B
(114,118,107)
#60645A
(96,100,90)
#4E5249
(78,82,73)
#3C4038
(60,64,56)
#2A2E27
(42,46,39)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #CCD0C0

#CCD0C0
(204,208,192)
#D0D4C5
(208,212,197)
#D4D8CA
(212,216,202)
#D8DCCF
(216,220,207)
#DCE0D4
(220,224,212)
#E0E4D9
(224,228,217)
#E4E8DE
(228,232,222)
#E8ECE3
(232,236,227)
#ECF0E8
(236,240,232)
#F0F4ED
(240,244,237)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD0C0; }

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

This text font color is #CCD0C0.


Background Color

.myBgColor { background-color: #CCD0C0; }

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

This div background color is #CCD0C0.


Border color

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

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

This div border color is #CCD0C0.


Opacity

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

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

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

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

This text has shadow with #CCD0C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD0C0 on black background.


Color preview on white background

This text has color #CCD0C0 on white background.



Black color preview on #CCD0C0 background

This text has black color on #CCD0C0 background.


White color preview on #CCD0C0 background

This text has white color on #CCD0C0 background.