COLOR #CCF5DC

HEX: #CCF5DC RGB: (204,245,220)

Color info

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

RGB color model

#CCF5DC color RGB value is (204,245,220).

RGB: (204,245,220) (80%, 96%, 86%)

RGB channels and saturation

R 204 of 255 = 80%
G 245 of 255 = 96%
B 220 of 255 = 86%

204
245
220

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

Portions of RGB colors in percentages

R + G + B = 204 + 245 + 220 = 669 (100%)
R 204 of 669 ~ 30.49%
G 245 of 669 ~ 36.62%
B 220 of 669 ~ 32.88'%

%30.49
%36.62
%32.88

CMYK color model

#CCF5DC color CMYK value is (17,0,10,4).

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 3.92%

CMYK: (17,0,10,4)
C17M0Y10K4 (17%, 0%, 10%, 4%)
(0.17 / 0.00 / 0.10 / 0.04)

CMYK percentages

%16.73
%0
%10.2
%3.92

Codes

Color #CCF5DC in popluar color models

CC F5 DC
RGB 204 245 220
HSL 143° 67.21% 88.04%
HSB/HSV 143° 16.73% 96.08%
CMYK 16.73% 0.00% 10.20%
3.92%

Color #CCF5DC in popluar number systems.

HEX CC F5 DC
Decimal 204 245 220
Binary 11001100 11110101 11011100
Octal 314 365 334

Shades and tints

Shades of #CCF5DC

#CCF5DC
(204,245,220)
#BADFC8
(186,223,200)
#A8C9B4
(168,201,180)
#96B3A0
(150,179,160)
#849D8C
(132,157,140)
#728778
(114,135,120)
#607164
(96,113,100)
#4E5B50
(78,91,80)
#3C453C
(60,69,60)
#2A2F28
(42,47,40)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #CCF5DC

#CCF5DC
(204,245,220)
#D0F5DF
(208,245,223)
#D4F5E2
(212,245,226)
#D8F5E5
(216,245,229)
#DCF5E8
(220,245,232)
#E0F5EB
(224,245,235)
#E4F5EE
(228,245,238)
#E8F5F1
(232,245,241)
#ECF5F4
(236,245,244)
#F0F5F7
(240,245,247)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF5DC color. Also use rgb(204,245,220) instead hex code.

Text Font Color

.myTextColor { color: #CCF5DC; }

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

This text font color is #CCF5DC.

Background Color

.myBgColor { background-color: #CCF5DC; }

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

This div background color is #CCF5DC.

Border color

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

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

This div border color is #CCF5DC.

Opacity

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

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

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

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

This text has shadow with #CCF5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF5DC.

Preview

Color preview on black background

This text has color #CCF5DC on black background.


Color preview on white background

This text has color #CCF5DC on white background.


Black color preview on #CCF5DC background

This text has black color on #CCF5DC background.


White color preview on #CCF5DC background

This text has white color on #CCF5DC background.


Related colors

Complementary color

Complementary color for #hex is #330A23.


I love getcolorcode.com

Triadic colors

1 #DCCCF5 and #F5DCCC with #CCF5DC are triadic colors.

2 #DCF5CC and #F5CCDC with #CCF5DC are triadic colors.