COLOR #CFB59D

HEX: #CFB59D
RGB: (207,181,157)

Color info

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

RGB color model

#CFB59D color RGB value is (207,181,157).

  • red value is 207;
  • green value is 181;
  • blue value is 157.
RGB:
(207,181,157)
(81%,71%,62%)

RGB channels and saturation

R 207 of 255 = 81%
G 181 of 255 = 71%
B 157 of 255 = 62%

207
181
157

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

Portions of RGB colors in percentages

R + G + B =
207 + 181 + 157 = 545 (100%)
R 207 of 545 ~ 37.98%
G 181 of 545 ~ 33.21%
B 157 of 545 ~ 28.81%

%37.98
%33.21
%28.81

CMYK color model

#CFB59D color CMYK value is (0,13,24,19).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 24.15%
  • key color value is 18.82%
CMYK:
(0,13,24,19)
C0M13Y24K19 
(0%,13%,24%,19%)
(0.00/0.13/0.24/0.19)	

CMYK percentages

%0
%12.56
%24.15
%18.82

Codes

Color #CFB59D in popluar color models

CFB59D
RGB207181157
HSL29°34.25%71.37%
HSB/HSV29°24.15%81.18%
CMYK0.00%12.56%24.15%
18.82%

Color #CFB59D in popluar number systems.

HEXCFB59D
Decimal207181157
Binary110011111011010110011101
Octal317265235

Shades and tints

Shades of #CFB59D

#CFB59D
(207,181,157)
#BDA58F
(189,165,143)
#AB9581
(171,149,129)
#998573
(153,133,115)
#877565
(135,117,101)
#756557
(117,101,87)
#635549
(99,85,73)
#51453B
(81,69,59)
#3F352D
(63,53,45)
#2D251F
(45,37,31)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #CFB59D

#CFB59D
(207,181,157)
#D3BBA5
(211,187,165)
#D7C1AD
(215,193,173)
#DBC7B5
(219,199,181)
#DFCDBD
(223,205,189)
#E3D3C5
(227,211,197)
#E7D9CD
(231,217,205)
#EBDFD5
(235,223,213)
#EFE5DD
(239,229,221)
#F3EBE5
(243,235,229)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB59D color. Also use rgb(207,181,157) instead hex code.

Text Font Color

.myTextColor { color: #CFB59D; }

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

This text font color is #CFB59D.


Background Color

.myBgColor { background-color: #CFB59D; }

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

This div background color is #CFB59D.


Border color

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

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

This div border color is #CFB59D.


Opacity

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

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

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

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

This text has shadow with #CFB59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB59D on black background.


Color preview on white background

This text has color #CFB59D on white background.



Black color preview on #CFB59D background

This text has black color on #CFB59D background.


White color preview on #CFB59D background

This text has white color on #CFB59D background.