COLOR #CCC4D1

HEX: #CCC4D1
RGB: (204,196,209)

Color info

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

RGB color model

#CCC4D1 color RGB value is (204,196,209).

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

RGB channels and saturation

R 204 of 255 = 80%
G 196 of 255 = 77%
B 209 of 255 = 82%

204
196
209

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

Portions of RGB colors in percentages

R + G + B =
204 + 196 + 209 = 609 (100%)
R 204 of 609 ~ 33.5%
G 196 of 609 ~ 32.18%
B 209 of 609 ~ 34.32%

%33.5
%32.18
%34.32

CMYK color model

#CCC4D1 color CMYK value is (2,6,0,18).

  • cyan value is 2.39%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(2,6,0,18)
C2M6Y0K18 
(2%,6%,0%,18%)
(0.02/0.06/0.00/0.18)	

CMYK percentages

%2.39
%6.22
%0
%18.04

Codes

Color #CCC4D1 in popluar color models

CCC4D1
RGB204196209
HSL277°12.38%79.41%
HSB/HSV277°6.22%81.96%
CMYK2.39%6.22%0.00%
18.04%

Color #CCC4D1 in popluar number systems.

HEXCCC4D1
Decimal204196209
Binary110011001100010011010001
Octal314304321

Shades and tints

Shades of #CCC4D1

#CCC4D1
(204,196,209)
#BAB3BE
(186,179,190)
#A8A2AB
(168,162,171)
#969198
(150,145,152)
#848085
(132,128,133)
#726F72
(114,111,114)
#605E5F
(96,94,95)
#4E4D4C
(78,77,76)
#3C3C39
(60,60,57)
#2A2B26
(42,43,38)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #CCC4D1

#CCC4D1
(204,196,209)
#D0C9D5
(208,201,213)
#D4CED9
(212,206,217)
#D8D3DD
(216,211,221)
#DCD8E1
(220,216,225)
#E0DDE5
(224,221,229)
#E4E2E9
(228,226,233)
#E8E7ED
(232,231,237)
#ECECF1
(236,236,241)
#F0F1F5
(240,241,245)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4D1; }

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

This text font color is #CCC4D1.


Background Color

.myBgColor { background-color: #CCC4D1; }

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

This div background color is #CCC4D1.


Border color

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

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

This div border color is #CCC4D1.


Opacity

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

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

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

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

This text has shadow with #CCC4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC4D1 on black background.


Color preview on white background

This text has color #CCC4D1 on white background.



Black color preview on #CCC4D1 background

This text has black color on #CCC4D1 background.


White color preview on #CCC4D1 background

This text has white color on #CCC4D1 background.