COLOR #CCF0DE

HEX: #CCF0DE RGB: (204,240,222)

Color info

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

RGB color model

#CCF0DE color RGB value is (204,240,222).

RGB: (204,240,222) (80%, 94%, 87%)

RGB channels and saturation

R 204 of 255 = 80%
G 240 of 255 = 94%
B 222 of 255 = 87%

204
240
222

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

Portions of RGB colors in percentages

R + G + B = 204 + 240 + 222 = 666 (100%)
R 204 of 666 ~ 30.63%
G 240 of 666 ~ 36.04%
B 222 of 666 ~ 33.33'%

%30.63
%36.04
%33.33

CMYK color model

#CCF0DE color CMYK value is (15,0,8,6).

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

CMYK: (15,0,8,6)
C15M0Y8K6 (15%, 0%, 8%, 6%)
(0.15 / 0.00 / 0.08 / 0.06)

CMYK percentages

%15
%0
%7.5
%5.88

Codes

Color #CCF0DE in popluar color models

CC F0 DE
RGB 204 240 222
HSL 150° 54.55% 87.06%
HSB/HSV 150° 15.00% 94.12%
CMYK 15.00% 0.00% 7.50%
5.88%

Color #CCF0DE in popluar number systems.

HEX CC F0 DE
Decimal 204 240 222
Binary 11001100 11110000 11011110
Octal 314 360 336

Shades and tints

Shades of #CCF0DE

#CCF0DE
(204,240,222)
#BADBCA
(186,219,202)
#A8C6B6
(168,198,182)
#96B1A2
(150,177,162)
#849C8E
(132,156,142)
#72877A
(114,135,122)
#607266
(96,114,102)
#4E5D52
(78,93,82)
#3C483E
(60,72,62)
#2A332A
(42,51,42)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #CCF0DE

#CCF0DE
(204,240,222)
#D0F1E1
(208,241,225)
#D4F2E4
(212,242,228)
#D8F3E7
(216,243,231)
#DCF4EA
(220,244,234)
#E0F5ED
(224,245,237)
#E4F6F0
(228,246,240)
#E8F7F3
(232,247,243)
#ECF8F6
(236,248,246)
#F0F9F9
(240,249,249)
#F4FAFC
(244,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF0DE; }

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

This text font color is #CCF0DE.

Background Color

.myBgColor { background-color: #CCF0DE; }

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

This div background color is #CCF0DE.

Border color

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

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

This div border color is #CCF0DE.

Opacity

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

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

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

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

This text has shadow with #CCF0DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF0DE.

Preview

Color preview on black background

This text has color #CCF0DE on black background.


Color preview on white background

This text has color #CCF0DE on white background.


Black color preview on #CCF0DE background

This text has black color on #CCF0DE background.


White color preview on #CCF0DE background

This text has white color on #CCF0DE background.


Related colors

Complementary color

Complementary color for #hex is #330F21.


I love getcolorcode.com

Triadic colors

1 #DECCF0 and #F0DECC with #CCF0DE are triadic colors.

2 #DEF0CC and #F0CCDE with #CCF0DE are triadic colors.