COLOR #CCE0F0

HEX: #CCE0F0 RGB: (204,224,240)

Color info

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

RGB color model

#CCE0F0 color RGB value is (204,224,240).

RGB: (204,224,240) (80%, 88%, 94%)

RGB channels and saturation

R 204 of 255 = 80%
G 224 of 255 = 88%
B 240 of 255 = 94%

204
224
240

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

Portions of RGB colors in percentages

R + G + B = 204 + 224 + 240 = 668 (100%)
R 204 of 668 ~ 30.54%
G 224 of 668 ~ 33.53%
B 240 of 668 ~ 35.93'%

%30.54
%33.53
%35.93

CMYK color model

#CCE0F0 color CMYK value is (15,7,0,6).

  • cyan value is 15.00%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (15,7,0,6)
C15M7Y0K6 (15%, 7%, 0%, 6%)
(0.15 / 0.07 / 0.00 / 0.06)

CMYK percentages

%15
%6.67
%0
%5.88

Codes

Color #CCE0F0 in popluar color models

CC E0 F0
RGB 204 224 240
HSL 207° 54.55% 87.06%
HSB/HSV 207° 15.00% 94.12%
CMYK 15.00% 6.67% 0.00%
5.88%

Color #CCE0F0 in popluar number systems.

HEX CC E0 F0
Decimal 204 224 240
Binary 11001100 11100000 11110000
Octal 314 340 360

Shades and tints

Shades of #CCE0F0

#CCE0F0
(204,224,240)
#BACCDB
(186,204,219)
#A8B8C6
(168,184,198)
#96A4B1
(150,164,177)
#84909C
(132,144,156)
#727C87
(114,124,135)
#606872
(96,104,114)
#4E545D
(78,84,93)
#3C4048
(60,64,72)
#2A2C33
(42,44,51)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #CCE0F0

#CCE0F0
(204,224,240)
#D0E2F1
(208,226,241)
#D4E4F2
(212,228,242)
#D8E6F3
(216,230,243)
#DCE8F4
(220,232,244)
#E0EAF5
(224,234,245)
#E4ECF6
(228,236,246)
#E8EEF7
(232,238,247)
#ECF0F8
(236,240,248)
#F0F2F9
(240,242,249)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE0F0; }

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

This text font color is #CCE0F0.

Background Color

.myBgColor { background-color: #CCE0F0; }

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

This div background color is #CCE0F0.

Border color

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

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

This div border color is #CCE0F0.

Opacity

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

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

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

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

This text has shadow with #CCE0F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE0F0.

Preview

Color preview on black background

This text has color #CCE0F0 on black background.


Color preview on white background

This text has color #CCE0F0 on white background.


Black color preview on #CCE0F0 background

This text has black color on #CCE0F0 background.


White color preview on #CCE0F0 background

This text has white color on #CCE0F0 background.


Related colors

Complementary color

Complementary color for #hex is #331F0F.


I love getcolorcode.com

Triadic colors

1 #F0CCE0 and #E0F0CC with #CCE0F0 are triadic colors.

2 #F0E0CC and #E0CCF0 with #CCE0F0 are triadic colors.