COLOR #CCCCE2

HEX: #CCCCE2
RGB: (204,204,226)

Color info

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

RGB color model

#CCCCE2 color RGB value is (204,204,226).

  • red value is 204;
  • green value is 204;
  • blue value is 226.
RGB:
(204,204,226)
(80%,80%,89%)

RGB channels and saturation

R 204 of 255 = 80%
G 204 of 255 = 80%
B 226 of 255 = 89%

204
204
226

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

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 226 = 634 (100%)
R 204 of 634 ~ 32.18%
G 204 of 634 ~ 32.18%
B 226 of 634 ~ 35.65%

%32.18
%32.18
%35.65

CMYK color model

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

  • cyan value is 9.73%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(10,10,0,11)
C10M10Y0K11 
(10%,10%,0%,11%)
(0.10/0.10/0.00/0.11)	

CMYK percentages

%9.73
%9.73
%0
%11.37

Codes

Color #CCCCE2 in popluar color models

CCCCE2
RGB204204226
HSL240°27.50%84.31%
HSB/HSV240°9.73%88.63%
CMYK9.73%9.73%0.00%
11.37%

Color #CCCCE2 in popluar number systems.

HEXCCCCE2
Decimal204204226
Binary110011001100110011100010
Octal314314342

Shades and tints

Shades of #CCCCE2

#CCCCE2
(204,204,226)
#BABACE
(186,186,206)
#A8A8BA
(168,168,186)
#9696A6
(150,150,166)
#848492
(132,132,146)
#72727E
(114,114,126)
#60606A
(96,96,106)
#4E4E56
(78,78,86)
#3C3C42
(60,60,66)
#2A2A2E
(42,42,46)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #CCCCE2

#CCCCE2
(204,204,226)
#D0D0E4
(208,208,228)
#D4D4E6
(212,212,230)
#D8D8E8
(216,216,232)
#DCDCEA
(220,220,234)
#E0E0EC
(224,224,236)
#E4E4EE
(228,228,238)
#E8E8F0
(232,232,240)
#ECECF2
(236,236,242)
#F0F0F4
(240,240,244)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCE2; }

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

This text font color is #CCCCE2.


Background Color

.myBgColor { background-color: #CCCCE2; }

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

This div background color is #CCCCE2.


Border color

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

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

This div border color is #CCCCE2.


Opacity

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

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

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

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

This text has shadow with #CCCCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCCE2 on black background.


Color preview on white background

This text has color #CCCCE2 on white background.



Black color preview on #CCCCE2 background

This text has black color on #CCCCE2 background.


White color preview on #CCCCE2 background

This text has white color on #CCCCE2 background.