COLOR #CCF6D1

HEX: #CCF6D1 RGB: (204,246,209)

Color info

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

RGB color model

#CCF6D1 color RGB value is (204,246,209).

RGB: (204,246,209) (80%, 96%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 246 of 255 = 96%
B 209 of 255 = 82%

204
246
209

R + G + B ~ 86%. #CCF6D1 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 246 + 209 = 659 (100%)
R 204 of 659 ~ 30.96%
G 246 of 659 ~ 37.33%
B 209 of 659 ~ 31.71'%

%30.96
%37.33
%31.71

CMYK color model

#CCF6D1 color CMYK value is (17,0,15,4).

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

CMYK: (17,0,15,4)
C17M0Y15K4 (17%, 0%, 15%, 4%)
(0.17 / 0.00 / 0.15 / 0.04)

CMYK percentages

%17.07
%0
%15.04
%3.53

Codes

Color #CCF6D1 in popluar color models

CC F6 D1
RGB 204 246 209
HSL 127° 70.00% 88.24%
HSB/HSV 127° 17.07% 96.47%
CMYK 17.07% 0.00% 15.04%
3.53%

Color #CCF6D1 in popluar number systems.

HEX CC F6 D1
Decimal 204 246 209
Binary 11001100 11110110 11010001
Octal 314 366 321

Shades and tints

Shades of #CCF6D1

#CCF6D1
(204,246,209)
#BAE0BE
(186,224,190)
#A8CAAB
(168,202,171)
#96B498
(150,180,152)
#849E85
(132,158,133)
#728872
(114,136,114)
#60725F
(96,114,95)
#4E5C4C
(78,92,76)
#3C4639
(60,70,57)
#2A3026
(42,48,38)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #CCF6D1

#CCF6D1
(204,246,209)
#D0F6D5
(208,246,213)
#D4F6D9
(212,246,217)
#D8F6DD
(216,246,221)
#DCF6E1
(220,246,225)
#E0F6E5
(224,246,229)
#E4F6E9
(228,246,233)
#E8F6ED
(232,246,237)
#ECF6F1
(236,246,241)
#F0F6F5
(240,246,245)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF6D1; }

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

This text font color is #CCF6D1.

Background Color

.myBgColor { background-color: #CCF6D1; }

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

This div background color is #CCF6D1.

Border color

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

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

This div border color is #CCF6D1.

Opacity

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

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

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

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

This text has shadow with #CCF6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF6D1.

Preview

Color preview on black background

This text has color #CCF6D1 on black background.


Color preview on white background

This text has color #CCF6D1 on white background.


Black color preview on #CCF6D1 background

This text has black color on #CCF6D1 background.


White color preview on #CCF6D1 background

This text has white color on #CCF6D1 background.


Related colors

Complementary color

Complementary color for #hex is #33092E.


I love getcolorcode.com

Triadic colors

1 #D1CCF6 and #F6D1CC with #CCF6D1 are triadic colors.

2 #D1F6CC and #F6CCD1 with #CCF6D1 are triadic colors.