COLOR #CCCEF1

HEX: #CCCEF1
RGB: (204,206,241)

Color info

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

RGB color model

#CCCEF1 color RGB value is (204,206,241).

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

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 241 of 255 = 95%

204
206
241

R + G + B ~ 85%. #CCCEF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 206 + 241 = 651 (100%)
R 204 of 651 ~ 31.34%
G 206 of 651 ~ 31.64%
B 241 of 651 ~ 37.02%

%31.34
%31.64
%37.02

CMYK color model

#CCCEF1 color CMYK value is (15,15,0,5).

  • cyan value is 15.35%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(15,15,0,5)
C15M15Y0K5 
(15%,15%,0%,5%)
(0.15/0.15/0.00/0.05)	

CMYK percentages

%15.35
%14.52
%0
%5.49

Codes

Color #CCCEF1 in popluar color models

CCCEF1
RGB204206241
HSL237°56.92%87.25%
HSB/HSV237°15.35%94.51%
CMYK15.35%14.52%0.00%
5.49%

Color #CCCEF1 in popluar number systems.

HEXCCCEF1
Decimal204206241
Binary110011001100111011110001
Octal314316361

Shades and tints

Shades of #CCCEF1

#CCCEF1
(204,206,241)
#BABCDC
(186,188,220)
#A8AAC7
(168,170,199)
#9698B2
(150,152,178)
#84869D
(132,134,157)
#727488
(114,116,136)
#606273
(96,98,115)
#4E505E
(78,80,94)
#3C3E49
(60,62,73)
#2A2C34
(42,44,52)
#181A1F
(24,26,31)
#000000
(0,0,0)

Tints of #CCCEF1

#CCCEF1
(204,206,241)
#D0D2F2
(208,210,242)
#D4D6F3
(212,214,243)
#D8DAF4
(216,218,244)
#DCDEF5
(220,222,245)
#E0E2F6
(224,226,246)
#E4E6F7
(228,230,247)
#E8EAF8
(232,234,248)
#ECEEF9
(236,238,249)
#F0F2FA
(240,242,250)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCEF1; }

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

This text font color is #CCCEF1.


Background Color

.myBgColor { background-color: #CCCEF1; }

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

This div background color is #CCCEF1.


Border color

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

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

This div border color is #CCCEF1.


Opacity

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

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

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

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

This text has shadow with #CCCEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCEF1 on black background.


Color preview on white background

This text has color #CCCEF1 on white background.



Black color preview on #CCCEF1 background

This text has black color on #CCCEF1 background.


White color preview on #CCCEF1 background

This text has white color on #CCCEF1 background.