COLOR #CCC3DB

HEX: #CCC3DB
RGB: (204,195,219)

Color info

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

RGB color model

#CCC3DB color RGB value is (204,195,219).

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

RGB channels and saturation

R 204 of 255 = 80%
G 195 of 255 = 76%
B 219 of 255 = 86%

204
195
219

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

Portions of RGB colors in percentages

R + G + B =
204 + 195 + 219 = 618 (100%)
R 204 of 618 ~ 33.01%
G 195 of 618 ~ 31.55%
B 219 of 618 ~ 35.44%

%33.01
%31.55
%35.44

CMYK color model

#CCC3DB color CMYK value is (7,11,0,14).

  • cyan value is 6.85%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(7,11,0,14)
C7M11Y0K14 
(7%,11%,0%,14%)
(0.07/0.11/0.00/0.14)	

CMYK percentages

%6.85
%10.96
%0
%14.12

Codes

Color #CCC3DB in popluar color models

CCC3DB
RGB204195219
HSL263°25.00%81.18%
HSB/HSV263°10.96%85.88%
CMYK6.85%10.96%0.00%
14.12%

Color #CCC3DB in popluar number systems.

HEXCCC3DB
Decimal204195219
Binary110011001100001111011011
Octal314303333

Shades and tints

Shades of #CCC3DB

#CCC3DB
(204,195,219)
#BAB2C8
(186,178,200)
#A8A1B5
(168,161,181)
#9690A2
(150,144,162)
#847F8F
(132,127,143)
#726E7C
(114,110,124)
#605D69
(96,93,105)
#4E4C56
(78,76,86)
#3C3B43
(60,59,67)
#2A2A30
(42,42,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #CCC3DB

#CCC3DB
(204,195,219)
#D0C8DE
(208,200,222)
#D4CDE1
(212,205,225)
#D8D2E4
(216,210,228)
#DCD7E7
(220,215,231)
#E0DCEA
(224,220,234)
#E4E1ED
(228,225,237)
#E8E6F0
(232,230,240)
#ECEBF3
(236,235,243)
#F0F0F6
(240,240,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC3DB; }

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

This text font color is #CCC3DB.


Background Color

.myBgColor { background-color: #CCC3DB; }

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

This div background color is #CCC3DB.


Border color

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

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

This div border color is #CCC3DB.


Opacity

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

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

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

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

This text has shadow with #CCC3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC3DB on black background.


Color preview on white background

This text has color #CCC3DB on white background.



Black color preview on #CCC3DB background

This text has black color on #CCC3DB background.


White color preview on #CCC3DB background

This text has white color on #CCC3DB background.