COLOR #CCD39E

HEX: #CCD39E
RGB: (204,211,158)

Color info

#CCD39E contains red, green and blue colors in about the same proportion. Web safe color of #CCD39E is #CCCC99 (or #CC9).

RGB color model

#CCD39E color RGB value is (204,211,158).

  • red value is 204;
  • green value is 211;
  • blue value is 158.
RGB:
(204,211,158)
(80%,83%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 211 of 255 = 83%
B 158 of 255 = 62%

204
211
158

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

Portions of RGB colors in percentages

R + G + B =
204 + 211 + 158 = 573 (100%)
R 204 of 573 ~ 35.6%
G 211 of 573 ~ 36.82%
B 158 of 573 ~ 27.57%

%35.6
%36.82
%27.57

CMYK color model

#CCD39E color CMYK value is (3,0,25,17).

  • cyan value is 3.32%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 17.25%
CMYK:
(3,0,25,17)
C3M0Y25K17 
(3%,0%,25%,17%)
(0.03/0.00/0.25/0.17)	

CMYK percentages

%3.32
%0
%25.12
%17.25

Codes

Color #CCD39E in popluar color models

CCD39E
RGB204211158
HSL68°37.59%72.35%
HSB/HSV68°25.12%82.75%
CMYK3.32%0.00%25.12%
17.25%

Color #CCD39E in popluar number systems.

HEXCCD39E
Decimal204211158
Binary110011001101001110011110
Octal314323236

Shades and tints

Shades of #CCD39E

#CCD39E
(204,211,158)
#BAC090
(186,192,144)
#A8AD82
(168,173,130)
#969A74
(150,154,116)
#848766
(132,135,102)
#727458
(114,116,88)
#60614A
(96,97,74)
#4E4E3C
(78,78,60)
#3C3B2E
(60,59,46)
#2A2820
(42,40,32)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #CCD39E

#CCD39E
(204,211,158)
#D0D7A6
(208,215,166)
#D4DBAE
(212,219,174)
#D8DFB6
(216,223,182)
#DCE3BE
(220,227,190)
#E0E7C6
(224,231,198)
#E4EBCE
(228,235,206)
#E8EFD6
(232,239,214)
#ECF3DE
(236,243,222)
#F0F7E6
(240,247,230)
#F4FBEE
(244,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD39E color. Also use rgb(204,211,158) instead hex code.

Text Font Color

.myTextColor { color: #CCD39E; }

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

This text font color is #CCD39E.


Background Color

.myBgColor { background-color: #CCD39E; }

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

This div background color is #CCD39E.


Border color

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

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

This div border color is #CCD39E.


Opacity

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

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

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

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

This text has shadow with #CCD39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD39E on black background.


Color preview on white background

This text has color #CCD39E on white background.



Black color preview on #CCD39E background

This text has black color on #CCD39E background.


White color preview on #CCD39E background

This text has white color on #CCD39E background.