COLOR #C7B67F

HEX: #C7B67F RGB: (199,182,127)

Color info

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

RGB color model

#C7B67F color RGB value is (199,182,127).

RGB: (199,182,127) (78%, 71%, 50%)

RGB channels and saturation

R 199 of 255 = 78%
G 182 of 255 = 71%
B 127 of 255 = 50%

199
182
127

R + G + B ~ 66%. #C7B67F is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 182 + 127 = 508 (100%)
R 199 of 508 ~ 39.17%
G 182 of 508 ~ 35.83%
B 127 of 508 ~ 25'%

%39.17
%35.83
%25

CMYK color model

#C7B67F color CMYK value is (0,9,36,22).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 36.18%
  • key color value is 21.96%
CMYK: (0,9,36,22) C0M9Y36K22 (0%,9%,36%,22%) (0.00/0.09/0.36/0.22) 

CMYK percentages

%0
%8.54
%36.18
%21.96

Codes

Color #C7B67F in popluar color models

C7 B6 7F
RGB 199 182 127
HSL 46° 39.13% 63.92%
HSB/HSV 46° 36.18% 78.04%
CMYK 0.00% 8.54% 36.18%
21.96%

Color #C7B67F in popluar number systems.

HEX C7 B6 7F
Decimal 199 182 127
Binary 11000111 10110110 1111111
Octal 307 266 177

Shades and tints

Shades of #C7B67F

#C7B67F
(199,182,127)
#B5A674
(181,166,116)
#A39669
(163,150,105)
#91865E
(145,134,94)
#7F7653
(127,118,83)
#6D6648
(109,102,72)
#5B563D
(91,86,61)
#494632
(73,70,50)
#373627
(55,54,39)
#25261C
(37,38,28)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #C7B67F

#C7B67F
(199,182,127)
#CCBC8A
(204,188,138)
#D1C295
(209,194,149)
#D6C8A0
(214,200,160)
#DBCEAB
(219,206,171)
#E0D4B6
(224,212,182)
#E5DAC1
(229,218,193)
#EAE0CC
(234,224,204)
#EFE6D7
(239,230,215)
#F4ECE2
(244,236,226)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B67F color. Also use rgb(199,182,127) instead hex code.

Text Font Color

.myTextColor { color: #C7B67F; }

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

This text font color is #C7B67F.

Background Color

.myBgColor { background-color: #C7B67F; }

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

This div background color is #C7B67F.

Border color

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

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

This div border color is #C7B67F.

Opacity

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

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

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

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

This text has shadow with #C7B67F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B67F.

Preview

Color preview on black background

This text has color #C7B67F on black background.


Color preview on white background

This text has color #C7B67F on white background.


Black color preview on #C7B67F background

This text has black color on #C7B67F background.


White color preview on #C7B67F background

This text has white color on #C7B67F background.


Related colors

Complementary color

Complementary color for #hex is #384980.


I love getcolorcode.com

Triadic colors

1 #7FC7B6 and #B67FC7 with #C7B67F are triadic colors.

2 #7FB6C7 and #B6C77F with #C7B67F are triadic colors.