COLOR #CCE1A0

HEX: #CCE1A0 RGB: (204,225,160)

Color info

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

RGB color model

#CCE1A0 color RGB value is (204,225,160).

RGB: (204,225,160) (80%, 88%, 63%)

RGB channels and saturation

R 204 of 255 = 80%
G 225 of 255 = 88%
B 160 of 255 = 63%

204
225
160

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

Portions of RGB colors in percentages

R + G + B = 204 + 225 + 160 = 589 (100%)
R 204 of 589 ~ 34.63%
G 225 of 589 ~ 38.2%
B 160 of 589 ~ 27.16'%

%34.63
%38.2
%27.16

CMYK color model

#CCE1A0 color CMYK value is (9,0,29,12).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 11.76%
CMYK: (9,0,29,12) C9M0Y29K12 (9%,0%,29%,12%) (0.09/0.00/0.29/0.12) 

CMYK percentages

%9.33
%0
%28.89
%11.76

Codes

Color #CCE1A0 in popluar color models

CC E1 A0
RGB 204 225 160
HSL 79° 52.00% 75.49%
HSB/HSV 79° 28.89% 88.24%
CMYK 9.33% 0.00% 28.89%
11.76%

Color #CCE1A0 in popluar number systems.

HEX CC E1 A0
Decimal 204 225 160
Binary 11001100 11100001 10100000
Octal 314 341 240

Shades and tints

Shades of #CCE1A0

#CCE1A0
(204,225,160)
#BACD92
(186,205,146)
#A8B984
(168,185,132)
#96A576
(150,165,118)
#849168
(132,145,104)
#727D5A
(114,125,90)
#60694C
(96,105,76)
#4E553E
(78,85,62)
#3C4130
(60,65,48)
#2A2D22
(42,45,34)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #CCE1A0

#CCE1A0
(204,225,160)
#D0E3A8
(208,227,168)
#D4E5B0
(212,229,176)
#D8E7B8
(216,231,184)
#DCE9C0
(220,233,192)
#E0EBC8
(224,235,200)
#E4EDD0
(228,237,208)
#E8EFD8
(232,239,216)
#ECF1E0
(236,241,224)
#F0F3E8
(240,243,232)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE1A0 color. Also use rgb(204,225,160) instead hex code.

Text Font Color

.myTextColor { color: #CCE1A0; }

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

This text font color is #CCE1A0.

Background Color

.myBgColor { background-color: #CCE1A0; }

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

This div background color is #CCE1A0.

Border color

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

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

This div border color is #CCE1A0.

Opacity

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

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

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

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

This text has shadow with #CCE1A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE1A0.

Preview

Color preview on black background

This text has color #CCE1A0 on black background.


Color preview on white background

This text has color #CCE1A0 on white background.


Black color preview on #CCE1A0 background

This text has black color on #CCE1A0 background.


White color preview on #CCE1A0 background

This text has white color on #CCE1A0 background.


Related colors

Complementary color

Complementary color for #hex is #331E5F.


I love getcolorcode.com

Triadic colors

1 #A0CCE1 and #E1A0CC with #CCE1A0 are triadic colors.

2 #A0E1CC and #E1CCA0 with #CCE1A0 are triadic colors.