COLOR #CCF8C9

HEX: #CCF8C9
RGB: (204,248,201)

Color info

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

RGB color model

#CCF8C9 color RGB value is (204,248,201).

  • red value is 204;
  • green value is 248;
  • blue value is 201.
RGB:
(204,248,201)
(80%,97%,79%)

RGB channels and saturation

R 204 of 255 = 80%
G 248 of 255 = 97%
B 201 of 255 = 79%

204
248
201

R + G + B ~ 85%. #CCF8C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 248 + 201 = 653 (100%)
R 204 of 653 ~ 31.24%
G 248 of 653 ~ 37.98%
B 201 of 653 ~ 30.78%

%31.24
%37.98
%30.78

CMYK color model

#CCF8C9 color CMYK value is (18,0,19,3).

  • cyan value is 17.74%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 2.75%
CMYK:
(18,0,19,3)
C18M0Y19K3 
(18%,0%,19%,3%)
(0.18/0.00/0.19/0.03)	

CMYK percentages

%17.74
%0
%18.95
%2.75

Codes

Color #CCF8C9 in popluar color models

CCF8C9
RGB204248201
HSL116°77.05%88.04%
HSB/HSV116°18.95%97.25%
CMYK17.74%0.00%18.95%
2.75%

Color #CCF8C9 in popluar number systems.

HEXCCF8C9
Decimal204248201
Binary110011001111100011001001
Octal314370311

Shades and tints

Shades of #CCF8C9

#CCF8C9
(204,248,201)
#BAE2B7
(186,226,183)
#A8CCA5
(168,204,165)
#96B693
(150,182,147)
#84A081
(132,160,129)
#728A6F
(114,138,111)
#60745D
(96,116,93)
#4E5E4B
(78,94,75)
#3C4839
(60,72,57)
#2A3227
(42,50,39)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #CCF8C9

#CCF8C9
(204,248,201)
#D0F8CD
(208,248,205)
#D4F8D1
(212,248,209)
#D8F8D5
(216,248,213)
#DCF8D9
(220,248,217)
#E0F8DD
(224,248,221)
#E4F8E1
(228,248,225)
#E8F8E5
(232,248,229)
#ECF8E9
(236,248,233)
#F0F8ED
(240,248,237)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF8C9 color. Also use rgb(204,248,201) instead hex code.

Text Font Color

.myTextColor { color: #CCF8C9; }

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

This text font color is #CCF8C9.


Background Color

.myBgColor { background-color: #CCF8C9; }

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

This div background color is #CCF8C9.


Border color

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

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

This div border color is #CCF8C9.


Opacity

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

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

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

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

This text has shadow with #CCF8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF8C9 on black background.


Color preview on white background

This text has color #CCF8C9 on white background.



Black color preview on #CCF8C9 background

This text has black color on #CCF8C9 background.


White color preview on #CCF8C9 background

This text has white color on #CCF8C9 background.