COLOR #CFAE77

HEX: #CFAE77 RGB: (207,174,119)

Color info

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

RGB color model

#CFAE77 color RGB value is (207,174,119).

RGB: (207,174,119) (81%, 68%, 47%)

RGB channels and saturation

R 207 of 255 = 81%
G 174 of 255 = 68%
B 119 of 255 = 47%

207
174
119

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

Portions of RGB colors in percentages

R + G + B = 207 + 174 + 119 = 500 (100%)
R 207 of 500 ~ 41.4%
G 174 of 500 ~ 34.8%
B 119 of 500 ~ 23.8'%

%41.4
%34.8
%23.8

CMYK color model

#CFAE77 color CMYK value is (0,16,43,19).

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

CMYK: (0,16,43,19)
C0M16Y43K19 (0%, 16%, 43%, 19%)
(0.00 / 0.16 / 0.43 / 0.19)

CMYK percentages

%0
%15.94
%42.51
%18.82

Codes

Color #CFAE77 in popluar color models

CF AE 77
RGB 207 174 119
HSL 38° 47.83% 63.92%
HSB/HSV 38° 42.51% 81.18%
CMYK 0.00% 15.94% 42.51%
18.82%

Color #CFAE77 in popluar number systems.

HEX CF AE 77
Decimal 207 174 119
Binary 11001111 10101110 1110111
Octal 317 256 167

Shades and tints

Shades of #CFAE77

#CFAE77
(207,174,119)
#BD9F6D
(189,159,109)
#AB9063
(171,144,99)
#998159
(153,129,89)
#87724F
(135,114,79)
#756345
(117,99,69)
#63543B
(99,84,59)
#514531
(81,69,49)
#3F3627
(63,54,39)
#2D271D
(45,39,29)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #CFAE77

#CFAE77
(207,174,119)
#D3B583
(211,181,131)
#D7BC8F
(215,188,143)
#DBC39B
(219,195,155)
#DFCAA7
(223,202,167)
#E3D1B3
(227,209,179)
#E7D8BF
(231,216,191)
#EBDFCB
(235,223,203)
#EFE6D7
(239,230,215)
#F3EDE3
(243,237,227)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAE77; }

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

This text font color is #CFAE77.

Background Color

.myBgColor { background-color: #CFAE77; }

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

This div background color is #CFAE77.

Border color

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

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

This div border color is #CFAE77.

Opacity

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

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

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

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

This text has shadow with #CFAE77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFAE77.

Preview

Color preview on black background

This text has color #CFAE77 on black background.


Color preview on white background

This text has color #CFAE77 on white background.


Black color preview on #CFAE77 background

This text has black color on #CFAE77 background.


White color preview on #CFAE77 background

This text has white color on #CFAE77 background.


Related colors

Complementary color

Complementary color for #hex is #305188.


I love getcolorcode.com

Triadic colors

1 #77CFAE and #AE77CF with #CFAE77 are triadic colors.

2 #77AECF and #AECF77 with #CFAE77 are triadic colors.