COLOR #CCF5C2

HEX: #CCF5C2
RGB: (204,245,194)

Color info

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

RGB color model

#CCF5C2 color RGB value is (204,245,194).

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

RGB channels and saturation

R 204 of 255 = 80%
G 245 of 255 = 96%
B 194 of 255 = 76%

204
245
194

R + G + B ~ 84%. #CCF5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 245 + 194 = 643 (100%)
R 204 of 643 ~ 31.73%
G 245 of 643 ~ 38.1%
B 194 of 643 ~ 30.17%

%31.73
%38.1
%30.17

CMYK color model

#CCF5C2 color CMYK value is (17,0,21,4).

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 20.82%
  • key color value is 3.92%
CMYK:
(17,0,21,4)
C17M0Y21K4 
(17%,0%,21%,4%)
(0.17/0.00/0.21/0.04)	

CMYK percentages

%16.73
%0
%20.82
%3.92

Codes

Color #CCF5C2 in popluar color models

CCF5C2
RGB204245194
HSL108°71.83%86.08%
HSB/HSV108°20.82%96.08%
CMYK16.73%0.00%20.82%
3.92%

Color #CCF5C2 in popluar number systems.

HEXCCF5C2
Decimal204245194
Binary110011001111010111000010
Octal314365302

Shades and tints

Shades of #CCF5C2

#CCF5C2
(204,245,194)
#BADFB1
(186,223,177)
#A8C9A0
(168,201,160)
#96B38F
(150,179,143)
#849D7E
(132,157,126)
#72876D
(114,135,109)
#60715C
(96,113,92)
#4E5B4B
(78,91,75)
#3C453A
(60,69,58)
#2A2F29
(42,47,41)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #CCF5C2

#CCF5C2
(204,245,194)
#D0F5C7
(208,245,199)
#D4F5CC
(212,245,204)
#D8F5D1
(216,245,209)
#DCF5D6
(220,245,214)
#E0F5DB
(224,245,219)
#E4F5E0
(228,245,224)
#E8F5E5
(232,245,229)
#ECF5EA
(236,245,234)
#F0F5EF
(240,245,239)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF5C2; }

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

This text font color is #CCF5C2.


Background Color

.myBgColor { background-color: #CCF5C2; }

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

This div background color is #CCF5C2.


Border color

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

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

This div border color is #CCF5C2.


Opacity

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

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

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

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

This text has shadow with #CCF5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF5C2 on black background.


Color preview on white background

This text has color #CCF5C2 on white background.



Black color preview on #CCF5C2 background

This text has black color on #CCF5C2 background.


White color preview on #CCF5C2 background

This text has white color on #CCF5C2 background.