COLOR #CCC4DA

HEX: #CCC4DA
RGB: (204,196,218)

Color info

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

RGB color model

#CCC4DA color RGB value is (204,196,218).

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

RGB channels and saturation

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

204
196
218

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

Portions of RGB colors in percentages

R + G + B =
204 + 196 + 218 = 618 (100%)
R 204 of 618 ~ 33.01%
G 196 of 618 ~ 31.72%
B 218 of 618 ~ 35.28%

%33.01
%31.72
%35.28

CMYK color model

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

  • cyan value is 6.42%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(6,10,0,15)
C6M10Y0K15 
(6%,10%,0%,15%)
(0.06/0.10/0.00/0.15)	

CMYK percentages

%6.42
%10.09
%0
%14.51

Codes

Color #CCC4DA in popluar color models

CCC4DA
RGB204196218
HSL262°22.92%81.18%
HSB/HSV262°10.09%85.49%
CMYK6.42%10.09%0.00%
14.51%

Color #CCC4DA in popluar number systems.

HEXCCC4DA
Decimal204196218
Binary110011001100010011011010
Octal314304332

Shades and tints

Shades of #CCC4DA

#CCC4DA
(204,196,218)
#BAB3C7
(186,179,199)
#A8A2B4
(168,162,180)
#9691A1
(150,145,161)
#84808E
(132,128,142)
#726F7B
(114,111,123)
#605E68
(96,94,104)
#4E4D55
(78,77,85)
#3C3C42
(60,60,66)
#2A2B2F
(42,43,47)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #CCC4DA

#CCC4DA
(204,196,218)
#D0C9DD
(208,201,221)
#D4CEE0
(212,206,224)
#D8D3E3
(216,211,227)
#DCD8E6
(220,216,230)
#E0DDE9
(224,221,233)
#E4E2EC
(228,226,236)
#E8E7EF
(232,231,239)
#ECECF2
(236,236,242)
#F0F1F5
(240,241,245)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4DA; }

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

This text font color is #CCC4DA.


Background Color

.myBgColor { background-color: #CCC4DA; }

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

This div background color is #CCC4DA.


Border color

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

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

This div border color is #CCC4DA.


Opacity

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

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

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

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

This text has shadow with #CCC4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC4DA on black background.


Color preview on white background

This text has color #CCC4DA on white background.



Black color preview on #CCC4DA background

This text has black color on #CCC4DA background.


White color preview on #CCC4DA background

This text has white color on #CCC4DA background.