COLOR #CFAA7D

HEX: #CFAA7D
RGB: (207,170,125)

Color info

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

RGB color model

#CFAA7D color RGB value is (207,170,125).

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

RGB channels and saturation

R 207 of 255 = 81%
G 170 of 255 = 67%
B 125 of 255 = 49%

207
170
125

R + G + B ~ 66%. #CFAA7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 170 + 125 = 502 (100%)
R 207 of 502 ~ 41.24%
G 170 of 502 ~ 33.86%
B 125 of 502 ~ 24.9%

%41.24
%33.86
%24.9

CMYK color model

#CFAA7D color CMYK value is (0,18,40,19).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 39.61%
  • key color value is 18.82%
CMYK:
(0,18,40,19)
C0M18Y40K19 
(0%,18%,40%,19%)
(0.00/0.18/0.40/0.19)	

CMYK percentages

%0
%17.87
%39.61
%18.82

Codes

Color #CFAA7D in popluar color models

CFAA7D
RGB207170125
HSL33°46.07%65.10%
HSB/HSV33°39.61%81.18%
CMYK0.00%17.87%39.61%
18.82%

Color #CFAA7D in popluar number systems.

HEXCFAA7D
Decimal207170125
Binary11001111101010101111101
Octal317252175

Shades and tints

Shades of #CFAA7D

#CFAA7D
(207,170,125)
#BD9B72
(189,155,114)
#AB8C67
(171,140,103)
#997D5C
(153,125,92)
#876E51
(135,110,81)
#755F46
(117,95,70)
#63503B
(99,80,59)
#514130
(81,65,48)
#3F3225
(63,50,37)
#2D231A
(45,35,26)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #CFAA7D

#CFAA7D
(207,170,125)
#D3B188
(211,177,136)
#D7B893
(215,184,147)
#DBBF9E
(219,191,158)
#DFC6A9
(223,198,169)
#E3CDB4
(227,205,180)
#E7D4BF
(231,212,191)
#EBDBCA
(235,219,202)
#EFE2D5
(239,226,213)
#F3E9E0
(243,233,224)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAA7D; }

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

This text font color is #CFAA7D.


Background Color

.myBgColor { background-color: #CFAA7D; }

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

This div background color is #CFAA7D.


Border color

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

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

This div border color is #CFAA7D.


Opacity

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

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

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

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

This text has shadow with #CFAA7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAA7D on black background.


Color preview on white background

This text has color #CFAA7D on white background.



Black color preview on #CFAA7D background

This text has black color on #CFAA7D background.


White color preview on #CFAA7D background

This text has white color on #CFAA7D background.