COLOR #CCE5A9

HEX: #CCE5A9
RGB: (204,229,169)

Color info

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

RGB color model

#CCE5A9 color RGB value is (204,229,169).

  • red value is 204;
  • green value is 229;
  • blue value is 169.
RGB:
(204,229,169)
(80%,90%,66%)

RGB channels and saturation

R 204 of 255 = 80%
G 229 of 255 = 90%
B 169 of 255 = 66%

204
229
169

R + G + B ~ 79%. #CCE5A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 229 + 169 = 602 (100%)
R 204 of 602 ~ 33.89%
G 229 of 602 ~ 38.04%
B 169 of 602 ~ 28.07%

%33.89
%38.04
%28.07

CMYK color model

#CCE5A9 color CMYK value is (11,0,26,10).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 26.20%
  • key color value is 10.20%
CMYK:
(11,0,26,10)
C11M0Y26K10 
(11%,0%,26%,10%)
(0.11/0.00/0.26/0.10)	

CMYK percentages

%10.92
%0
%26.2
%10.2

Codes

Color #CCE5A9 in popluar color models

CCE5A9
RGB204229169
HSL85°53.57%78.04%
HSB/HSV85°26.20%89.80%
CMYK10.92%0.00%26.20%
10.20%

Color #CCE5A9 in popluar number systems.

HEXCCE5A9
Decimal204229169
Binary110011001110010110101001
Octal314345251

Shades and tints

Shades of #CCE5A9

#CCE5A9
(204,229,169)
#BAD19A
(186,209,154)
#A8BD8B
(168,189,139)
#96A97C
(150,169,124)
#84956D
(132,149,109)
#72815E
(114,129,94)
#606D4F
(96,109,79)
#4E5940
(78,89,64)
#3C4531
(60,69,49)
#2A3122
(42,49,34)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #CCE5A9

#CCE5A9
(204,229,169)
#D0E7B0
(208,231,176)
#D4E9B7
(212,233,183)
#D8EBBE
(216,235,190)
#DCEDC5
(220,237,197)
#E0EFCC
(224,239,204)
#E4F1D3
(228,241,211)
#E8F3DA
(232,243,218)
#ECF5E1
(236,245,225)
#F0F7E8
(240,247,232)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE5A9 color. Also use rgb(204,229,169) instead hex code.

Text Font Color

.myTextColor { color: #CCE5A9; }

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

This text font color is #CCE5A9.


Background Color

.myBgColor { background-color: #CCE5A9; }

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

This div background color is #CCE5A9.


Border color

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

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

This div border color is #CCE5A9.


Opacity

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

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

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

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

This text has shadow with #CCE5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE5A9 on black background.


Color preview on white background

This text has color #CCE5A9 on white background.



Black color preview on #CCE5A9 background

This text has black color on #CCE5A9 background.


White color preview on #CCE5A9 background

This text has white color on #CCE5A9 background.