COLOR #CCE38C

HEX: #CCE38C
RGB: (204,227,140)

Color info

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

RGB color model

#CCE38C color RGB value is (204,227,140).

  • red value is 204;
  • green value is 227;
  • blue value is 140.
RGB:
(204,227,140)
(80%,89%,55%)

RGB channels and saturation

R 204 of 255 = 80%
G 227 of 255 = 89%
B 140 of 255 = 55%

204
227
140

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

Portions of RGB colors in percentages

R + G + B =
204 + 227 + 140 = 571 (100%)
R 204 of 571 ~ 35.73%
G 227 of 571 ~ 39.75%
B 140 of 571 ~ 24.52%

%35.73
%39.75
%24.52

CMYK color model

#CCE38C color CMYK value is (10,0,38,11).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 10.98%
CMYK:
(10,0,38,11)
C10M0Y38K11 
(10%,0%,38%,11%)
(0.10/0.00/0.38/0.11)	

CMYK percentages

%10.13
%0
%38.33
%10.98

Codes

Color #CCE38C in popluar color models

CCE38C
RGB204227140
HSL76°60.84%71.96%
HSB/HSV76°38.33%89.02%
CMYK10.13%0.00%38.33%
10.98%

Color #CCE38C in popluar number systems.

HEXCCE38C
Decimal204227140
Binary110011001110001110001100
Octal314343214

Shades and tints

Shades of #CCE38C

#CCE38C
(204,227,140)
#BACF80
(186,207,128)
#A8BB74
(168,187,116)
#96A768
(150,167,104)
#84935C
(132,147,92)
#727F50
(114,127,80)
#606B44
(96,107,68)
#4E5738
(78,87,56)
#3C432C
(60,67,44)
#2A2F20
(42,47,32)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #CCE38C

#CCE38C
(204,227,140)
#D0E596
(208,229,150)
#D4E7A0
(212,231,160)
#D8E9AA
(216,233,170)
#DCEBB4
(220,235,180)
#E0EDBE
(224,237,190)
#E4EFC8
(228,239,200)
#E8F1D2
(232,241,210)
#ECF3DC
(236,243,220)
#F0F5E6
(240,245,230)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE38C color. Also use rgb(204,227,140) instead hex code.

Text Font Color

.myTextColor { color: #CCE38C; }

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

This text font color is #CCE38C.


Background Color

.myBgColor { background-color: #CCE38C; }

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

This div background color is #CCE38C.


Border color

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

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

This div border color is #CCE38C.


Opacity

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

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

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

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

This text has shadow with #CCE38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE38C on black background.


Color preview on white background

This text has color #CCE38C on white background.



Black color preview on #CCE38C background

This text has black color on #CCE38C background.


White color preview on #CCE38C background

This text has white color on #CCE38C background.