COLOR #CFAC57

HEX: #CFAC57
RGB: (207,172,87)

Color info

#CFAC57 contains mainly red and green colors. Web safe color of #CFAC57 is #CC9966 (or #C96).

RGB color model

#CFAC57 color RGB value is (207,172,87).

  • red value is 207;
  • green value is 172;
  • blue value is 87.
RGB:
(207,172,87)
(81%,67%,34%)

RGB channels and saturation

R 207 of 255 = 81%
G 172 of 255 = 67%
B 87 of 255 = 34%

207
172
87

R + G + B ~ 61%. #CFAC57 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 172 + 87 = 466 (100%)
R 207 of 466 ~ 44.42%
G 172 of 466 ~ 36.91%
B 87 of 466 ~ 18.67%

%44.42
%36.91
%18.67

CMYK color model

#CFAC57 color CMYK value is (0,17,58,19).

  • cyan value is 0.00%
  • magenta value is 16.91%
  • yellow value is 57.97%
  • key color value is 18.82%
CMYK:
(0,17,58,19)
C0M17Y58K19 
(0%,17%,58%,19%)
(0.00/0.17/0.58/0.19)	

CMYK percentages

%0
%16.91
%57.97
%18.82

Codes

Color #CFAC57 in popluar color models

CFAC57
RGB20717287
HSL43°55.56%57.65%
HSB/HSV43°57.97%81.18%
CMYK0.00%16.91%57.97%
18.82%

Color #CFAC57 in popluar number systems.

HEXCFAC57
Decimal20717287
Binary11001111101011001010111
Octal317254127

Shades and tints

Shades of #CFAC57

#CFAC57
(207,172,87)
#BD9D50
(189,157,80)
#AB8E49
(171,142,73)
#997F42
(153,127,66)
#87703B
(135,112,59)
#756134
(117,97,52)
#63522D
(99,82,45)
#514326
(81,67,38)
#3F341F
(63,52,31)
#2D2518
(45,37,24)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #CFAC57

#CFAC57
(207,172,87)
#D3B366
(211,179,102)
#D7BA75
(215,186,117)
#DBC184
(219,193,132)
#DFC893
(223,200,147)
#E3CFA2
(227,207,162)
#E7D6B1
(231,214,177)
#EBDDC0
(235,221,192)
#EFE4CF
(239,228,207)
#F3EBDE
(243,235,222)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFAC57 color. Also use rgb(207,172,87) instead hex code.

Text Font Color

.myTextColor { color: #CFAC57; }

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

This text font color is #CFAC57.


Background Color

.myBgColor { background-color: #CFAC57; }

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

This div background color is #CFAC57.


Border color

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

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

This div border color is #CFAC57.


Opacity

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

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

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

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

This text has shadow with #CFAC57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAC57 on black background.


Color preview on white background

This text has color #CFAC57 on white background.



Black color preview on #CFAC57 background

This text has black color on #CFAC57 background.


White color preview on #CFAC57 background

This text has white color on #CFAC57 background.