COLOR #CCF2A4

HEX: #CCF2A4
RGB: (204,242,164)

Color info

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

RGB color model

#CCF2A4 color RGB value is (204,242,164).

  • red value is 204;
  • green value is 242;
  • blue value is 164.
RGB:
(204,242,164)
(80%,95%,64%)

RGB channels and saturation

R 204 of 255 = 80%
G 242 of 255 = 95%
B 164 of 255 = 64%

204
242
164

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

Portions of RGB colors in percentages

R + G + B =
204 + 242 + 164 = 610 (100%)
R 204 of 610 ~ 33.44%
G 242 of 610 ~ 39.67%
B 164 of 610 ~ 26.89%

%33.44
%39.67
%26.89

CMYK color model

#CCF2A4 color CMYK value is (16,0,32,5).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 32.23%
  • key color value is 5.10%
CMYK:
(16,0,32,5)
C16M0Y32K5 
(16%,0%,32%,5%)
(0.16/0.00/0.32/0.05)	

CMYK percentages

%15.7
%0
%32.23
%5.1

Codes

Color #CCF2A4 in popluar color models

CCF2A4
RGB204242164
HSL89°75.00%79.61%
HSB/HSV89°32.23%94.90%
CMYK15.70%0.00%32.23%
5.10%

Color #CCF2A4 in popluar number systems.

HEXCCF2A4
Decimal204242164
Binary110011001111001010100100
Octal314362244

Shades and tints

Shades of #CCF2A4

#CCF2A4
(204,242,164)
#BADC96
(186,220,150)
#A8C688
(168,198,136)
#96B07A
(150,176,122)
#849A6C
(132,154,108)
#72845E
(114,132,94)
#606E50
(96,110,80)
#4E5842
(78,88,66)
#3C4234
(60,66,52)
#2A2C26
(42,44,38)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #CCF2A4

#CCF2A4
(204,242,164)
#D0F3AC
(208,243,172)
#D4F4B4
(212,244,180)
#D8F5BC
(216,245,188)
#DCF6C4
(220,246,196)
#E0F7CC
(224,247,204)
#E4F8D4
(228,248,212)
#E8F9DC
(232,249,220)
#ECFAE4
(236,250,228)
#F0FBEC
(240,251,236)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF2A4 color. Also use rgb(204,242,164) instead hex code.

Text Font Color

.myTextColor { color: #CCF2A4; }

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

This text font color is #CCF2A4.


Background Color

.myBgColor { background-color: #CCF2A4; }

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

This div background color is #CCF2A4.


Border color

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

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

This div border color is #CCF2A4.


Opacity

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

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

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

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

This text has shadow with #CCF2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF2A4 on black background.


Color preview on white background

This text has color #CCF2A4 on white background.



Black color preview on #CCF2A4 background

This text has black color on #CCF2A4 background.


White color preview on #CCF2A4 background

This text has white color on #CCF2A4 background.