COLOR #CCF5A2

HEX: #CCF5A2
RGB: (204,245,162)

Color info

#CCF5A2 contains mainly red and green colors. Web safe color of #CCF5A2 is #CCFF99 (or #CF9).

RGB color model

#CCF5A2 color RGB value is (204,245,162).

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

RGB channels and saturation

R 204 of 255 = 80%
G 245 of 255 = 96%
B 162 of 255 = 64%

204
245
162

R + G + B ~ 80%. #CCF5A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 245 + 162 = 611 (100%)
R 204 of 611 ~ 33.39%
G 245 of 611 ~ 40.1%
B 162 of 611 ~ 26.51%

%33.39
%40.1
%26.51

CMYK color model

#CCF5A2 color CMYK value is (17,0,34,4).

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 33.88%
  • key color value is 3.92%
CMYK:
(17,0,34,4)
C17M0Y34K4 
(17%,0%,34%,4%)
(0.17/0.00/0.34/0.04)	

CMYK percentages

%16.73
%0
%33.88
%3.92

Codes

Color #CCF5A2 in popluar color models

CCF5A2
RGB204245162
HSL90°80.58%79.80%
HSB/HSV90°33.88%96.08%
CMYK16.73%0.00%33.88%
3.92%

Color #CCF5A2 in popluar number systems.

HEXCCF5A2
Decimal204245162
Binary110011001111010110100010
Octal314365242

Shades and tints

Shades of #CCF5A2

#CCF5A2
(204,245,162)
#BADF94
(186,223,148)
#A8C986
(168,201,134)
#96B378
(150,179,120)
#849D6A
(132,157,106)
#72875C
(114,135,92)
#60714E
(96,113,78)
#4E5B40
(78,91,64)
#3C4532
(60,69,50)
#2A2F24
(42,47,36)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #CCF5A2

#CCF5A2
(204,245,162)
#D0F5AA
(208,245,170)
#D4F5B2
(212,245,178)
#D8F5BA
(216,245,186)
#DCF5C2
(220,245,194)
#E0F5CA
(224,245,202)
#E4F5D2
(228,245,210)
#E8F5DA
(232,245,218)
#ECF5E2
(236,245,226)
#F0F5EA
(240,245,234)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF5A2; }

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

This text font color is #CCF5A2.


Background Color

.myBgColor { background-color: #CCF5A2; }

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

This div background color is #CCF5A2.


Border color

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

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

This div border color is #CCF5A2.


Opacity

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

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

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

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

This text has shadow with #CCF5A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF5A2 on black background.


Color preview on white background

This text has color #CCF5A2 on white background.



Black color preview on #CCF5A2 background

This text has black color on #CCF5A2 background.


White color preview on #CCF5A2 background

This text has white color on #CCF5A2 background.