COLOR #CCE49E

HEX: #CCE49E RGB: (204,228,158)

Color info

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

RGB color model

#CCE49E color RGB value is (204,228,158).

RGB: (204,228,158) (80%, 89%, 62%)

RGB channels and saturation

R 204 of 255 = 80%
G 228 of 255 = 89%
B 158 of 255 = 62%

204
228
158

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

Portions of RGB colors in percentages

R + G + B = 204 + 228 + 158 = 590 (100%)
R 204 of 590 ~ 34.58%
G 228 of 590 ~ 38.64%
B 158 of 590 ~ 26.78'%

%34.58
%38.64
%26.78

CMYK color model

#CCE49E color CMYK value is (11,0,31,11).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 10.59%

CMYK: (11,0,31,11)
C11M0Y31K11 (11%, 0%, 31%, 11%)
(0.11 / 0.00 / 0.31 / 0.11)

CMYK percentages

%10.53
%0
%30.7
%10.59

Codes

Color #CCE49E in popluar color models

CC E4 9E
RGB 204 228 158
HSL 81° 56.45% 75.69%
HSB/HSV 81° 30.70% 89.41%
CMYK 10.53% 0.00% 30.70%
10.59%

Color #CCE49E in popluar number systems.

HEX CC E4 9E
Decimal 204 228 158
Binary 11001100 11100100 10011110
Octal 314 344 236

Shades and tints

Shades of #CCE49E

#CCE49E
(204,228,158)
#BAD090
(186,208,144)
#A8BC82
(168,188,130)
#96A874
(150,168,116)
#849466
(132,148,102)
#728058
(114,128,88)
#606C4A
(96,108,74)
#4E583C
(78,88,60)
#3C442E
(60,68,46)
#2A3020
(42,48,32)
#181C12
(24,28,18)
#000000
(0,0,0)

Tints of #CCE49E

#CCE49E
(204,228,158)
#D0E6A6
(208,230,166)
#D4E8AE
(212,232,174)
#D8EAB6
(216,234,182)
#DCECBE
(220,236,190)
#E0EEC6
(224,238,198)
#E4F0CE
(228,240,206)
#E8F2D6
(232,242,214)
#ECF4DE
(236,244,222)
#F0F6E6
(240,246,230)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE49E color. Also use rgb(204,228,158) instead hex code.

Text Font Color

.myTextColor { color: #CCE49E; }

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

This text font color is #CCE49E.

Background Color

.myBgColor { background-color: #CCE49E; }

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

This div background color is #CCE49E.

Border color

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

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

This div border color is #CCE49E.

Opacity

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

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

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

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

This text has shadow with #CCE49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE49E.

Preview

Color preview on black background

This text has color #CCE49E on black background.


Color preview on white background

This text has color #CCE49E on white background.


Black color preview on #CCE49E background

This text has black color on #CCE49E background.


White color preview on #CCE49E background

This text has white color on #CCE49E background.


Related colors

Complementary color

Complementary color for #hex is #331B61.


I love getcolorcode.com

Triadic colors

1 #9ECCE4 and #E49ECC with #CCE49E are triadic colors.

2 #9EE4CC and #E4CC9E with #CCE49E are triadic colors.