COLOR #CCC6E5

HEX: #CCC6E5
RGB: (204,198,229)

Color info

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

RGB color model

#CCC6E5 color RGB value is (204,198,229).

  • red value is 204;
  • green value is 198;
  • blue value is 229.
RGB:
(204,198,229)
(80%,78%,90%)

RGB channels and saturation

R 204 of 255 = 80%
G 198 of 255 = 78%
B 229 of 255 = 90%

204
198
229

R + G + B ~ 83%. #CCC6E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 198 + 229 = 631 (100%)
R 204 of 631 ~ 32.33%
G 198 of 631 ~ 31.38%
B 229 of 631 ~ 36.29%

%32.33
%31.38
%36.29

CMYK color model

#CCC6E5 color CMYK value is (11,14,0,10).

  • cyan value is 10.92%
  • magenta value is 13.54%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(11,14,0,10)
C11M14Y0K10 
(11%,14%,0%,10%)
(0.11/0.14/0.00/0.10)	

CMYK percentages

%10.92
%13.54
%0
%10.2

Codes

Color #CCC6E5 in popluar color models

CCC6E5
RGB204198229
HSL252°37.35%83.73%
HSB/HSV252°13.54%89.80%
CMYK10.92%13.54%0.00%
10.20%

Color #CCC6E5 in popluar number systems.

HEXCCC6E5
Decimal204198229
Binary110011001100011011100101
Octal314306345

Shades and tints

Shades of #CCC6E5

#CCC6E5
(204,198,229)
#BAB4D1
(186,180,209)
#A8A2BD
(168,162,189)
#9690A9
(150,144,169)
#847E95
(132,126,149)
#726C81
(114,108,129)
#605A6D
(96,90,109)
#4E4859
(78,72,89)
#3C3645
(60,54,69)
#2A2431
(42,36,49)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #CCC6E5

#CCC6E5
(204,198,229)
#D0CBE7
(208,203,231)
#D4D0E9
(212,208,233)
#D8D5EB
(216,213,235)
#DCDAED
(220,218,237)
#E0DFEF
(224,223,239)
#E4E4F1
(228,228,241)
#E8E9F3
(232,233,243)
#ECEEF5
(236,238,245)
#F0F3F7
(240,243,247)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6E5; }

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

This text font color is #CCC6E5.


Background Color

.myBgColor { background-color: #CCC6E5; }

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

This div background color is #CCC6E5.


Border color

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

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

This div border color is #CCC6E5.


Opacity

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

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

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

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

This text has shadow with #CCC6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC6E5 on black background.


Color preview on white background

This text has color #CCC6E5 on white background.



Black color preview on #CCC6E5 background

This text has black color on #CCC6E5 background.


White color preview on #CCC6E5 background

This text has white color on #CCC6E5 background.