COLOR #CCEEA9

HEX: #CCEEA9
RGB: (204,238,169)

Color info

#CCEEA9 contains mainly red and green colors. Web safe color of #CCEEA9 is #CCFF99 (or #CF9).

RGB color model

#CCEEA9 color RGB value is (204,238,169).

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

RGB channels and saturation

R 204 of 255 = 80%
G 238 of 255 = 93%
B 169 of 255 = 66%

204
238
169

R + G + B ~ 80%. #CCEEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 238 + 169 = 611 (100%)
R 204 of 611 ~ 33.39%
G 238 of 611 ~ 38.95%
B 169 of 611 ~ 27.66%

%33.39
%38.95
%27.66

CMYK color model

#CCEEA9 color CMYK value is (14,0,29,7).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 6.67%
CMYK:
(14,0,29,7)
C14M0Y29K7 
(14%,0%,29%,7%)
(0.14/0.00/0.29/0.07)	

CMYK percentages

%14.29
%0
%28.99
%6.67

Codes

Color #CCEEA9 in popluar color models

CCEEA9
RGB204238169
HSL90°66.99%79.80%
HSB/HSV90°28.99%93.33%
CMYK14.29%0.00%28.99%
6.67%

Color #CCEEA9 in popluar number systems.

HEXCCEEA9
Decimal204238169
Binary110011001110111010101001
Octal314356251

Shades and tints

Shades of #CCEEA9

#CCEEA9
(204,238,169)
#BAD99A
(186,217,154)
#A8C48B
(168,196,139)
#96AF7C
(150,175,124)
#849A6D
(132,154,109)
#72855E
(114,133,94)
#60704F
(96,112,79)
#4E5B40
(78,91,64)
#3C4631
(60,70,49)
#2A3122
(42,49,34)
#181C13
(24,28,19)
#000000
(0,0,0)

Tints of #CCEEA9

#CCEEA9
(204,238,169)
#D0EFB0
(208,239,176)
#D4F0B7
(212,240,183)
#D8F1BE
(216,241,190)
#DCF2C5
(220,242,197)
#E0F3CC
(224,243,204)
#E4F4D3
(228,244,211)
#E8F5DA
(232,245,218)
#ECF6E1
(236,246,225)
#F0F7E8
(240,247,232)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEEA9; }

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

This text font color is #CCEEA9.


Background Color

.myBgColor { background-color: #CCEEA9; }

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

This div background color is #CCEEA9.


Border color

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

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

This div border color is #CCEEA9.


Opacity

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

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

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

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

This text has shadow with #CCEEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEEA9 on black background.


Color preview on white background

This text has color #CCEEA9 on white background.



Black color preview on #CCEEA9 background

This text has black color on #CCEEA9 background.


White color preview on #CCEEA9 background

This text has white color on #CCEEA9 background.