COLOR #CCF49C

HEX: #CCF49C
RGB: (204,244,156)

Color info

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

RGB color model

#CCF49C color RGB value is (204,244,156).

  • red value is 204;
  • green value is 244;
  • blue value is 156.
RGB:
(204,244,156)
(80%,96%,61%)

RGB channels and saturation

R 204 of 255 = 80%
G 244 of 255 = 96%
B 156 of 255 = 61%

204
244
156

R + G + B ~ 79%. #CCF49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 244 + 156 = 604 (100%)
R 204 of 604 ~ 33.77%
G 244 of 604 ~ 40.4%
B 156 of 604 ~ 25.83%

%33.77
%40.4
%25.83

CMYK color model

#CCF49C color CMYK value is (16,0,36,4).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 4.31%
CMYK:
(16,0,36,4)
C16M0Y36K4 
(16%,0%,36%,4%)
(0.16/0.00/0.36/0.04)	

CMYK percentages

%16.39
%0
%36.07
%4.31

Codes

Color #CCF49C in popluar color models

CCF49C
RGB204244156
HSL87°80.00%78.43%
HSB/HSV87°36.07%95.69%
CMYK16.39%0.00%36.07%
4.31%

Color #CCF49C in popluar number systems.

HEXCCF49C
Decimal204244156
Binary110011001111010010011100
Octal314364234

Shades and tints

Shades of #CCF49C

#CCF49C
(204,244,156)
#BADE8E
(186,222,142)
#A8C880
(168,200,128)
#96B272
(150,178,114)
#849C64
(132,156,100)
#728656
(114,134,86)
#607048
(96,112,72)
#4E5A3A
(78,90,58)
#3C442C
(60,68,44)
#2A2E1E
(42,46,30)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #CCF49C

#CCF49C
(204,244,156)
#D0F5A5
(208,245,165)
#D4F6AE
(212,246,174)
#D8F7B7
(216,247,183)
#DCF8C0
(220,248,192)
#E0F9C9
(224,249,201)
#E4FAD2
(228,250,210)
#E8FBDB
(232,251,219)
#ECFCE4
(236,252,228)
#F0FDED
(240,253,237)
#F4FEF6
(244,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF49C color. Also use rgb(204,244,156) instead hex code.

Text Font Color

.myTextColor { color: #CCF49C; }

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

This text font color is #CCF49C.


Background Color

.myBgColor { background-color: #CCF49C; }

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

This div background color is #CCF49C.


Border color

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

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

This div border color is #CCF49C.


Opacity

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

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

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

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

This text has shadow with #CCF49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF49C on black background.


Color preview on white background

This text has color #CCF49C on white background.



Black color preview on #CCF49C background

This text has black color on #CCF49C background.


White color preview on #CCF49C background

This text has white color on #CCF49C background.