COLOR #CCE99C

HEX: #CCE99C RGB: (204,233,156)

Color info

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

RGB color model

#CCE99C color RGB value is (204,233,156).

RGB: (204,233,156) (80%, 91%, 61%)

RGB channels and saturation

R 204 of 255 = 80%
G 233 of 255 = 91%
B 156 of 255 = 61%

204
233
156

R + G + B ~ 77%. #CCE99C is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 233 + 156 = 593 (100%)
R 204 of 593 ~ 34.4%
G 233 of 593 ~ 39.29%
B 156 of 593 ~ 26.31'%

%34.4
%39.29
%26.31

CMYK color model

#CCE99C color CMYK value is (12,0,33,9).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 8.63%
CMYK: (12,0,33,9) C12M0Y33K9 (12%,0%,33%,9%) (0.12/0.00/0.33/0.09) 

CMYK percentages

%12.45
%0
%33.05
%8.63

Codes

Color #CCE99C in popluar color models

CC E9 9C
RGB 204 233 156
HSL 83° 63.64% 76.27%
HSB/HSV 83° 33.05% 91.37%
CMYK 12.45% 0.00% 33.05%
8.63%

Color #CCE99C in popluar number systems.

HEX CC E9 9C
Decimal 204 233 156
Binary 11001100 11101001 10011100
Octal 314 351 234

Shades and tints

Shades of #CCE99C

#CCE99C
(204,233,156)
#BAD48E
(186,212,142)
#A8BF80
(168,191,128)
#96AA72
(150,170,114)
#849564
(132,149,100)
#728056
(114,128,86)
#606B48
(96,107,72)
#4E563A
(78,86,58)
#3C412C
(60,65,44)
#2A2C1E
(42,44,30)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #CCE99C

#CCE99C
(204,233,156)
#D0EBA5
(208,235,165)
#D4EDAE
(212,237,174)
#D8EFB7
(216,239,183)
#DCF1C0
(220,241,192)
#E0F3C9
(224,243,201)
#E4F5D2
(228,245,210)
#E8F7DB
(232,247,219)
#ECF9E4
(236,249,228)
#F0FBED
(240,251,237)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE99C; }

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

This text font color is #CCE99C.

Background Color

.myBgColor { background-color: #CCE99C; }

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

This div background color is #CCE99C.

Border color

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

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

This div border color is #CCE99C.

Opacity

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

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

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

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

This text has shadow with #CCE99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE99C.

Preview

Color preview on black background

This text has color #CCE99C on black background.


Color preview on white background

This text has color #CCE99C on white background.


Black color preview on #CCE99C background

This text has black color on #CCE99C background.


White color preview on #CCE99C background

This text has white color on #CCE99C background.


Related colors

Complementary color

Complementary color for #hex is #331663.


I love getcolorcode.com

Triadic colors

1 #9CCCE9 and #E99CCC with #CCE99C are triadic colors.

2 #9CE9CC and #E9CC9C with #CCE99C are triadic colors.