COLOR #CDB59B

HEX: #CDB59B
RGB: (205,181,155)

Color info

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

RGB color model

#CDB59B color RGB value is (205,181,155).

  • red value is 205;
  • green value is 181;
  • blue value is 155.
RGB:
(205,181,155)
(80%,71%,61%)

RGB channels and saturation

R 205 of 255 = 80%
G 181 of 255 = 71%
B 155 of 255 = 61%

205
181
155

R + G + B ~ 71%. #CDB59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 181 + 155 = 541 (100%)
R 205 of 541 ~ 37.89%
G 181 of 541 ~ 33.46%
B 155 of 541 ~ 28.65%

%37.89
%33.46
%28.65

CMYK color model

#CDB59B color CMYK value is (0,12,24,20).

  • cyan value is 0.00%
  • magenta value is 11.71%
  • yellow value is 24.39%
  • key color value is 19.61%
CMYK:
(0,12,24,20)
C0M12Y24K20 
(0%,12%,24%,20%)
(0.00/0.12/0.24/0.20)	

CMYK percentages

%0
%11.71
%24.39
%19.61

Codes

Color #CDB59B in popluar color models

CDB59B
RGB205181155
HSL31°33.33%70.59%
HSB/HSV31°24.39%80.39%
CMYK0.00%11.71%24.39%
19.61%

Color #CDB59B in popluar number systems.

HEXCDB59B
Decimal205181155
Binary110011011011010110011011
Octal315265233

Shades and tints

Shades of #CDB59B

#CDB59B
(205,181,155)
#BBA58D
(187,165,141)
#A9957F
(169,149,127)
#978571
(151,133,113)
#857563
(133,117,99)
#736555
(115,101,85)
#615547
(97,85,71)
#4F4539
(79,69,57)
#3D352B
(61,53,43)
#2B251D
(43,37,29)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #CDB59B

#CDB59B
(205,181,155)
#D1BBA4
(209,187,164)
#D5C1AD
(213,193,173)
#D9C7B6
(217,199,182)
#DDCDBF
(221,205,191)
#E1D3C8
(225,211,200)
#E5D9D1
(229,217,209)
#E9DFDA
(233,223,218)
#EDE5E3
(237,229,227)
#F1EBEC
(241,235,236)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDB59B color. Also use rgb(205,181,155) instead hex code.

Text Font Color

.myTextColor { color: #CDB59B; }

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

This text font color is #CDB59B.


Background Color

.myBgColor { background-color: #CDB59B; }

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

This div background color is #CDB59B.


Border color

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

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

This div border color is #CDB59B.


Opacity

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

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

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

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

This text has shadow with #CDB59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDB59B on black background.


Color preview on white background

This text has color #CDB59B on white background.



Black color preview on #CDB59B background

This text has black color on #CDB59B background.


White color preview on #CDB59B background

This text has white color on #CDB59B background.