COLOR #CCC4D5

HEX: #CCC4D5
RGB: (204,196,213)

Color info

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

RGB color model

#CCC4D5 color RGB value is (204,196,213).

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

RGB channels and saturation

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

204
196
213

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

Portions of RGB colors in percentages

R + G + B =
204 + 196 + 213 = 613 (100%)
R 204 of 613 ~ 33.28%
G 196 of 613 ~ 31.97%
B 213 of 613 ~ 34.75%

%33.28
%31.97
%34.75

CMYK color model

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

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

CMYK percentages

%4.23
%7.98
%0
%16.47

Codes

Color #CCC4D5 in popluar color models

CCC4D5
RGB204196213
HSL268°16.83%80.20%
HSB/HSV268°7.98%83.53%
CMYK4.23%7.98%0.00%
16.47%

Color #CCC4D5 in popluar number systems.

HEXCCC4D5
Decimal204196213
Binary110011001100010011010101
Octal314304325

Shades and tints

Shades of #CCC4D5

#CCC4D5
(204,196,213)
#BAB3C2
(186,179,194)
#A8A2AF
(168,162,175)
#96919C
(150,145,156)
#848089
(132,128,137)
#726F76
(114,111,118)
#605E63
(96,94,99)
#4E4D50
(78,77,80)
#3C3C3D
(60,60,61)
#2A2B2A
(42,43,42)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #CCC4D5

#CCC4D5
(204,196,213)
#D0C9D8
(208,201,216)
#D4CEDB
(212,206,219)
#D8D3DE
(216,211,222)
#DCD8E1
(220,216,225)
#E0DDE4
(224,221,228)
#E4E2E7
(228,226,231)
#E8E7EA
(232,231,234)
#ECECED
(236,236,237)
#F0F1F0
(240,241,240)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4D5; }

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

This text font color is #CCC4D5.


Background Color

.myBgColor { background-color: #CCC4D5; }

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

This div background color is #CCC4D5.


Border color

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

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

This div border color is #CCC4D5.


Opacity

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

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

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

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

This text has shadow with #CCC4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC4D5 on black background.


Color preview on white background

This text has color #CCC4D5 on white background.



Black color preview on #CCC4D5 background

This text has black color on #CCC4D5 background.


White color preview on #CCC4D5 background

This text has white color on #CCC4D5 background.