COLOR #CFB57D

HEX: #CFB57D
RGB: (207,181,125)

Color info

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

RGB color model

#CFB57D color RGB value is (207,181,125).

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

RGB channels and saturation

R 207 of 255 = 81%
G 181 of 255 = 71%
B 125 of 255 = 49%

207
181
125

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

Portions of RGB colors in percentages

R + G + B =
207 + 181 + 125 = 513 (100%)
R 207 of 513 ~ 40.35%
G 181 of 513 ~ 35.28%
B 125 of 513 ~ 24.37%

%40.35
%35.28
%24.37

CMYK color model

#CFB57D color CMYK value is (0,13,40,19).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 39.61%
  • key color value is 18.82%
CMYK:
(0,13,40,19)
C0M13Y40K19 
(0%,13%,40%,19%)
(0.00/0.13/0.40/0.19)	

CMYK percentages

%0
%12.56
%39.61
%18.82

Codes

Color #CFB57D in popluar color models

CFB57D
RGB207181125
HSL41°46.07%65.10%
HSB/HSV41°39.61%81.18%
CMYK0.00%12.56%39.61%
18.82%

Color #CFB57D in popluar number systems.

HEXCFB57D
Decimal207181125
Binary11001111101101011111101
Octal317265175

Shades and tints

Shades of #CFB57D

#CFB57D
(207,181,125)
#BDA572
(189,165,114)
#AB9567
(171,149,103)
#99855C
(153,133,92)
#877551
(135,117,81)
#756546
(117,101,70)
#63553B
(99,85,59)
#514530
(81,69,48)
#3F3525
(63,53,37)
#2D251A
(45,37,26)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #CFB57D

#CFB57D
(207,181,125)
#D3BB88
(211,187,136)
#D7C193
(215,193,147)
#DBC79E
(219,199,158)
#DFCDA9
(223,205,169)
#E3D3B4
(227,211,180)
#E7D9BF
(231,217,191)
#EBDFCA
(235,223,202)
#EFE5D5
(239,229,213)
#F3EBE0
(243,235,224)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFB57D; }

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

This text font color is #CFB57D.


Background Color

.myBgColor { background-color: #CFB57D; }

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

This div background color is #CFB57D.


Border color

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

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

This div border color is #CFB57D.


Opacity

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

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

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

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

This text has shadow with #CFB57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB57D on black background.


Color preview on white background

This text has color #CFB57D on white background.



Black color preview on #CFB57D background

This text has black color on #CFB57D background.


White color preview on #CFB57D background

This text has white color on #CFB57D background.