COLOR #CFA677

HEX: #CFA677 RGB: (207,166,119)

Color info

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

RGB color model

#CFA677 color RGB value is (207,166,119).

RGB: (207,166,119) (81%, 65%, 47%)

RGB channels and saturation

R 207 of 255 = 81%
G 166 of 255 = 65%
B 119 of 255 = 47%

207
166
119

R + G + B ~ 64%. #CFA677 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 166 + 119 = 492 (100%)
R 207 of 492 ~ 42.07%
G 166 of 492 ~ 33.74%
B 119 of 492 ~ 24.19'%

%42.07
%33.74
%24.19

CMYK color model

#CFA677 color CMYK value is (0,20,43,19).

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

CMYK: (0,20,43,19)
C0M20Y43K19 (0%, 20%, 43%, 19%)
(0.00 / 0.20 / 0.43 / 0.19)

CMYK percentages

%0
%19.81
%42.51
%18.82

Codes

Color #CFA677 in popluar color models

CF A6 77
RGB 207 166 119
HSL 32° 47.83% 63.92%
HSB/HSV 32° 42.51% 81.18%
CMYK 0.00% 19.81% 42.51%
18.82%

Color #CFA677 in popluar number systems.

HEX CF A6 77
Decimal 207 166 119
Binary 11001111 10100110 1110111
Octal 317 246 167

Shades and tints

Shades of #CFA677

#CFA677
(207,166,119)
#BD976D
(189,151,109)
#AB8863
(171,136,99)
#997959
(153,121,89)
#876A4F
(135,106,79)
#755B45
(117,91,69)
#634C3B
(99,76,59)
#513D31
(81,61,49)
#3F2E27
(63,46,39)
#2D1F1D
(45,31,29)
#1B1013
(27,16,19)
#000000
(0,0,0)

Tints of #CFA677

#CFA677
(207,166,119)
#D3AE83
(211,174,131)
#D7B68F
(215,182,143)
#DBBE9B
(219,190,155)
#DFC6A7
(223,198,167)
#E3CEB3
(227,206,179)
#E7D6BF
(231,214,191)
#EBDECB
(235,222,203)
#EFE6D7
(239,230,215)
#F3EEE3
(243,238,227)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA677; }

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

This text font color is #CFA677.

Background Color

.myBgColor { background-color: #CFA677; }

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

This div background color is #CFA677.

Border color

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

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

This div border color is #CFA677.

Opacity

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

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

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

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

This text has shadow with #CFA677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFA677.

Preview

Color preview on black background

This text has color #CFA677 on black background.


Color preview on white background

This text has color #CFA677 on white background.


Black color preview on #CFA677 background

This text has black color on #CFA677 background.


White color preview on #CFA677 background

This text has white color on #CFA677 background.


Related colors

Complementary color

Complementary color for #hex is #305988.


I love getcolorcode.com

Triadic colors

1 #77CFA6 and #A677CF with #CFA677 are triadic colors.

2 #77A6CF and #A6CF77 with #CFA677 are triadic colors.