COLOR #CCCADB

HEX: #CCCADB RGB: (204,202,219)

Color info

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

RGB color model

#CCCADB color RGB value is (204,202,219).

RGB: (204,202,219) (80%, 79%, 86%)

RGB channels and saturation

R 204 of 255 = 80%
G 202 of 255 = 79%
B 219 of 255 = 86%

204
202
219

R + G + B ~ 82%. #CCCADB is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 202 + 219 = 625 (100%)
R 204 of 625 ~ 32.64%
G 202 of 625 ~ 32.32%
B 219 of 625 ~ 35.04'%

%32.64
%32.32
%35.04

CMYK color model

#CCCADB color CMYK value is (7,8,0,14).

  • cyan value is 6.85%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (7,8,0,14)
C7M8Y0K14 (7%, 8%, 0%, 14%)
(0.07 / 0.08 / 0.00 / 0.14)

CMYK percentages

%6.85
%7.76
%0
%14.12

Codes

Color #CCCADB in popluar color models

CC CA DB
RGB 204 202 219
HSL 247° 19.10% 82.55%
HSB/HSV 247° 7.76% 85.88%
CMYK 6.85% 7.76% 0.00%
14.12%

Color #CCCADB in popluar number systems.

HEX CC CA DB
Decimal 204 202 219
Binary 11001100 11001010 11011011
Octal 314 312 333

Shades and tints

Shades of #CCCADB

#CCCADB
(204,202,219)
#BAB8C8
(186,184,200)
#A8A6B5
(168,166,181)
#9694A2
(150,148,162)
#84828F
(132,130,143)
#72707C
(114,112,124)
#605E69
(96,94,105)
#4E4C56
(78,76,86)
#3C3A43
(60,58,67)
#2A2830
(42,40,48)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #CCCADB

#CCCADB
(204,202,219)
#D0CEDE
(208,206,222)
#D4D2E1
(212,210,225)
#D8D6E4
(216,214,228)
#DCDAE7
(220,218,231)
#E0DEEA
(224,222,234)
#E4E2ED
(228,226,237)
#E8E6F0
(232,230,240)
#ECEAF3
(236,234,243)
#F0EEF6
(240,238,246)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCADB; }

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

This text font color is #CCCADB.

Background Color

.myBgColor { background-color: #CCCADB; }

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

This div background color is #CCCADB.

Border color

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

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

This div border color is #CCCADB.

Opacity

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

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

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

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

This text has shadow with #CCCADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCADB.

Preview

Color preview on black background

This text has color #CCCADB on black background.


Color preview on white background

This text has color #CCCADB on white background.


Black color preview on #CCCADB background

This text has black color on #CCCADB background.


White color preview on #CCCADB background

This text has white color on #CCCADB background.


Related colors

Complementary color

Complementary color for #hex is #333524.


I love getcolorcode.com

Triadic colors

1 #DBCCCA and #CADBCC with #CCCADB are triadic colors.

2 #DBCACC and #CACCDB with #CCCADB are triadic colors.