COLOR #CCCEFE

HEX: #CCCEFE
RGB: (204,206,254)

Color info

#CCCEFE contains red, green and blue colors in about the same proportion. Web safe color of #CCCEFE is #CCCCFF (or #CCF).

RGB color model

#CCCEFE color RGB value is (204,206,254).

  • red value is 204;
  • green value is 206;
  • blue value is 254.
RGB:
(204,206,254)
(80%,81%,100%)

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 254 of 255 = 100%

204
206
254

R + G + B ~ 87%. #CCCEFE is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 206 + 254 = 664 (100%)
R 204 of 664 ~ 30.72%
G 206 of 664 ~ 31.02%
B 254 of 664 ~ 38.25%

%30.72
%31.02
%38.25

CMYK color model

#CCCEFE color CMYK value is (20,19,0,0).

  • cyan value is 19.69%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(20,19,0,0)
C20M19Y0K0 
(20%,19%,0%,0%)
(0.20/0.19/0.00/0.00)	

CMYK percentages

%19.69
%18.9
%0
%0.39

Codes

Color #CCCEFE in popluar color models

CCCEFE
RGB204206254
HSL238°96.15%89.80%
HSB/HSV238°19.69%99.61%
CMYK19.69%18.90%0.00%
0.39%

Color #CCCEFE in popluar number systems.

HEXCCCEFE
Decimal204206254
Binary110011001100111011111110
Octal314316376

Shades and tints

Shades of #CCCEFE

#CCCEFE
(204,206,254)
#BABCE7
(186,188,231)
#A8AAD0
(168,170,208)
#9698B9
(150,152,185)
#8486A2
(132,134,162)
#72748B
(114,116,139)
#606274
(96,98,116)
#4E505D
(78,80,93)
#3C3E46
(60,62,70)
#2A2C2F
(42,44,47)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #CCCEFE

#CCCEFE
(204,206,254)
#D0D2FE
(208,210,254)
#D4D6FE
(212,214,254)
#D8DAFE
(216,218,254)
#DCDEFE
(220,222,254)
#E0E2FE
(224,226,254)
#E4E6FE
(228,230,254)
#E8EAFE
(232,234,254)
#ECEEFE
(236,238,254)
#F0F2FE
(240,242,254)
#F4F6FE
(244,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCEFE; }

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

This text font color is #CCCEFE.


Background Color

.myBgColor { background-color: #CCCEFE; }

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

This div background color is #CCCEFE.


Border color

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

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

This div border color is #CCCEFE.


Opacity

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

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

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

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

This text has shadow with #CCCEFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCEFE on black background.


Color preview on white background

This text has color #CCCEFE on white background.



Black color preview on #CCCEFE background

This text has black color on #CCCEFE background.


White color preview on #CCCEFE background

This text has white color on #CCCEFE background.