COLOR #CCEF9C

HEX: #CCEF9C
RGB: (204,239,156)

Color info

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

RGB color model

#CCEF9C color RGB value is (204,239,156).

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

RGB channels and saturation

R 204 of 255 = 80%
G 239 of 255 = 94%
B 156 of 255 = 61%

204
239
156

R + G + B ~ 78%. #CCEF9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 239 + 156 = 599 (100%)
R 204 of 599 ~ 34.06%
G 239 of 599 ~ 39.9%
B 156 of 599 ~ 26.04%

%34.06
%39.9
%26.04

CMYK color model

#CCEF9C color CMYK value is (15,0,35,6).

  • cyan value is 14.64%
  • magenta value is 0.00%
  • yellow value is 34.73%
  • key color value is 6.27%
CMYK:
(15,0,35,6)
C15M0Y35K6 
(15%,0%,35%,6%)
(0.15/0.00/0.35/0.06)	

CMYK percentages

%14.64
%0
%34.73
%6.27

Codes

Color #CCEF9C in popluar color models

CCEF9C
RGB204239156
HSL85°72.17%77.45%
HSB/HSV85°34.73%93.73%
CMYK14.64%0.00%34.73%
6.27%

Color #CCEF9C in popluar number systems.

HEXCCEF9C
Decimal204239156
Binary110011001110111110011100
Octal314357234

Shades and tints

Shades of #CCEF9C

#CCEF9C
(204,239,156)
#BADA8E
(186,218,142)
#A8C580
(168,197,128)
#96B072
(150,176,114)
#849B64
(132,155,100)
#728656
(114,134,86)
#607148
(96,113,72)
#4E5C3A
(78,92,58)
#3C472C
(60,71,44)
#2A321E
(42,50,30)
#181D10
(24,29,16)
#000000
(0,0,0)

Tints of #CCEF9C

#CCEF9C
(204,239,156)
#D0F0A5
(208,240,165)
#D4F1AE
(212,241,174)
#D8F2B7
(216,242,183)
#DCF3C0
(220,243,192)
#E0F4C9
(224,244,201)
#E4F5D2
(228,245,210)
#E8F6DB
(232,246,219)
#ECF7E4
(236,247,228)
#F0F8ED
(240,248,237)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEF9C; }

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

This text font color is #CCEF9C.


Background Color

.myBgColor { background-color: #CCEF9C; }

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

This div background color is #CCEF9C.


Border color

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

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

This div border color is #CCEF9C.


Opacity

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

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

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

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

This text has shadow with #CCEF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEF9C on black background.


Color preview on white background

This text has color #CCEF9C on white background.



Black color preview on #CCEF9C background

This text has black color on #CCEF9C background.


White color preview on #CCEF9C background

This text has white color on #CCEF9C background.