COLOR #CCF6E0

HEX: #CCF6E0 RGB: (204,246,224)

Color info

#CCF6E0 contains red, green and blue colors in about the same proportion. Web safe color of #CCF6E0 is #CCFFCC (or #CFC).

RGB color model

#CCF6E0 color RGB value is (204,246,224).

RGB: (204,246,224) (80%, 96%, 88%)

RGB channels and saturation

R 204 of 255 = 80%
G 246 of 255 = 96%
B 224 of 255 = 88%

204
246
224

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

Portions of RGB colors in percentages

R + G + B = 204 + 246 + 224 = 674 (100%)
R 204 of 674 ~ 30.27%
G 246 of 674 ~ 36.5%
B 224 of 674 ~ 33.23'%

%30.27
%36.5
%33.23

CMYK color model

#CCF6E0 color CMYK value is (17,0,9,4).

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

CMYK: (17,0,9,4)
C17M0Y9K4 (17%, 0%, 9%, 4%)
(0.17 / 0.00 / 0.09 / 0.04)

CMYK percentages

%17.07
%0
%8.94
%3.53

Codes

Color #CCF6E0 in popluar color models

CC F6 E0
RGB 204 246 224
HSL 149° 70.00% 88.24%
HSB/HSV 149° 17.07% 96.47%
CMYK 17.07% 0.00% 8.94%
3.53%

Color #CCF6E0 in popluar number systems.

HEX CC F6 E0
Decimal 204 246 224
Binary 11001100 11110110 11100000
Octal 314 366 340

Shades and tints

Shades of #CCF6E0

#CCF6E0
(204,246,224)
#BAE0CC
(186,224,204)
#A8CAB8
(168,202,184)
#96B4A4
(150,180,164)
#849E90
(132,158,144)
#72887C
(114,136,124)
#607268
(96,114,104)
#4E5C54
(78,92,84)
#3C4640
(60,70,64)
#2A302C
(42,48,44)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #CCF6E0

#CCF6E0
(204,246,224)
#D0F6E2
(208,246,226)
#D4F6E4
(212,246,228)
#D8F6E6
(216,246,230)
#DCF6E8
(220,246,232)
#E0F6EA
(224,246,234)
#E4F6EC
(228,246,236)
#E8F6EE
(232,246,238)
#ECF6F0
(236,246,240)
#F0F6F2
(240,246,242)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF6E0; }

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

This text font color is #CCF6E0.

Background Color

.myBgColor { background-color: #CCF6E0; }

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

This div background color is #CCF6E0.

Border color

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

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

This div border color is #CCF6E0.

Opacity

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

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

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

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

This text has shadow with #CCF6E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF6E0.

Preview

Color preview on black background

This text has color #CCF6E0 on black background.


Color preview on white background

This text has color #CCF6E0 on white background.


Black color preview on #CCF6E0 background

This text has black color on #CCF6E0 background.


White color preview on #CCF6E0 background

This text has white color on #CCF6E0 background.


Related colors

Complementary color

Complementary color for #hex is #33091F.


I love getcolorcode.com

Triadic colors

1 #E0CCF6 and #F6E0CC with #CCF6E0 are triadic colors.

2 #E0F6CC and #F6CCE0 with #CCF6E0 are triadic colors.