COLOR #CCC4D9

HEX: #CCC4D9 RGB: (204,196,217)

Color info

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

RGB color model

#CCC4D9 color RGB value is (204,196,217).

RGB: (204,196,217) (80%, 77%, 85%)

RGB channels and saturation

R 204 of 255 = 80%
G 196 of 255 = 77%
B 217 of 255 = 85%

204
196
217

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

Portions of RGB colors in percentages

R + G + B = 204 + 196 + 217 = 617 (100%)
R 204 of 617 ~ 33.06%
G 196 of 617 ~ 31.77%
B 217 of 617 ~ 35.17'%

%33.06
%31.77
%35.17

CMYK color model

#CCC4D9 color CMYK value is (6,10,0,15).

  • cyan value is 5.99%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (6,10,0,15)
C6M10Y0K15 (6%, 10%, 0%, 15%)
(0.06 / 0.10 / 0.00 / 0.15)

CMYK percentages

%5.99
%9.68
%0
%14.9

Codes

Color #CCC4D9 in popluar color models

CC C4 D9
RGB 204 196 217
HSL 263° 21.65% 80.98%
HSB/HSV 263° 9.68% 85.10%
CMYK 5.99% 9.68% 0.00%
14.90%

Color #CCC4D9 in popluar number systems.

HEX CC C4 D9
Decimal 204 196 217
Binary 11001100 11000100 11011001
Octal 314 304 331

Shades and tints

Shades of #CCC4D9

#CCC4D9
(204,196,217)
#BAB3C6
(186,179,198)
#A8A2B3
(168,162,179)
#9691A0
(150,145,160)
#84808D
(132,128,141)
#726F7A
(114,111,122)
#605E67
(96,94,103)
#4E4D54
(78,77,84)
#3C3C41
(60,60,65)
#2A2B2E
(42,43,46)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #CCC4D9

#CCC4D9
(204,196,217)
#D0C9DC
(208,201,220)
#D4CEDF
(212,206,223)
#D8D3E2
(216,211,226)
#DCD8E5
(220,216,229)
#E0DDE8
(224,221,232)
#E4E2EB
(228,226,235)
#E8E7EE
(232,231,238)
#ECECF1
(236,236,241)
#F0F1F4
(240,241,244)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4D9; }

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

This text font color is #CCC4D9.

Background Color

.myBgColor { background-color: #CCC4D9; }

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

This div background color is #CCC4D9.

Border color

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

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

This div border color is #CCC4D9.

Opacity

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

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

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

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

This text has shadow with #CCC4D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC4D9.

Preview

Color preview on black background

This text has color #CCC4D9 on black background.


Color preview on white background

This text has color #CCC4D9 on white background.


Black color preview on #CCC4D9 background

This text has black color on #CCC4D9 background.


White color preview on #CCC4D9 background

This text has white color on #CCC4D9 background.


Related colors

Complementary color

Complementary color for #hex is #333B26.


I love getcolorcode.com

Triadic colors

1 #D9CCC4 and #C4D9CC with #CCC4D9 are triadic colors.

2 #D9C4CC and #C4CCD9 with #CCC4D9 are triadic colors.