COLOR #CCFA9C

HEX: #CCFA9C
RGB: (204,250,156)

Color info

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

RGB color model

#CCFA9C color RGB value is (204,250,156).

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

RGB channels and saturation

R 204 of 255 = 80%
G 250 of 255 = 98%
B 156 of 255 = 61%

204
250
156

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

Portions of RGB colors in percentages

R + G + B =
204 + 250 + 156 = 610 (100%)
R 204 of 610 ~ 33.44%
G 250 of 610 ~ 40.98%
B 156 of 610 ~ 25.57%

%33.44
%40.98
%25.57

CMYK color model

#CCFA9C color CMYK value is (18,0,38,2).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 37.60%
  • key color value is 1.96%
CMYK:
(18,0,38,2)
C18M0Y38K2 
(18%,0%,38%,2%)
(0.18/0.00/0.38/0.02)	

CMYK percentages

%18.4
%0
%37.6
%1.96

Codes

Color #CCFA9C in popluar color models

CCFA9C
RGB204250156
HSL89°90.38%79.61%
HSB/HSV89°37.60%98.04%
CMYK18.40%0.00%37.60%
1.96%

Color #CCFA9C in popluar number systems.

HEXCCFA9C
Decimal204250156
Binary110011001111101010011100
Octal314372234

Shades and tints

Shades of #CCFA9C

#CCFA9C
(204,250,156)
#BAE48E
(186,228,142)
#A8CE80
(168,206,128)
#96B872
(150,184,114)
#84A264
(132,162,100)
#728C56
(114,140,86)
#607648
(96,118,72)
#4E603A
(78,96,58)
#3C4A2C
(60,74,44)
#2A341E
(42,52,30)
#181E10
(24,30,16)
#000000
(0,0,0)

Tints of #CCFA9C

#CCFA9C
(204,250,156)
#D0FAA5
(208,250,165)
#D4FAAE
(212,250,174)
#D8FAB7
(216,250,183)
#DCFAC0
(220,250,192)
#E0FAC9
(224,250,201)
#E4FAD2
(228,250,210)
#E8FADB
(232,250,219)
#ECFAE4
(236,250,228)
#F0FAED
(240,250,237)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFA9C; }

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

This text font color is #CCFA9C.


Background Color

.myBgColor { background-color: #CCFA9C; }

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

This div background color is #CCFA9C.


Border color

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

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

This div border color is #CCFA9C.


Opacity

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

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

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

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

This text has shadow with #CCFA9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFA9C on black background.


Color preview on white background

This text has color #CCFA9C on white background.



Black color preview on #CCFA9C background

This text has black color on #CCFA9C background.


White color preview on #CCFA9C background

This text has white color on #CCFA9C background.