COLOR #CCC3E5

HEX: #CCC3E5 RGB: (204,195,229)

Color info

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

RGB color model

#CCC3E5 color RGB value is (204,195,229).

RGB: (204,195,229) (80%, 76%, 90%)

RGB channels and saturation

R 204 of 255 = 80%
G 195 of 255 = 76%
B 229 of 255 = 90%

204
195
229

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

Portions of RGB colors in percentages

R + G + B = 204 + 195 + 229 = 628 (100%)
R 204 of 628 ~ 32.48%
G 195 of 628 ~ 31.05%
B 229 of 628 ~ 36.46'%

%32.48
%31.05
%36.46

CMYK color model

#CCC3E5 color CMYK value is (11,15,0,10).

  • cyan value is 10.92%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (11,15,0,10)
C11M15Y0K10 (11%, 15%, 0%, 10%)
(0.11 / 0.15 / 0.00 / 0.10)

CMYK percentages

%10.92
%14.85
%0
%10.2

Codes

Color #CCC3E5 in popluar color models

CC C3 E5
RGB 204 195 229
HSL 256° 39.53% 83.14%
HSB/HSV 256° 14.85% 89.80%
CMYK 10.92% 14.85% 0.00%
10.20%

Color #CCC3E5 in popluar number systems.

HEX CC C3 E5
Decimal 204 195 229
Binary 11001100 11000011 11100101
Octal 314 303 345

Shades and tints

Shades of #CCC3E5

#CCC3E5
(204,195,229)
#BAB2D1
(186,178,209)
#A8A1BD
(168,161,189)
#9690A9
(150,144,169)
#847F95
(132,127,149)
#726E81
(114,110,129)
#605D6D
(96,93,109)
#4E4C59
(78,76,89)
#3C3B45
(60,59,69)
#2A2A31
(42,42,49)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #CCC3E5

#CCC3E5
(204,195,229)
#D0C8E7
(208,200,231)
#D4CDE9
(212,205,233)
#D8D2EB
(216,210,235)
#DCD7ED
(220,215,237)
#E0DCEF
(224,220,239)
#E4E1F1
(228,225,241)
#E8E6F3
(232,230,243)
#ECEBF5
(236,235,245)
#F0F0F7
(240,240,247)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC3E5; }

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

This text font color is #CCC3E5.

Background Color

.myBgColor { background-color: #CCC3E5; }

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

This div background color is #CCC3E5.

Border color

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

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

This div border color is #CCC3E5.

Opacity

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

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

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

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

This text has shadow with #CCC3E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC3E5.

Preview

Color preview on black background

This text has color #CCC3E5 on black background.


Color preview on white background

This text has color #CCC3E5 on white background.


Black color preview on #CCC3E5 background

This text has black color on #CCC3E5 background.


White color preview on #CCC3E5 background

This text has white color on #CCC3E5 background.


Related colors

Complementary color

Complementary color for #hex is #333C1A.


I love getcolorcode.com

Triadic colors

1 #E5CCC3 and #C3E5CC with #CCC3E5 are triadic colors.

2 #E5C3CC and #C3CCE5 with #CCC3E5 are triadic colors.