COLOR #C7BD72

HEX: #C7BD72
RGB: (199,189,114)

Color info

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

RGB color model

#C7BD72 color RGB value is (199,189,114).

  • red value is 199;
  • green value is 189;
  • blue value is 114.
RGB:
(199,189,114)
(78%,74%,45%)

RGB channels and saturation

R 199 of 255 = 78%
G 189 of 255 = 74%
B 114 of 255 = 45%

199
189
114

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

Portions of RGB colors in percentages

R + G + B =
199 + 189 + 114 = 502 (100%)
R 199 of 502 ~ 39.64%
G 189 of 502 ~ 37.65%
B 114 of 502 ~ 22.71%

%39.64
%37.65
%22.71

CMYK color model

#C7BD72 color CMYK value is (0,5,43,22).

  • cyan value is 0.00%
  • magenta value is 5.03%
  • yellow value is 42.71%
  • key color value is 21.96%
CMYK:
(0,5,43,22)
C0M5Y43K22 
(0%,5%,43%,22%)
(0.00/0.05/0.43/0.22)	

CMYK percentages

%0
%5.03
%42.71
%21.96

Codes

Color #C7BD72 in popluar color models

C7BD72
RGB199189114
HSL53°43.15%61.37%
HSB/HSV53°42.71%78.04%
CMYK0.00%5.03%42.71%
21.96%

Color #C7BD72 in popluar number systems.

HEXC7BD72
Decimal199189114
Binary11000111101111011110010
Octal307275162

Shades and tints

Shades of #C7BD72

#C7BD72
(199,189,114)
#B5AC68
(181,172,104)
#A39B5E
(163,155,94)
#918A54
(145,138,84)
#7F794A
(127,121,74)
#6D6840
(109,104,64)
#5B5736
(91,87,54)
#49462C
(73,70,44)
#373522
(55,53,34)
#252418
(37,36,24)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #C7BD72

#C7BD72
(199,189,114)
#CCC37E
(204,195,126)
#D1C98A
(209,201,138)
#D6CF96
(214,207,150)
#DBD5A2
(219,213,162)
#E0DBAE
(224,219,174)
#E5E1BA
(229,225,186)
#EAE7C6
(234,231,198)
#EFEDD2
(239,237,210)
#F4F3DE
(244,243,222)
#F9F9EA
(249,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BD72 color. Also use rgb(199,189,114) instead hex code.

Text Font Color

.myTextColor { color: #C7BD72; }

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

This text font color is #C7BD72.


Background Color

.myBgColor { background-color: #C7BD72; }

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

This div background color is #C7BD72.


Border color

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

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

This div border color is #C7BD72.


Opacity

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

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

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

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

This text has shadow with #C7BD72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BD72 on black background.


Color preview on white background

This text has color #C7BD72 on white background.



Black color preview on #C7BD72 background

This text has black color on #C7BD72 background.


White color preview on #C7BD72 background

This text has white color on #C7BD72 background.