COLOR #CFB671

HEX: #CFB671 RGB: (207,182,113)

Color info

#CFB671 contains mainly red and green colors. Web safe color of #CFB671 is #CCCC66 (or #CC6).

RGB color model

#CFB671 color RGB value is (207,182,113).

RGB: (207,182,113) (81%, 71%, 44%)

RGB channels and saturation

R 207 of 255 = 81%
G 182 of 255 = 71%
B 113 of 255 = 44%

207
182
113

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

Portions of RGB colors in percentages

R + G + B = 207 + 182 + 113 = 502 (100%)
R 207 of 502 ~ 41.24%
G 182 of 502 ~ 36.25%
B 113 of 502 ~ 22.51'%

%41.24
%36.25
%22.51

CMYK color model

#CFB671 color CMYK value is (0,12,45,19).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 45.41%
  • key color value is 18.82%

CMYK: (0,12,45,19)
C0M12Y45K19 (0%, 12%, 45%, 19%)
(0.00 / 0.12 / 0.45 / 0.19)

CMYK percentages

%0
%12.08
%45.41
%18.82

Codes

Color #CFB671 in popluar color models

CF B6 71
RGB 207 182 113
HSL 44° 49.47% 62.75%
HSB/HSV 44° 45.41% 81.18%
CMYK 0.00% 12.08% 45.41%
18.82%

Color #CFB671 in popluar number systems.

HEX CF B6 71
Decimal 207 182 113
Binary 11001111 10110110 1110001
Octal 317 266 161

Shades and tints

Shades of #CFB671

#CFB671
(207,182,113)
#BDA667
(189,166,103)
#AB965D
(171,150,93)
#998653
(153,134,83)
#877649
(135,118,73)
#75663F
(117,102,63)
#635635
(99,86,53)
#51462B
(81,70,43)
#3F3621
(63,54,33)
#2D2617
(45,38,23)
#1B160D
(27,22,13)
#000000
(0,0,0)

Tints of #CFB671

#CFB671
(207,182,113)
#D3BC7D
(211,188,125)
#D7C289
(215,194,137)
#DBC895
(219,200,149)
#DFCEA1
(223,206,161)
#E3D4AD
(227,212,173)
#E7DAB9
(231,218,185)
#EBE0C5
(235,224,197)
#EFE6D1
(239,230,209)
#F3ECDD
(243,236,221)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB671 color. Also use rgb(207,182,113) instead hex code.

Text Font Color

.myTextColor { color: #CFB671; }

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

This text font color is #CFB671.

Background Color

.myBgColor { background-color: #CFB671; }

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

This div background color is #CFB671.

Border color

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

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

This div border color is #CFB671.

Opacity

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

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

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

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

This text has shadow with #CFB671 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFB671.

Preview

Color preview on black background

This text has color #CFB671 on black background.


Color preview on white background

This text has color #CFB671 on white background.


Black color preview on #CFB671 background

This text has black color on #CFB671 background.


White color preview on #CFB671 background

This text has white color on #CFB671 background.


Related colors

Complementary color

Complementary color for #hex is #30498E.


I love getcolorcode.com

Triadic colors

1 #71CFB6 and #B671CF with #CFB671 are triadic colors.

2 #71B6CF and #B6CF71 with #CFB671 are triadic colors.