COLOR #CCF0E7

HEX: #CCF0E7 RGB: (204,240,231)

Color info

#CCF0E7 contains red, green and blue colors in about the same proportion. Web safe color of #CCF0E7 is #CCFFFF (or #CFF).

RGB color model

#CCF0E7 color RGB value is (204,240,231).

RGB: (204,240,231) (80%, 94%, 91%)

RGB channels and saturation

R 204 of 255 = 80%
G 240 of 255 = 94%
B 231 of 255 = 91%

204
240
231

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

Portions of RGB colors in percentages

R + G + B = 204 + 240 + 231 = 675 (100%)
R 204 of 675 ~ 30.22%
G 240 of 675 ~ 35.56%
B 231 of 675 ~ 34.22'%

%30.22
%35.56
%34.22

CMYK color model

#CCF0E7 color CMYK value is (15,0,4,6).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 5.88%
CMYK: (15,0,4,6) C15M0Y4K6 (15%,0%,4%,6%) (0.15/0.00/0.04/0.06) 

CMYK percentages

%15
%0
%3.75
%5.88

Codes

Color #CCF0E7 in popluar color models

CC F0 E7
RGB 204 240 231
HSL 165° 54.55% 87.06%
HSB/HSV 165° 15.00% 94.12%
CMYK 15.00% 0.00% 3.75%
5.88%

Color #CCF0E7 in popluar number systems.

HEX CC F0 E7
Decimal 204 240 231
Binary 11001100 11110000 11100111
Octal 314 360 347

Shades and tints

Shades of #CCF0E7

#CCF0E7
(204,240,231)
#BADBD2
(186,219,210)
#A8C6BD
(168,198,189)
#96B1A8
(150,177,168)
#849C93
(132,156,147)
#72877E
(114,135,126)
#607269
(96,114,105)
#4E5D54
(78,93,84)
#3C483F
(60,72,63)
#2A332A
(42,51,42)
#181E15
(24,30,21)
#000000
(0,0,0)

Tints of #CCF0E7

#CCF0E7
(204,240,231)
#D0F1E9
(208,241,233)
#D4F2EB
(212,242,235)
#D8F3ED
(216,243,237)
#DCF4EF
(220,244,239)
#E0F5F1
(224,245,241)
#E4F6F3
(228,246,243)
#E8F7F5
(232,247,245)
#ECF8F7
(236,248,247)
#F0F9F9
(240,249,249)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF0E7; }

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

This text font color is #CCF0E7.

Background Color

.myBgColor { background-color: #CCF0E7; }

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

This div background color is #CCF0E7.

Border color

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

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

This div border color is #CCF0E7.

Opacity

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

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

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

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

This text has shadow with #CCF0E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF0E7.

Preview

Color preview on black background

This text has color #CCF0E7 on black background.


Color preview on white background

This text has color #CCF0E7 on white background.


Black color preview on #CCF0E7 background

This text has black color on #CCF0E7 background.


White color preview on #CCF0E7 background

This text has white color on #CCF0E7 background.


Related colors

Complementary color

Complementary color for #hex is #330F18.


I love getcolorcode.com

Triadic colors

1 #E7CCF0 and #F0E7CC with #CCF0E7 are triadic colors.

2 #E7F0CC and #F0CCE7 with #CCF0E7 are triadic colors.