COLOR #CCC0DB

HEX: #CCC0DB
RGB: (204,192,219)

Color info

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

RGB color model

#CCC0DB color RGB value is (204,192,219).

  • red value is 204;
  • green value is 192;
  • blue value is 219.
RGB:
(204,192,219)
(80%,75%,86%)

RGB channels and saturation

R 204 of 255 = 80%
G 192 of 255 = 75%
B 219 of 255 = 86%

204
192
219

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

Portions of RGB colors in percentages

R + G + B =
204 + 192 + 219 = 615 (100%)
R 204 of 615 ~ 33.17%
G 192 of 615 ~ 31.22%
B 219 of 615 ~ 35.61%

%33.17
%31.22
%35.61

CMYK color model

#CCC0DB color CMYK value is (7,12,0,14).

  • cyan value is 6.85%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(7,12,0,14)
C7M12Y0K14 
(7%,12%,0%,14%)
(0.07/0.12/0.00/0.14)	

CMYK percentages

%6.85
%12.33
%0
%14.12

Codes

Color #CCC0DB in popluar color models

CCC0DB
RGB204192219
HSL267°27.27%80.59%
HSB/HSV267°12.33%85.88%
CMYK6.85%12.33%0.00%
14.12%

Color #CCC0DB in popluar number systems.

HEXCCC0DB
Decimal204192219
Binary110011001100000011011011
Octal314300333

Shades and tints

Shades of #CCC0DB

#CCC0DB
(204,192,219)
#BAAFC8
(186,175,200)
#A89EB5
(168,158,181)
#968DA2
(150,141,162)
#847C8F
(132,124,143)
#726B7C
(114,107,124)
#605A69
(96,90,105)
#4E4956
(78,73,86)
#3C3843
(60,56,67)
#2A2730
(42,39,48)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #CCC0DB

#CCC0DB
(204,192,219)
#D0C5DE
(208,197,222)
#D4CAE1
(212,202,225)
#D8CFE4
(216,207,228)
#DCD4E7
(220,212,231)
#E0D9EA
(224,217,234)
#E4DEED
(228,222,237)
#E8E3F0
(232,227,240)
#ECE8F3
(236,232,243)
#F0EDF6
(240,237,246)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC0DB; }

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

This text font color is #CCC0DB.


Background Color

.myBgColor { background-color: #CCC0DB; }

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

This div background color is #CCC0DB.


Border color

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

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

This div border color is #CCC0DB.


Opacity

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

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

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

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

This text has shadow with #CCC0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC0DB on black background.


Color preview on white background

This text has color #CCC0DB on white background.



Black color preview on #CCC0DB background

This text has black color on #CCC0DB background.


White color preview on #CCC0DB background

This text has white color on #CCC0DB background.