COLOR #CCC6E0

HEX: #CCC6E0 RGB: (204,198,224)

Color info

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

RGB color model

#CCC6E0 color RGB value is (204,198,224).

RGB: (204,198,224) (80%, 78%, 88%)

RGB channels and saturation

R 204 of 255 = 80%
G 198 of 255 = 78%
B 224 of 255 = 88%

204
198
224

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

Portions of RGB colors in percentages

R + G + B = 204 + 198 + 224 = 626 (100%)
R 204 of 626 ~ 32.59%
G 198 of 626 ~ 31.63%
B 224 of 626 ~ 35.78'%

%32.59
%31.63
%35.78

CMYK color model

#CCC6E0 color CMYK value is (9,12,0,12).

  • cyan value is 8.93%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (9,12,0,12)
C9M12Y0K12 (9%, 12%, 0%, 12%)
(0.09 / 0.12 / 0.00 / 0.12)

CMYK percentages

%8.93
%11.61
%0
%12.16

Codes

Color #CCC6E0 in popluar color models

CC C6 E0
RGB 204 198 224
HSL 254° 29.55% 82.75%
HSB/HSV 254° 11.61% 87.84%
CMYK 8.93% 11.61% 0.00%
12.16%

Color #CCC6E0 in popluar number systems.

HEX CC C6 E0
Decimal 204 198 224
Binary 11001100 11000110 11100000
Octal 314 306 340

Shades and tints

Shades of #CCC6E0

#CCC6E0
(204,198,224)
#BAB4CC
(186,180,204)
#A8A2B8
(168,162,184)
#9690A4
(150,144,164)
#847E90
(132,126,144)
#726C7C
(114,108,124)
#605A68
(96,90,104)
#4E4854
(78,72,84)
#3C3640
(60,54,64)
#2A242C
(42,36,44)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #CCC6E0

#CCC6E0
(204,198,224)
#D0CBE2
(208,203,226)
#D4D0E4
(212,208,228)
#D8D5E6
(216,213,230)
#DCDAE8
(220,218,232)
#E0DFEA
(224,223,234)
#E4E4EC
(228,228,236)
#E8E9EE
(232,233,238)
#ECEEF0
(236,238,240)
#F0F3F2
(240,243,242)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6E0; }

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

This text font color is #CCC6E0.

Background Color

.myBgColor { background-color: #CCC6E0; }

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

This div background color is #CCC6E0.

Border color

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

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

This div border color is #CCC6E0.

Opacity

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

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

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

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

This text has shadow with #CCC6E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC6E0.

Preview

Color preview on black background

This text has color #CCC6E0 on black background.


Color preview on white background

This text has color #CCC6E0 on white background.


Black color preview on #CCC6E0 background

This text has black color on #CCC6E0 background.


White color preview on #CCC6E0 background

This text has white color on #CCC6E0 background.


Related colors

Complementary color

Complementary color for #hex is #33391F.


I love getcolorcode.com

Triadic colors

1 #E0CCC6 and #C6E0CC with #CCC6E0 are triadic colors.

2 #E0C6CC and #C6CCE0 with #CCC6E0 are triadic colors.