COLOR #CCE4F1

HEX: #CCE4F1
RGB: (204,228,241)

Color info

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

RGB color model

#CCE4F1 color RGB value is (204,228,241).

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

RGB channels and saturation

R 204 of 255 = 80%
G 228 of 255 = 89%
B 241 of 255 = 95%

204
228
241

R + G + B ~ 88%. #CCE4F1 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 228 + 241 = 673 (100%)
R 204 of 673 ~ 30.31%
G 228 of 673 ~ 33.88%
B 241 of 673 ~ 35.81%

%30.31
%33.88
%35.81

CMYK color model

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

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

CMYK percentages

%15.35
%5.39
%0
%5.49

Codes

Color #CCE4F1 in popluar color models

CCE4F1
RGB204228241
HSL201°56.92%87.25%
HSB/HSV201°15.35%94.51%
CMYK15.35%5.39%0.00%
5.49%

Color #CCE4F1 in popluar number systems.

HEXCCE4F1
Decimal204228241
Binary110011001110010011110001
Octal314344361

Shades and tints

Shades of #CCE4F1

#CCE4F1
(204,228,241)
#BAD0DC
(186,208,220)
#A8BCC7
(168,188,199)
#96A8B2
(150,168,178)
#84949D
(132,148,157)
#728088
(114,128,136)
#606C73
(96,108,115)
#4E585E
(78,88,94)
#3C4449
(60,68,73)
#2A3034
(42,48,52)
#181C1F
(24,28,31)
#000000
(0,0,0)

Tints of #CCE4F1

#CCE4F1
(204,228,241)
#D0E6F2
(208,230,242)
#D4E8F3
(212,232,243)
#D8EAF4
(216,234,244)
#DCECF5
(220,236,245)
#E0EEF6
(224,238,246)
#E4F0F7
(228,240,247)
#E8F2F8
(232,242,248)
#ECF4F9
(236,244,249)
#F0F6FA
(240,246,250)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE4F1; }

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

This text font color is #CCE4F1.


Background Color

.myBgColor { background-color: #CCE4F1; }

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

This div background color is #CCE4F1.


Border color

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

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

This div border color is #CCE4F1.


Opacity

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

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

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

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

This text has shadow with #CCE4F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE4F1 on black background.


Color preview on white background

This text has color #CCE4F1 on white background.



Black color preview on #CCE4F1 background

This text has black color on #CCE4F1 background.


White color preview on #CCE4F1 background

This text has white color on #CCE4F1 background.