COLOR #CCE6F6

HEX: #CCE6F6 RGB: (204,230,246)

Color info

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

RGB color model

#CCE6F6 color RGB value is (204,230,246).

RGB: (204,230,246) (80%, 90%, 96%)

RGB channels and saturation

R 204 of 255 = 80%
G 230 of 255 = 90%
B 246 of 255 = 96%

204
230
246

R + G + B ~ 89%. #CCE6F6 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 230 + 246 = 680 (100%)
R 204 of 680 ~ 30%
G 230 of 680 ~ 33.82%
B 246 of 680 ~ 36.18'%

%30
%33.82
%36.18

CMYK color model

#CCE6F6 color CMYK value is (17,7,0,4).

  • cyan value is 17.07%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (17,7,0,4)
C17M7Y0K4 (17%, 7%, 0%, 4%)
(0.17 / 0.07 / 0.00 / 0.04)

CMYK percentages

%17.07
%6.5
%0
%3.53

Codes

Color #CCE6F6 in popluar color models

CC E6 F6
RGB 204 230 246
HSL 203° 70.00% 88.24%
HSB/HSV 203° 17.07% 96.47%
CMYK 17.07% 6.50% 0.00%
3.53%

Color #CCE6F6 in popluar number systems.

HEX CC E6 F6
Decimal 204 230 246
Binary 11001100 11100110 11110110
Octal 314 346 366

Shades and tints

Shades of #CCE6F6

#CCE6F6
(204,230,246)
#BAD2E0
(186,210,224)
#A8BECA
(168,190,202)
#96AAB4
(150,170,180)
#84969E
(132,150,158)
#728288
(114,130,136)
#606E72
(96,110,114)
#4E5A5C
(78,90,92)
#3C4646
(60,70,70)
#2A3230
(42,50,48)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #CCE6F6

#CCE6F6
(204,230,246)
#D0E8F6
(208,232,246)
#D4EAF6
(212,234,246)
#D8ECF6
(216,236,246)
#DCEEF6
(220,238,246)
#E0F0F6
(224,240,246)
#E4F2F6
(228,242,246)
#E8F4F6
(232,244,246)
#ECF6F6
(236,246,246)
#F0F8F6
(240,248,246)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE6F6; }

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

This text font color is #CCE6F6.

Background Color

.myBgColor { background-color: #CCE6F6; }

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

This div background color is #CCE6F6.

Border color

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

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

This div border color is #CCE6F6.

Opacity

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

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

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

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

This text has shadow with #CCE6F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE6F6.

Preview

Color preview on black background

This text has color #CCE6F6 on black background.


Color preview on white background

This text has color #CCE6F6 on white background.


Black color preview on #CCE6F6 background

This text has black color on #CCE6F6 background.


White color preview on #CCE6F6 background

This text has white color on #CCE6F6 background.


Related colors

Complementary color

Complementary color for #hex is #331909.


I love getcolorcode.com

Triadic colors

1 #F6CCE6 and #E6F6CC with #CCE6F6 are triadic colors.

2 #F6E6CC and #E6CCF6 with #CCE6F6 are triadic colors.