COLOR #CFAA7B

HEX: #CFAA7B
RGB: (207,170,123)

Color info

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

RGB color model

#CFAA7B color RGB value is (207,170,123).

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

RGB channels and saturation

R 207 of 255 = 81%
G 170 of 255 = 67%
B 123 of 255 = 48%

207
170
123

R + G + B ~ 65%. #CFAA7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 170 + 123 = 500 (100%)
R 207 of 500 ~ 41.4%
G 170 of 500 ~ 34%
B 123 of 500 ~ 24.6%

%41.4
%34
%24.6

CMYK color model

#CFAA7B color CMYK value is (0,18,41,19).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 40.58%
  • key color value is 18.82%
CMYK:
(0,18,41,19)
C0M18Y41K19 
(0%,18%,41%,19%)
(0.00/0.18/0.41/0.19)	

CMYK percentages

%0
%17.87
%40.58
%18.82

Codes

Color #CFAA7B in popluar color models

CFAA7B
RGB207170123
HSL34°46.67%64.71%
HSB/HSV34°40.58%81.18%
CMYK0.00%17.87%40.58%
18.82%

Color #CFAA7B in popluar number systems.

HEXCFAA7B
Decimal207170123
Binary11001111101010101111011
Octal317252173

Shades and tints

Shades of #CFAA7B

#CFAA7B
(207,170,123)
#BD9B70
(189,155,112)
#AB8C65
(171,140,101)
#997D5A
(153,125,90)
#876E4F
(135,110,79)
#755F44
(117,95,68)
#635039
(99,80,57)
#51412E
(81,65,46)
#3F3223
(63,50,35)
#2D2318
(45,35,24)
#1B140D
(27,20,13)
#000000
(0,0,0)

Tints of #CFAA7B

#CFAA7B
(207,170,123)
#D3B187
(211,177,135)
#D7B893
(215,184,147)
#DBBF9F
(219,191,159)
#DFC6AB
(223,198,171)
#E3CDB7
(227,205,183)
#E7D4C3
(231,212,195)
#EBDBCF
(235,219,207)
#EFE2DB
(239,226,219)
#F3E9E7
(243,233,231)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAA7B; }

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

This text font color is #CFAA7B.


Background Color

.myBgColor { background-color: #CFAA7B; }

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

This div background color is #CFAA7B.


Border color

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

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

This div border color is #CFAA7B.


Opacity

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

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

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

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

This text has shadow with #CFAA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAA7B on black background.


Color preview on white background

This text has color #CFAA7B on white background.



Black color preview on #CFAA7B background

This text has black color on #CFAA7B background.


White color preview on #CFAA7B background

This text has white color on #CFAA7B background.