COLOR #CCC7CD

HEX: #CCC7CD
RGB: (204,199,205)

Color info

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

RGB color model

#CCC7CD color RGB value is (204,199,205).

  • red value is 204;
  • green value is 199;
  • blue value is 205.
RGB:
(204,199,205)
(80%,78%,80%)

RGB channels and saturation

R 204 of 255 = 80%
G 199 of 255 = 78%
B 205 of 255 = 80%

204
199
205

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

Portions of RGB colors in percentages

R + G + B =
204 + 199 + 205 = 608 (100%)
R 204 of 608 ~ 33.55%
G 199 of 608 ~ 32.73%
B 205 of 608 ~ 33.72%

%33.55
%32.73
%33.72

CMYK color model

#CCC7CD color CMYK value is (0,3,0,20).

  • cyan value is 0.49%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(0,3,0,20)
C0M3Y0K20 
(0%,3%,0%,20%)
(0.00/0.03/0.00/0.20)	

CMYK percentages

%0.49
%2.93
%0
%19.61

Codes

Color #CCC7CD in popluar color models

CCC7CD
RGB204199205
HSL290°5.66%79.22%
HSB/HSV290°2.93%80.39%
CMYK0.49%2.93%0.00%
19.61%

Color #CCC7CD in popluar number systems.

HEXCCC7CD
Decimal204199205
Binary110011001100011111001101
Octal314307315

Shades and tints

Shades of #CCC7CD

#CCC7CD
(204,199,205)
#BAB5BB
(186,181,187)
#A8A3A9
(168,163,169)
#969197
(150,145,151)
#847F85
(132,127,133)
#726D73
(114,109,115)
#605B61
(96,91,97)
#4E494F
(78,73,79)
#3C373D
(60,55,61)
#2A252B
(42,37,43)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #CCC7CD

#CCC7CD
(204,199,205)
#D0CCD1
(208,204,209)
#D4D1D5
(212,209,213)
#D8D6D9
(216,214,217)
#DCDBDD
(220,219,221)
#E0E0E1
(224,224,225)
#E4E5E5
(228,229,229)
#E8EAE9
(232,234,233)
#ECEFED
(236,239,237)
#F0F4F1
(240,244,241)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC7CD; }

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

This text font color is #CCC7CD.


Background Color

.myBgColor { background-color: #CCC7CD; }

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

This div background color is #CCC7CD.


Border color

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

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

This div border color is #CCC7CD.


Opacity

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

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

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

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

This text has shadow with #CCC7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC7CD on black background.


Color preview on white background

This text has color #CCC7CD on white background.



Black color preview on #CCC7CD background

This text has black color on #CCC7CD background.


White color preview on #CCC7CD background

This text has white color on #CCC7CD background.