COLOR #CCE1A1

HEX: #CCE1A1
RGB: (204,225,161)

Color info

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

RGB color model

#CCE1A1 color RGB value is (204,225,161).

  • red value is 204;
  • green value is 225;
  • blue value is 161.
RGB:
(204,225,161)
(80%,88%,63%)

RGB channels and saturation

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

204
225
161

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

Portions of RGB colors in percentages

R + G + B =
204 + 225 + 161 = 590 (100%)
R 204 of 590 ~ 34.58%
G 225 of 590 ~ 38.14%
B 161 of 590 ~ 27.29%

%34.58
%38.14
%27.29

CMYK color model

#CCE1A1 color CMYK value is (9,0,28,12).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 11.76%
CMYK:
(9,0,28,12)
C9M0Y28K12 
(9%,0%,28%,12%)
(0.09/0.00/0.28/0.12)	

CMYK percentages

%9.33
%0
%28.44
%11.76

Codes

Color #CCE1A1 in popluar color models

CCE1A1
RGB204225161
HSL80°51.61%75.69%
HSB/HSV80°28.44%88.24%
CMYK9.33%0.00%28.44%
11.76%

Color #CCE1A1 in popluar number systems.

HEXCCE1A1
Decimal204225161
Binary110011001110000110100001
Octal314341241

Shades and tints

Shades of #CCE1A1

#CCE1A1
(204,225,161)
#BACD93
(186,205,147)
#A8B985
(168,185,133)
#96A577
(150,165,119)
#849169
(132,145,105)
#727D5B
(114,125,91)
#60694D
(96,105,77)
#4E553F
(78,85,63)
#3C4131
(60,65,49)
#2A2D23
(42,45,35)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #CCE1A1

#CCE1A1
(204,225,161)
#D0E3A9
(208,227,169)
#D4E5B1
(212,229,177)
#D8E7B9
(216,231,185)
#DCE9C1
(220,233,193)
#E0EBC9
(224,235,201)
#E4EDD1
(228,237,209)
#E8EFD9
(232,239,217)
#ECF1E1
(236,241,225)
#F0F3E9
(240,243,233)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE1A1; }

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

This text font color is #CCE1A1.


Background Color

.myBgColor { background-color: #CCE1A1; }

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

This div background color is #CCE1A1.


Border color

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

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

This div border color is #CCE1A1.


Opacity

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

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

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

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

This text has shadow with #CCE1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE1A1 on black background.


Color preview on white background

This text has color #CCE1A1 on white background.



Black color preview on #CCE1A1 background

This text has black color on #CCE1A1 background.


White color preview on #CCE1A1 background

This text has white color on #CCE1A1 background.