COLOR #CCC3DE

HEX: #CCC3DE
RGB: (204,195,222)

Color info

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

RGB color model

#CCC3DE color RGB value is (204,195,222).

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

RGB channels and saturation

R 204 of 255 = 80%
G 195 of 255 = 76%
B 222 of 255 = 87%

204
195
222

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

Portions of RGB colors in percentages

R + G + B =
204 + 195 + 222 = 621 (100%)
R 204 of 621 ~ 32.85%
G 195 of 621 ~ 31.4%
B 222 of 621 ~ 35.75%

%32.85
%31.4
%35.75

CMYK color model

#CCC3DE color CMYK value is (8,12,0,13).

  • cyan value is 8.11%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(8,12,0,13)
C8M12Y0K13 
(8%,12%,0%,13%)
(0.08/0.12/0.00/0.13)	

CMYK percentages

%8.11
%12.16
%0
%12.94

Codes

Color #CCC3DE in popluar color models

CCC3DE
RGB204195222
HSL260°29.03%81.76%
HSB/HSV260°12.16%87.06%
CMYK8.11%12.16%0.00%
12.94%

Color #CCC3DE in popluar number systems.

HEXCCC3DE
Decimal204195222
Binary110011001100001111011110
Octal314303336

Shades and tints

Shades of #CCC3DE

#CCC3DE
(204,195,222)
#BAB2CA
(186,178,202)
#A8A1B6
(168,161,182)
#9690A2
(150,144,162)
#847F8E
(132,127,142)
#726E7A
(114,110,122)
#605D66
(96,93,102)
#4E4C52
(78,76,82)
#3C3B3E
(60,59,62)
#2A2A2A
(42,42,42)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #CCC3DE

#CCC3DE
(204,195,222)
#D0C8E1
(208,200,225)
#D4CDE4
(212,205,228)
#D8D2E7
(216,210,231)
#DCD7EA
(220,215,234)
#E0DCED
(224,220,237)
#E4E1F0
(228,225,240)
#E8E6F3
(232,230,243)
#ECEBF6
(236,235,246)
#F0F0F9
(240,240,249)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC3DE; }

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

This text font color is #CCC3DE.


Background Color

.myBgColor { background-color: #CCC3DE; }

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

This div background color is #CCC3DE.


Border color

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

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

This div border color is #CCC3DE.


Opacity

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

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

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

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

This text has shadow with #CCC3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC3DE on black background.


Color preview on white background

This text has color #CCC3DE on white background.



Black color preview on #CCC3DE background

This text has black color on #CCC3DE background.


White color preview on #CCC3DE background

This text has white color on #CCC3DE background.