COLOR #CCE08E

HEX: #CCE08E
RGB: (204,224,142)

Color info

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

RGB color model

#CCE08E color RGB value is (204,224,142).

  • red value is 204;
  • green value is 224;
  • blue value is 142.
RGB:
(204,224,142)
(80%,88%,56%)

RGB channels and saturation

R 204 of 255 = 80%
G 224 of 255 = 88%
B 142 of 255 = 56%

204
224
142

R + G + B ~ 75%. #CCE08E is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 224 + 142 = 570 (100%)
R 204 of 570 ~ 35.79%
G 224 of 570 ~ 39.3%
B 142 of 570 ~ 24.91%

%35.79
%39.3
%24.91

CMYK color model

#CCE08E color CMYK value is (9,0,37,12).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 36.61%
  • key color value is 12.16%
CMYK:
(9,0,37,12)
C9M0Y37K12 
(9%,0%,37%,12%)
(0.09/0.00/0.37/0.12)	

CMYK percentages

%8.93
%0
%36.61
%12.16

Codes

Color #CCE08E in popluar color models

CCE08E
RGB204224142
HSL75°56.94%71.76%
HSB/HSV75°36.61%87.84%
CMYK8.93%0.00%36.61%
12.16%

Color #CCE08E in popluar number systems.

HEXCCE08E
Decimal204224142
Binary110011001110000010001110
Octal314340216

Shades and tints

Shades of #CCE08E

#CCE08E
(204,224,142)
#BACC82
(186,204,130)
#A8B876
(168,184,118)
#96A46A
(150,164,106)
#84905E
(132,144,94)
#727C52
(114,124,82)
#606846
(96,104,70)
#4E543A
(78,84,58)
#3C402E
(60,64,46)
#2A2C22
(42,44,34)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #CCE08E

#CCE08E
(204,224,142)
#D0E298
(208,226,152)
#D4E4A2
(212,228,162)
#D8E6AC
(216,230,172)
#DCE8B6
(220,232,182)
#E0EAC0
(224,234,192)
#E4ECCA
(228,236,202)
#E8EED4
(232,238,212)
#ECF0DE
(236,240,222)
#F0F2E8
(240,242,232)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE08E color. Also use rgb(204,224,142) instead hex code.

Text Font Color

.myTextColor { color: #CCE08E; }

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

This text font color is #CCE08E.


Background Color

.myBgColor { background-color: #CCE08E; }

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

This div background color is #CCE08E.


Border color

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

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

This div border color is #CCE08E.


Opacity

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

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

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

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

This text has shadow with #CCE08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE08E on black background.


Color preview on white background

This text has color #CCE08E on white background.



Black color preview on #CCE08E background

This text has black color on #CCE08E background.


White color preview on #CCE08E background

This text has white color on #CCE08E background.