COLOR #CCD5CC

HEX: #CCD5CC
RGB: (204,213,204)

Color info

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

RGB color model

#CCD5CC color RGB value is (204,213,204).

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

RGB channels and saturation

R 204 of 255 = 80%
G 213 of 255 = 84%
B 204 of 255 = 80%

204
213
204

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

Portions of RGB colors in percentages

R + G + B =
204 + 213 + 204 = 621 (100%)
R 204 of 621 ~ 32.85%
G 213 of 621 ~ 34.3%
B 204 of 621 ~ 32.85%

%32.85
%34.3
%32.85

CMYK color model

#CCD5CC color CMYK value is (4,0,4,16).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 16.47%
CMYK:
(4,0,4,16)
C4M0Y4K16 
(4%,0%,4%,16%)
(0.04/0.00/0.04/0.16)	

CMYK percentages

%4.23
%0
%4.23
%16.47

Codes

Color #CCD5CC in popluar color models

CCD5CC
RGB204213204
HSL120°9.68%81.76%
HSB/HSV120°4.23%83.53%
CMYK4.23%0.00%4.23%
16.47%

Color #CCD5CC in popluar number systems.

HEXCCD5CC
Decimal204213204
Binary110011001101010111001100
Octal314325314

Shades and tints

Shades of #CCD5CC

#CCD5CC
(204,213,204)
#BAC2BA
(186,194,186)
#A8AFA8
(168,175,168)
#969C96
(150,156,150)
#848984
(132,137,132)
#727672
(114,118,114)
#606360
(96,99,96)
#4E504E
(78,80,78)
#3C3D3C
(60,61,60)
#2A2A2A
(42,42,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #CCD5CC

#CCD5CC
(204,213,204)
#D0D8D0
(208,216,208)
#D4DBD4
(212,219,212)
#D8DED8
(216,222,216)
#DCE1DC
(220,225,220)
#E0E4E0
(224,228,224)
#E4E7E4
(228,231,228)
#E8EAE8
(232,234,232)
#ECEDEC
(236,237,236)
#F0F0F0
(240,240,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD5CC; }

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

This text font color is #CCD5CC.


Background Color

.myBgColor { background-color: #CCD5CC; }

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

This div background color is #CCD5CC.


Border color

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

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

This div border color is #CCD5CC.


Opacity

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

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

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

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

This text has shadow with #CCD5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD5CC on black background.


Color preview on white background

This text has color #CCD5CC on white background.



Black color preview on #CCD5CC background

This text has black color on #CCD5CC background.


White color preview on #CCD5CC background

This text has white color on #CCD5CC background.