COLOR #CCD8C6

HEX: #CCD8C6
RGB: (204,216,198)

Color info

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

RGB color model

#CCD8C6 color RGB value is (204,216,198).

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

RGB channels and saturation

R 204 of 255 = 80%
G 216 of 255 = 85%
B 198 of 255 = 78%

204
216
198

R + G + B ~ 81%. #CCD8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 216 + 198 = 618 (100%)
R 204 of 618 ~ 33.01%
G 216 of 618 ~ 34.95%
B 198 of 618 ~ 32.04%

%33.01
%34.95
%32.04

CMYK color model

#CCD8C6 color CMYK value is (6,0,8,15).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 15.29%
CMYK:
(6,0,8,15)
C6M0Y8K15 
(6%,0%,8%,15%)
(0.06/0.00/0.08/0.15)	

CMYK percentages

%5.56
%0
%8.33
%15.29

Codes

Color #CCD8C6 in popluar color models

CCD8C6
RGB204216198
HSL100°18.75%81.18%
HSB/HSV100°8.33%84.71%
CMYK5.56%0.00%8.33%
15.29%

Color #CCD8C6 in popluar number systems.

HEXCCD8C6
Decimal204216198
Binary110011001101100011000110
Octal314330306

Shades and tints

Shades of #CCD8C6

#CCD8C6
(204,216,198)
#BAC5B4
(186,197,180)
#A8B2A2
(168,178,162)
#969F90
(150,159,144)
#848C7E
(132,140,126)
#72796C
(114,121,108)
#60665A
(96,102,90)
#4E5348
(78,83,72)
#3C4036
(60,64,54)
#2A2D24
(42,45,36)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #CCD8C6

#CCD8C6
(204,216,198)
#D0DBCB
(208,219,203)
#D4DED0
(212,222,208)
#D8E1D5
(216,225,213)
#DCE4DA
(220,228,218)
#E0E7DF
(224,231,223)
#E4EAE4
(228,234,228)
#E8EDE9
(232,237,233)
#ECF0EE
(236,240,238)
#F0F3F3
(240,243,243)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD8C6; }

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

This text font color is #CCD8C6.


Background Color

.myBgColor { background-color: #CCD8C6; }

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

This div background color is #CCD8C6.


Border color

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

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

This div border color is #CCD8C6.


Opacity

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

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

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

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

This text has shadow with #CCD8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD8C6 on black background.


Color preview on white background

This text has color #CCD8C6 on white background.



Black color preview on #CCD8C6 background

This text has black color on #CCD8C6 background.


White color preview on #CCD8C6 background

This text has white color on #CCD8C6 background.