COLOR #CCF7DD

HEX: #CCF7DD
RGB: (204,247,221)

Color info

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

RGB color model

#CCF7DD color RGB value is (204,247,221).

  • red value is 204;
  • green value is 247;
  • blue value is 221.
RGB:
(204,247,221)
(80%,97%,87%)

RGB channels and saturation

R 204 of 255 = 80%
G 247 of 255 = 97%
B 221 of 255 = 87%

204
247
221

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

Portions of RGB colors in percentages

R + G + B =
204 + 247 + 221 = 672 (100%)
R 204 of 672 ~ 30.36%
G 247 of 672 ~ 36.76%
B 221 of 672 ~ 32.89%

%30.36
%36.76
%32.89

CMYK color model

#CCF7DD color CMYK value is (17,0,11,3).

  • cyan value is 17.41%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 3.14%
CMYK:
(17,0,11,3)
C17M0Y11K3 
(17%,0%,11%,3%)
(0.17/0.00/0.11/0.03)	

CMYK percentages

%17.41
%0
%10.53
%3.14

Codes

Color #CCF7DD in popluar color models

CCF7DD
RGB204247221
HSL144°72.88%88.43%
HSB/HSV144°17.41%96.86%
CMYK17.41%0.00%10.53%
3.14%

Color #CCF7DD in popluar number systems.

HEXCCF7DD
Decimal204247221
Binary110011001111011111011101
Octal314367335

Shades and tints

Shades of #CCF7DD

#CCF7DD
(204,247,221)
#BAE1C9
(186,225,201)
#A8CBB5
(168,203,181)
#96B5A1
(150,181,161)
#849F8D
(132,159,141)
#728979
(114,137,121)
#607365
(96,115,101)
#4E5D51
(78,93,81)
#3C473D
(60,71,61)
#2A3129
(42,49,41)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #CCF7DD

#CCF7DD
(204,247,221)
#D0F7E0
(208,247,224)
#D4F7E3
(212,247,227)
#D8F7E6
(216,247,230)
#DCF7E9
(220,247,233)
#E0F7EC
(224,247,236)
#E4F7EF
(228,247,239)
#E8F7F2
(232,247,242)
#ECF7F5
(236,247,245)
#F0F7F8
(240,247,248)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF7DD color. Also use rgb(204,247,221) instead hex code.

Text Font Color

.myTextColor { color: #CCF7DD; }

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

This text font color is #CCF7DD.


Background Color

.myBgColor { background-color: #CCF7DD; }

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

This div background color is #CCF7DD.


Border color

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

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

This div border color is #CCF7DD.


Opacity

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

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

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

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

This text has shadow with #CCF7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF7DD on black background.


Color preview on white background

This text has color #CCF7DD on white background.



Black color preview on #CCF7DD background

This text has black color on #CCF7DD background.


White color preview on #CCF7DD background

This text has white color on #CCF7DD background.