COLOR #CCF5D2

HEX: #CCF5D2
RGB: (204,245,210)

Color info

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

RGB color model

#CCF5D2 color RGB value is (204,245,210).

  • red value is 204;
  • green value is 245;
  • blue value is 210.
RGB:
(204,245,210)
(80%,96%,82%)

RGB channels and saturation

R 204 of 255 = 80%
G 245 of 255 = 96%
B 210 of 255 = 82%

204
245
210

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

Portions of RGB colors in percentages

R + G + B =
204 + 245 + 210 = 659 (100%)
R 204 of 659 ~ 30.96%
G 245 of 659 ~ 37.18%
B 210 of 659 ~ 31.87%

%30.96
%37.18
%31.87

CMYK color model

#CCF5D2 color CMYK value is (17,0,14,4).

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 3.92%
CMYK:
(17,0,14,4)
C17M0Y14K4 
(17%,0%,14%,4%)
(0.17/0.00/0.14/0.04)	

CMYK percentages

%16.73
%0
%14.29
%3.92

Codes

Color #CCF5D2 in popluar color models

CCF5D2
RGB204245210
HSL129°67.21%88.04%
HSB/HSV129°16.73%96.08%
CMYK16.73%0.00%14.29%
3.92%

Color #CCF5D2 in popluar number systems.

HEXCCF5D2
Decimal204245210
Binary110011001111010111010010
Octal314365322

Shades and tints

Shades of #CCF5D2

#CCF5D2
(204,245,210)
#BADFBF
(186,223,191)
#A8C9AC
(168,201,172)
#96B399
(150,179,153)
#849D86
(132,157,134)
#728773
(114,135,115)
#607160
(96,113,96)
#4E5B4D
(78,91,77)
#3C453A
(60,69,58)
#2A2F27
(42,47,39)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #CCF5D2

#CCF5D2
(204,245,210)
#D0F5D6
(208,245,214)
#D4F5DA
(212,245,218)
#D8F5DE
(216,245,222)
#DCF5E2
(220,245,226)
#E0F5E6
(224,245,230)
#E4F5EA
(228,245,234)
#E8F5EE
(232,245,238)
#ECF5F2
(236,245,242)
#F0F5F6
(240,245,246)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF5D2; }

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

This text font color is #CCF5D2.


Background Color

.myBgColor { background-color: #CCF5D2; }

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

This div background color is #CCF5D2.


Border color

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

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

This div border color is #CCF5D2.


Opacity

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

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

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

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

This text has shadow with #CCF5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF5D2 on black background.


Color preview on white background

This text has color #CCF5D2 on white background.



Black color preview on #CCF5D2 background

This text has black color on #CCF5D2 background.


White color preview on #CCF5D2 background

This text has white color on #CCF5D2 background.