COLOR #CFAA77

HEX: #CFAA77 RGB: (207,170,119)

Color info

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

RGB color model

#CFAA77 color RGB value is (207,170,119).

RGB: (207,170,119) (81%, 67%, 47%)

RGB channels and saturation

R 207 of 255 = 81%
G 170 of 255 = 67%
B 119 of 255 = 47%

207
170
119

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

Portions of RGB colors in percentages

R + G + B = 207 + 170 + 119 = 496 (100%)
R 207 of 496 ~ 41.73%
G 170 of 496 ~ 34.27%
B 119 of 496 ~ 23.99'%

%41.73
%34.27
%23.99

CMYK color model

#CFAA77 color CMYK value is (0,18,43,19).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 42.51%
  • key color value is 18.82%

CMYK: (0,18,43,19)
C0M18Y43K19 (0%, 18%, 43%, 19%)
(0.00 / 0.18 / 0.43 / 0.19)

CMYK percentages

%0
%17.87
%42.51
%18.82

Codes

Color #CFAA77 in popluar color models

CF AA 77
RGB 207 170 119
HSL 35° 47.83% 63.92%
HSB/HSV 35° 42.51% 81.18%
CMYK 0.00% 17.87% 42.51%
18.82%

Color #CFAA77 in popluar number systems.

HEX CF AA 77
Decimal 207 170 119
Binary 11001111 10101010 1110111
Octal 317 252 167

Shades and tints

Shades of #CFAA77

#CFAA77
(207,170,119)
#BD9B6D
(189,155,109)
#AB8C63
(171,140,99)
#997D59
(153,125,89)
#876E4F
(135,110,79)
#755F45
(117,95,69)
#63503B
(99,80,59)
#514131
(81,65,49)
#3F3227
(63,50,39)
#2D231D
(45,35,29)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #CFAA77

#CFAA77
(207,170,119)
#D3B183
(211,177,131)
#D7B88F
(215,184,143)
#DBBF9B
(219,191,155)
#DFC6A7
(223,198,167)
#E3CDB3
(227,205,179)
#E7D4BF
(231,212,191)
#EBDBCB
(235,219,203)
#EFE2D7
(239,226,215)
#F3E9E3
(243,233,227)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAA77; }

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

This text font color is #CFAA77.

Background Color

.myBgColor { background-color: #CFAA77; }

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

This div background color is #CFAA77.

Border color

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

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

This div border color is #CFAA77.

Opacity

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

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

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

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

This text has shadow with #CFAA77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFAA77.

Preview

Color preview on black background

This text has color #CFAA77 on black background.


Color preview on white background

This text has color #CFAA77 on white background.


Black color preview on #CFAA77 background

This text has black color on #CFAA77 background.


White color preview on #CFAA77 background

This text has white color on #CFAA77 background.


Related colors

Complementary color

Complementary color for #hex is #305588.


I love getcolorcode.com

Triadic colors

1 #77CFAA and #AA77CF with #CFAA77 are triadic colors.

2 #77AACF and #AACF77 with #CFAA77 are triadic colors.