COLOR #C7BA71

HEX: #C7BA71
RGB: (199,186,113)

Color info

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

RGB color model

#C7BA71 color RGB value is (199,186,113).

  • red value is 199;
  • green value is 186;
  • blue value is 113.
RGB:
(199,186,113)
(78%,73%,44%)

RGB channels and saturation

R 199 of 255 = 78%
G 186 of 255 = 73%
B 113 of 255 = 44%

199
186
113

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

Portions of RGB colors in percentages

R + G + B =
199 + 186 + 113 = 498 (100%)
R 199 of 498 ~ 39.96%
G 186 of 498 ~ 37.35%
B 113 of 498 ~ 22.69%

%39.96
%37.35
%22.69

CMYK color model

#C7BA71 color CMYK value is (0,7,43,22).

  • cyan value is 0.00%
  • magenta value is 6.53%
  • yellow value is 43.22%
  • key color value is 21.96%
CMYK:
(0,7,43,22)
C0M7Y43K22 
(0%,7%,43%,22%)
(0.00/0.07/0.43/0.22)	

CMYK percentages

%0
%6.53
%43.22
%21.96

Codes

Color #C7BA71 in popluar color models

C7BA71
RGB199186113
HSL51°43.43%61.18%
HSB/HSV51°43.22%78.04%
CMYK0.00%6.53%43.22%
21.96%

Color #C7BA71 in popluar number systems.

HEXC7BA71
Decimal199186113
Binary11000111101110101110001
Octal307272161

Shades and tints

Shades of #C7BA71

#C7BA71
(199,186,113)
#B5AA67
(181,170,103)
#A39A5D
(163,154,93)
#918A53
(145,138,83)
#7F7A49
(127,122,73)
#6D6A3F
(109,106,63)
#5B5A35
(91,90,53)
#494A2B
(73,74,43)
#373A21
(55,58,33)
#252A17
(37,42,23)
#131A0D
(19,26,13)
#000000
(0,0,0)

Tints of #C7BA71

#C7BA71
(199,186,113)
#CCC07D
(204,192,125)
#D1C689
(209,198,137)
#D6CC95
(214,204,149)
#DBD2A1
(219,210,161)
#E0D8AD
(224,216,173)
#E5DEB9
(229,222,185)
#EAE4C5
(234,228,197)
#EFEAD1
(239,234,209)
#F4F0DD
(244,240,221)
#F9F6E9
(249,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BA71 color. Also use rgb(199,186,113) instead hex code.

Text Font Color

.myTextColor { color: #C7BA71; }

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

This text font color is #C7BA71.


Background Color

.myBgColor { background-color: #C7BA71; }

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

This div background color is #C7BA71.


Border color

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

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

This div border color is #C7BA71.


Opacity

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

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

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

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

This text has shadow with #C7BA71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BA71 on black background.


Color preview on white background

This text has color #C7BA71 on white background.



Black color preview on #C7BA71 background

This text has black color on #C7BA71 background.


White color preview on #C7BA71 background

This text has white color on #C7BA71 background.