COLOR #CFB57F

HEX: #CFB57F
RGB: (207,181,127)

Color info

#CFB57F contains mainly red and green colors. Web safe color of #CFB57F is #CCCC66 (or #CC6).

RGB color model

#CFB57F color RGB value is (207,181,127).

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

RGB channels and saturation

R 207 of 255 = 81%
G 181 of 255 = 71%
B 127 of 255 = 50%

207
181
127

R + G + B ~ 67%. #CFB57F is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 181 + 127 = 515 (100%)
R 207 of 515 ~ 40.19%
G 181 of 515 ~ 35.15%
B 127 of 515 ~ 24.66%

%40.19
%35.15
%24.66

CMYK color model

#CFB57F color CMYK value is (0,13,39,19).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 38.65%
  • key color value is 18.82%
CMYK:
(0,13,39,19)
C0M13Y39K19 
(0%,13%,39%,19%)
(0.00/0.13/0.39/0.19)	

CMYK percentages

%0
%12.56
%38.65
%18.82

Codes

Color #CFB57F in popluar color models

CFB57F
RGB207181127
HSL41°45.45%65.49%
HSB/HSV41°38.65%81.18%
CMYK0.00%12.56%38.65%
18.82%

Color #CFB57F in popluar number systems.

HEXCFB57F
Decimal207181127
Binary11001111101101011111111
Octal317265177

Shades and tints

Shades of #CFB57F

#CFB57F
(207,181,127)
#BDA574
(189,165,116)
#AB9569
(171,149,105)
#99855E
(153,133,94)
#877553
(135,117,83)
#756548
(117,101,72)
#63553D
(99,85,61)
#514532
(81,69,50)
#3F3527
(63,53,39)
#2D251C
(45,37,28)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #CFB57F

#CFB57F
(207,181,127)
#D3BB8A
(211,187,138)
#D7C195
(215,193,149)
#DBC7A0
(219,199,160)
#DFCDAB
(223,205,171)
#E3D3B6
(227,211,182)
#E7D9C1
(231,217,193)
#EBDFCC
(235,223,204)
#EFE5D7
(239,229,215)
#F3EBE2
(243,235,226)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFB57F; }

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

This text font color is #CFB57F.


Background Color

.myBgColor { background-color: #CFB57F; }

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

This div background color is #CFB57F.


Border color

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

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

This div border color is #CFB57F.


Opacity

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

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

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

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

This text has shadow with #CFB57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB57F on black background.


Color preview on white background

This text has color #CFB57F on white background.



Black color preview on #CFB57F background

This text has black color on #CFB57F background.


White color preview on #CFB57F background

This text has white color on #CFB57F background.