COLOR #C7BF82

HEX: #C7BF82
RGB: (199,191,130)

Color info

#C7BF82 contains mainly red and green colors. Web safe color of #C7BF82 is #CCCC99 (or #CC9).

RGB color model

#C7BF82 color RGB value is (199,191,130).

  • red value is 199;
  • green value is 191;
  • blue value is 130.
RGB:
(199,191,130)
(78%,75%,51%)

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 130 of 255 = 51%

199
191
130

R + G + B ~ 68%. #C7BF82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 191 + 130 = 520 (100%)
R 199 of 520 ~ 38.27%
G 191 of 520 ~ 36.73%
B 130 of 520 ~ 25%

%38.27
%36.73
%25

CMYK color model

#C7BF82 color CMYK value is (0,4,35,22).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 34.67%
  • key color value is 21.96%
CMYK:
(0,4,35,22)
C0M4Y35K22 
(0%,4%,35%,22%)
(0.00/0.04/0.35/0.22)	

CMYK percentages

%0
%4.02
%34.67
%21.96

Codes

Color #C7BF82 in popluar color models

C7BF82
RGB199191130
HSL53°38.12%64.51%
HSB/HSV53°34.67%78.04%
CMYK0.00%4.02%34.67%
21.96%

Color #C7BF82 in popluar number systems.

HEXC7BF82
Decimal199191130
Binary110001111011111110000010
Octal307277202

Shades and tints

Shades of #C7BF82

#C7BF82
(199,191,130)
#B5AE77
(181,174,119)
#A39D6C
(163,157,108)
#918C61
(145,140,97)
#7F7B56
(127,123,86)
#6D6A4B
(109,106,75)
#5B5940
(91,89,64)
#494835
(73,72,53)
#37372A
(55,55,42)
#25261F
(37,38,31)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #C7BF82

#C7BF82
(199,191,130)
#CCC48D
(204,196,141)
#D1C998
(209,201,152)
#D6CEA3
(214,206,163)
#DBD3AE
(219,211,174)
#E0D8B9
(224,216,185)
#E5DDC4
(229,221,196)
#EAE2CF
(234,226,207)
#EFE7DA
(239,231,218)
#F4ECE5
(244,236,229)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BF82 color. Also use rgb(199,191,130) instead hex code.

Text Font Color

.myTextColor { color: #C7BF82; }

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

This text font color is #C7BF82.


Background Color

.myBgColor { background-color: #C7BF82; }

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

This div background color is #C7BF82.


Border color

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

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

This div border color is #C7BF82.


Opacity

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

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

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

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

This text has shadow with #C7BF82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BF82 on black background.


Color preview on white background

This text has color #C7BF82 on white background.



Black color preview on #C7BF82 background

This text has black color on #C7BF82 background.


White color preview on #C7BF82 background

This text has white color on #C7BF82 background.