COLOR #CCD4C2

HEX: #CCD4C2
RGB: (204,212,194)

Color info

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

RGB color model

#CCD4C2 color RGB value is (204,212,194).

  • red value is 204;
  • green value is 212;
  • blue value is 194.
RGB:
(204,212,194)
(80%,83%,76%)

RGB channels and saturation

R 204 of 255 = 80%
G 212 of 255 = 83%
B 194 of 255 = 76%

204
212
194

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

Portions of RGB colors in percentages

R + G + B =
204 + 212 + 194 = 610 (100%)
R 204 of 610 ~ 33.44%
G 212 of 610 ~ 34.75%
B 194 of 610 ~ 31.8%

%33.44
%34.75
%31.8

CMYK color model

#CCD4C2 color CMYK value is (4,0,8,17).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 8.49%
  • key color value is 16.86%
CMYK:
(4,0,8,17)
C4M0Y8K17 
(4%,0%,8%,17%)
(0.04/0.00/0.08/0.17)	

CMYK percentages

%3.77
%0
%8.49
%16.86

Codes

Color #CCD4C2 in popluar color models

CCD4C2
RGB204212194
HSL87°17.31%79.61%
HSB/HSV87°8.49%83.14%
CMYK3.77%0.00%8.49%
16.86%

Color #CCD4C2 in popluar number systems.

HEXCCD4C2
Decimal204212194
Binary110011001101010011000010
Octal314324302

Shades and tints

Shades of #CCD4C2

#CCD4C2
(204,212,194)
#BAC1B1
(186,193,177)
#A8AEA0
(168,174,160)
#969B8F
(150,155,143)
#84887E
(132,136,126)
#72756D
(114,117,109)
#60625C
(96,98,92)
#4E4F4B
(78,79,75)
#3C3C3A
(60,60,58)
#2A2929
(42,41,41)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #CCD4C2

#CCD4C2
(204,212,194)
#D0D7C7
(208,215,199)
#D4DACC
(212,218,204)
#D8DDD1
(216,221,209)
#DCE0D6
(220,224,214)
#E0E3DB
(224,227,219)
#E4E6E0
(228,230,224)
#E8E9E5
(232,233,229)
#ECECEA
(236,236,234)
#F0EFEF
(240,239,239)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD4C2 color. Also use rgb(204,212,194) instead hex code.

Text Font Color

.myTextColor { color: #CCD4C2; }

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

This text font color is #CCD4C2.


Background Color

.myBgColor { background-color: #CCD4C2; }

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

This div background color is #CCD4C2.


Border color

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

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

This div border color is #CCD4C2.


Opacity

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

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

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

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

This text has shadow with #CCD4C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD4C2 on black background.


Color preview on white background

This text has color #CCD4C2 on white background.



Black color preview on #CCD4C2 background

This text has black color on #CCD4C2 background.


White color preview on #CCD4C2 background

This text has white color on #CCD4C2 background.