COLOR #CCCCE6

HEX: #CCCCE6 RGB: (204,204,230)

Color info

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

RGB color model

#CCCCE6 color RGB value is (204,204,230).

RGB: (204,204,230) (80%, 80%, 90%)

RGB channels and saturation

R 204 of 255 = 80%
G 204 of 255 = 80%
B 230 of 255 = 90%

204
204
230

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

Portions of RGB colors in percentages

R + G + B = 204 + 204 + 230 = 638 (100%)
R 204 of 638 ~ 31.97%
G 204 of 638 ~ 31.97%
B 230 of 638 ~ 36.05'%

%31.97
%31.97
%36.05

CMYK color model

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

  • cyan value is 11.30%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (11,11,0,10)
C11M11Y0K10 (11%, 11%, 0%, 10%)
(0.11 / 0.11 / 0.00 / 0.10)

CMYK percentages

%11.3
%11.3
%0
%9.8

Codes

Color #CCCCE6 in popluar color models

CC CC E6
RGB 204 204 230
HSL 240° 34.21% 85.10%
HSB/HSV 240° 11.30% 90.20%
CMYK 11.30% 11.30% 0.00%
9.80%

Color #CCCCE6 in popluar number systems.

HEX CC CC E6
Decimal 204 204 230
Binary 11001100 11001100 11100110
Octal 314 314 346

Shades and tints

Shades of #CCCCE6

#CCCCE6
(204,204,230)
#BABAD2
(186,186,210)
#A8A8BE
(168,168,190)
#9696AA
(150,150,170)
#848496
(132,132,150)
#727282
(114,114,130)
#60606E
(96,96,110)
#4E4E5A
(78,78,90)
#3C3C46
(60,60,70)
#2A2A32
(42,42,50)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #CCCCE6

#CCCCE6
(204,204,230)
#D0D0E8
(208,208,232)
#D4D4EA
(212,212,234)
#D8D8EC
(216,216,236)
#DCDCEE
(220,220,238)
#E0E0F0
(224,224,240)
#E4E4F2
(228,228,242)
#E8E8F4
(232,232,244)
#ECECF6
(236,236,246)
#F0F0F8
(240,240,248)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCE6; }

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

This text font color is #CCCCE6.

Background Color

.myBgColor { background-color: #CCCCE6; }

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

This div background color is #CCCCE6.

Border color

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

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

This div border color is #CCCCE6.

Opacity

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

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

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

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

This text has shadow with #CCCCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCCE6.

Preview

Color preview on black background

This text has color #CCCCE6 on black background.


Color preview on white background

This text has color #CCCCE6 on white background.


Black color preview on #CCCCE6 background

This text has black color on #CCCCE6 background.


White color preview on #CCCCE6 background

This text has white color on #CCCCE6 background.


Related colors

Complementary color

Complementary color for #hex is #333319.


I love getcolorcode.com