COLOR #CDC59C

HEX: #CDC59C
RGB: (205,197,156)

Color info

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

RGB color model

#CDC59C color RGB value is (205,197,156).

  • red value is 205;
  • green value is 197;
  • blue value is 156.
RGB:
(205,197,156)
(80%,77%,61%)

RGB channels and saturation

R 205 of 255 = 80%
G 197 of 255 = 77%
B 156 of 255 = 61%

205
197
156

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

Portions of RGB colors in percentages

R + G + B =
205 + 197 + 156 = 558 (100%)
R 205 of 558 ~ 36.74%
G 197 of 558 ~ 35.3%
B 156 of 558 ~ 27.96%

%36.74
%35.3
%27.96

CMYK color model

#CDC59C color CMYK value is (0,4,24,20).

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 23.90%
  • key color value is 19.61%
CMYK:
(0,4,24,20)
C0M4Y24K20 
(0%,4%,24%,20%)
(0.00/0.04/0.24/0.20)	

CMYK percentages

%0
%3.9
%23.9
%19.61

Codes

Color #CDC59C in popluar color models

CDC59C
RGB205197156
HSL50°32.89%70.78%
HSB/HSV50°23.90%80.39%
CMYK0.00%3.90%23.90%
19.61%

Color #CDC59C in popluar number systems.

HEXCDC59C
Decimal205197156
Binary110011011100010110011100
Octal315305234

Shades and tints

Shades of #CDC59C

#CDC59C
(205,197,156)
#BBB48E
(187,180,142)
#A9A380
(169,163,128)
#979272
(151,146,114)
#858164
(133,129,100)
#737056
(115,112,86)
#615F48
(97,95,72)
#4F4E3A
(79,78,58)
#3D3D2C
(61,61,44)
#2B2C1E
(43,44,30)
#191B10
(25,27,16)
#000000
(0,0,0)

Tints of #CDC59C

#CDC59C
(205,197,156)
#D1CAA5
(209,202,165)
#D5CFAE
(213,207,174)
#D9D4B7
(217,212,183)
#DDD9C0
(221,217,192)
#E1DEC9
(225,222,201)
#E5E3D2
(229,227,210)
#E9E8DB
(233,232,219)
#EDEDE4
(237,237,228)
#F1F2ED
(241,242,237)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDC59C color. Also use rgb(205,197,156) instead hex code.

Text Font Color

.myTextColor { color: #CDC59C; }

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

This text font color is #CDC59C.


Background Color

.myBgColor { background-color: #CDC59C; }

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

This div background color is #CDC59C.


Border color

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

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

This div border color is #CDC59C.


Opacity

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

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

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

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

This text has shadow with #CDC59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDC59C on black background.


Color preview on white background

This text has color #CDC59C on white background.



Black color preview on #CDC59C background

This text has black color on #CDC59C background.


White color preview on #CDC59C background

This text has white color on #CDC59C background.