COLOR #CCC39E

HEX: #CCC39E
RGB: (204,195,158)

Color info

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

RGB color model

#CCC39E color RGB value is (204,195,158).

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

RGB channels and saturation

R 204 of 255 = 80%
G 195 of 255 = 76%
B 158 of 255 = 62%

204
195
158

R + G + B ~ 73%. #CCC39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 195 + 158 = 557 (100%)
R 204 of 557 ~ 36.62%
G 195 of 557 ~ 35.01%
B 158 of 557 ~ 28.37%

%36.62
%35.01
%28.37

CMYK color model

#CCC39E color CMYK value is (0,4,23,20).

  • cyan value is 0.00%
  • magenta value is 4.41%
  • yellow value is 22.55%
  • key color value is 20.00%
CMYK: (0,4,23,20) C0M4Y23K20 (0%,4%,23%,20%) (0.00/0.04/0.23/0.20)

CMYK percentages

%0
%4.41
%22.55
%20

Codes

Color #CCC39E in popluar color models

CCC39E
RGB204195158
HSL48°31.08%70.98%
HSB/HSV48°22.55%80.00%
CMYK0.00%4.41%22.55%
20.00%

Color #CCC39E in popluar number systems.

HEXCCC39E
Decimal204195158
Binary110011001100001110011110
Octal314303236

Shades and tints

Shades of #CCC39E

#CCC39E
(204,195,158)
#BAB290
(186,178,144)
#A8A182
(168,161,130)
#969074
(150,144,116)
#847F66
(132,127,102)
#726E58
(114,110,88)
#605D4A
(96,93,74)
#4E4C3C
(78,76,60)
#3C3B2E
(60,59,46)
#2A2A20
(42,42,32)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #CCC39E

#CCC39E
(204,195,158)
#D0C8A6
(208,200,166)
#D4CDAE
(212,205,174)
#D8D2B6
(216,210,182)
#DCD7BE
(220,215,190)
#E0DCC6
(224,220,198)
#E4E1CE
(228,225,206)
#E8E6D6
(232,230,214)
#ECEBDE
(236,235,222)
#F0F0E6
(240,240,230)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC39E; }

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

This text font color is #CCC39E.


Background Color

.myBgColor { background-color: #CCC39E; }

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

This div background color is #CCC39E.


Border color

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

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

This div border color is #CCC39E.


Opacity

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

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

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

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

This text has shadow with #CCC39E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CCC39E on black background.


Color preview on white background

This text has color #CCC39E on white background.



Black color preview on #CCC39E background

This text has black color on #CCC39E background.


White color preview on #CCC39E background

This text has white color on #CCC39E background.