COLOR #CCD2CC

HEX: #CCD2CC
RGB: (204,210,204)

Color info

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

RGB color model

#CCD2CC color RGB value is (204,210,204).

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

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 204 of 255 = 80%

204
210
204

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

Portions of RGB colors in percentages

R + G + B =
204 + 210 + 204 = 618 (100%)
R 204 of 618 ~ 33.01%
G 210 of 618 ~ 33.98%
B 204 of 618 ~ 33.01%

%33.01
%33.98
%33.01

CMYK color model

#CCD2CC color CMYK value is (3,0,3,18).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 17.65%
CMYK:
(3,0,3,18)
C3M0Y3K18 
(3%,0%,3%,18%)
(0.03/0.00/0.03/0.18)	

CMYK percentages

%2.86
%0
%2.86
%17.65

Codes

Color #CCD2CC in popluar color models

CCD2CC
RGB204210204
HSL120°6.25%81.18%
HSB/HSV120°2.86%82.35%
CMYK2.86%0.00%2.86%
17.65%

Color #CCD2CC in popluar number systems.

HEXCCD2CC
Decimal204210204
Binary110011001101001011001100
Octal314322314

Shades and tints

Shades of #CCD2CC

#CCD2CC
(204,210,204)
#BABFBA
(186,191,186)
#A8ACA8
(168,172,168)
#969996
(150,153,150)
#848684
(132,134,132)
#727372
(114,115,114)
#606060
(96,96,96)
#4E4D4E
(78,77,78)
#3C3A3C
(60,58,60)
#2A272A
(42,39,42)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #CCD2CC

#CCD2CC
(204,210,204)
#D0D6D0
(208,214,208)
#D4DAD4
(212,218,212)
#D8DED8
(216,222,216)
#DCE2DC
(220,226,220)
#E0E6E0
(224,230,224)
#E4EAE4
(228,234,228)
#E8EEE8
(232,238,232)
#ECF2EC
(236,242,236)
#F0F6F0
(240,246,240)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD2CC; }

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

This text font color is #CCD2CC.


Background Color

.myBgColor { background-color: #CCD2CC; }

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

This div background color is #CCD2CC.


Border color

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

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

This div border color is #CCD2CC.


Opacity

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

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

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

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

This text has shadow with #CCD2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD2CC on black background.


Color preview on white background

This text has color #CCD2CC on white background.



Black color preview on #CCD2CC background

This text has black color on #CCD2CC background.


White color preview on #CCD2CC background

This text has white color on #CCD2CC background.