COLOR #CCD4C6

HEX: #CCD4C6
RGB: (204,212,198)

Color info

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

RGB color model

#CCD4C6 color RGB value is (204,212,198).

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

RGB channels and saturation

R 204 of 255 = 80%
G 212 of 255 = 83%
B 198 of 255 = 78%

204
212
198

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

Portions of RGB colors in percentages

R + G + B =
204 + 212 + 198 = 614 (100%)
R 204 of 614 ~ 33.22%
G 212 of 614 ~ 34.53%
B 198 of 614 ~ 32.25%

%33.22
%34.53
%32.25

CMYK color model

#CCD4C6 color CMYK value is (4,0,7,17).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 6.60%
  • key color value is 16.86%
CMYK:
(4,0,7,17)
C4M0Y7K17 
(4%,0%,7%,17%)
(0.04/0.00/0.07/0.17)	

CMYK percentages

%3.77
%0
%6.6
%16.86

Codes

Color #CCD4C6 in popluar color models

CCD4C6
RGB204212198
HSL94°14.00%80.39%
HSB/HSV94°6.60%83.14%
CMYK3.77%0.00%6.60%
16.86%

Color #CCD4C6 in popluar number systems.

HEXCCD4C6
Decimal204212198
Binary110011001101010011000110
Octal314324306

Shades and tints

Shades of #CCD4C6

#CCD4C6
(204,212,198)
#BAC1B4
(186,193,180)
#A8AEA2
(168,174,162)
#969B90
(150,155,144)
#84887E
(132,136,126)
#72756C
(114,117,108)
#60625A
(96,98,90)
#4E4F48
(78,79,72)
#3C3C36
(60,60,54)
#2A2924
(42,41,36)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #CCD4C6

#CCD4C6
(204,212,198)
#D0D7CB
(208,215,203)
#D4DAD0
(212,218,208)
#D8DDD5
(216,221,213)
#DCE0DA
(220,224,218)
#E0E3DF
(224,227,223)
#E4E6E4
(228,230,228)
#E8E9E9
(232,233,233)
#ECECEE
(236,236,238)
#F0EFF3
(240,239,243)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD4C6; }

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

This text font color is #CCD4C6.


Background Color

.myBgColor { background-color: #CCD4C6; }

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

This div background color is #CCD4C6.


Border color

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

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

This div border color is #CCD4C6.


Opacity

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

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

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

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

This text has shadow with #CCD4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD4C6 on black background.


Color preview on white background

This text has color #CCD4C6 on white background.



Black color preview on #CCD4C6 background

This text has black color on #CCD4C6 background.


White color preview on #CCD4C6 background

This text has white color on #CCD4C6 background.