COLOR #CCE09D

HEX: #CCE09D RGB: (204,224,157)

Color info

#CCE09D contains mainly red and green colors. Web safe color of #CCE09D is #CCCC99 (or #CC9).

RGB color model

#CCE09D color RGB value is (204,224,157).

RGB: (204,224,157) (80%, 88%, 62%)

RGB channels and saturation

R 204 of 255 = 80%
G 224 of 255 = 88%
B 157 of 255 = 62%

204
224
157

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

Portions of RGB colors in percentages

R + G + B = 204 + 224 + 157 = 585 (100%)
R 204 of 585 ~ 34.87%
G 224 of 585 ~ 38.29%
B 157 of 585 ~ 26.84'%

%34.87
%38.29
%26.84

CMYK color model

#CCE09D color CMYK value is (9,0,30,12).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 12.16%

CMYK: (9,0,30,12)
C9M0Y30K12 (9%, 0%, 30%, 12%)
(0.09 / 0.00 / 0.30 / 0.12)

CMYK percentages

%8.93
%0
%29.91
%12.16

Codes

Color #CCE09D in popluar color models

CC E0 9D
RGB 204 224 157
HSL 78° 51.94% 74.71%
HSB/HSV 78° 29.91% 87.84%
CMYK 8.93% 0.00% 29.91%
12.16%

Color #CCE09D in popluar number systems.

HEX CC E0 9D
Decimal 204 224 157
Binary 11001100 11100000 10011101
Octal 314 340 235

Shades and tints

Shades of #CCE09D

#CCE09D
(204,224,157)
#BACC8F
(186,204,143)
#A8B881
(168,184,129)
#96A473
(150,164,115)
#849065
(132,144,101)
#727C57
(114,124,87)
#606849
(96,104,73)
#4E543B
(78,84,59)
#3C402D
(60,64,45)
#2A2C1F
(42,44,31)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #CCE09D

#CCE09D
(204,224,157)
#D0E2A5
(208,226,165)
#D4E4AD
(212,228,173)
#D8E6B5
(216,230,181)
#DCE8BD
(220,232,189)
#E0EAC5
(224,234,197)
#E4ECCD
(228,236,205)
#E8EED5
(232,238,213)
#ECF0DD
(236,240,221)
#F0F2E5
(240,242,229)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE09D color. Also use rgb(204,224,157) instead hex code.

Text Font Color

.myTextColor { color: #CCE09D; }

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

This text font color is #CCE09D.

Background Color

.myBgColor { background-color: #CCE09D; }

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

This div background color is #CCE09D.

Border color

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

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

This div border color is #CCE09D.

Opacity

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

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

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

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

This text has shadow with #CCE09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE09D.

Preview

Color preview on black background

This text has color #CCE09D on black background.


Color preview on white background

This text has color #CCE09D on white background.


Black color preview on #CCE09D background

This text has black color on #CCE09D background.


White color preview on #CCE09D background

This text has white color on #CCE09D background.


Related colors

Complementary color

Complementary color for #hex is #331F62.


I love getcolorcode.com

Triadic colors

1 #9DCCE0 and #E09DCC with #CCE09D are triadic colors.

2 #9DE0CC and #E0CC9D with #CCE09D are triadic colors.