COLOR #CFAD61

HEX: #CFAD61
RGB: (207,173,97)

Color info

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

RGB color model

#CFAD61 color RGB value is (207,173,97).

  • red value is 207;
  • green value is 173;
  • blue value is 97.
RGB:
(207,173,97)
(81%,68%,38%)

RGB channels and saturation

R 207 of 255 = 81%
G 173 of 255 = 68%
B 97 of 255 = 38%

207
173
97

R + G + B ~ 62%. #CFAD61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 173 + 97 = 477 (100%)
R 207 of 477 ~ 43.4%
G 173 of 477 ~ 36.27%
B 97 of 477 ~ 20.34%

%43.4
%36.27
%20.34

CMYK color model

#CFAD61 color CMYK value is (0,16,53,19).

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 53.14%
  • key color value is 18.82%
CMYK:
(0,16,53,19)
C0M16Y53K19 
(0%,16%,53%,19%)
(0.00/0.16/0.53/0.19)	

CMYK percentages

%0
%16.43
%53.14
%18.82

Codes

Color #CFAD61 in popluar color models

CFAD61
RGB20717397
HSL41°53.40%59.61%
HSB/HSV41°53.14%81.18%
CMYK0.00%16.43%53.14%
18.82%

Color #CFAD61 in popluar number systems.

HEXCFAD61
Decimal20717397
Binary11001111101011011100001
Octal317255141

Shades and tints

Shades of #CFAD61

#CFAD61
(207,173,97)
#BD9E59
(189,158,89)
#AB8F51
(171,143,81)
#998049
(153,128,73)
#877141
(135,113,65)
#756239
(117,98,57)
#635331
(99,83,49)
#514429
(81,68,41)
#3F3521
(63,53,33)
#2D2619
(45,38,25)
#1B1711
(27,23,17)
#000000
(0,0,0)

Tints of #CFAD61

#CFAD61
(207,173,97)
#D3B46F
(211,180,111)
#D7BB7D
(215,187,125)
#DBC28B
(219,194,139)
#DFC999
(223,201,153)
#E3D0A7
(227,208,167)
#E7D7B5
(231,215,181)
#EBDEC3
(235,222,195)
#EFE5D1
(239,229,209)
#F3ECDF
(243,236,223)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFAD61 color. Also use rgb(207,173,97) instead hex code.

Text Font Color

.myTextColor { color: #CFAD61; }

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

This text font color is #CFAD61.


Background Color

.myBgColor { background-color: #CFAD61; }

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

This div background color is #CFAD61.


Border color

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

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

This div border color is #CFAD61.


Opacity

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

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

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

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

This text has shadow with #CFAD61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAD61 on black background.


Color preview on white background

This text has color #CFAD61 on white background.



Black color preview on #CFAD61 background

This text has black color on #CFAD61 background.


White color preview on #CFAD61 background

This text has white color on #CFAD61 background.