COLOR #C7BF51

HEX: #C7BF51
RGB: (199,191,81)

Color info

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

RGB color model

#C7BF51 color RGB value is (199,191,81).

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

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 81 of 255 = 32%

199
191
81

R + G + B ~ 62%. #C7BF51 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 191 + 81 = 471 (100%)
R 199 of 471 ~ 42.25%
G 191 of 471 ~ 40.55%
B 81 of 471 ~ 17.2%

%42.25
%40.55
%17.2

CMYK color model

#C7BF51 color CMYK value is (0,4,59,22).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 59.30%
  • key color value is 21.96%
CMYK:
(0,4,59,22)
C0M4Y59K22 
(0%,4%,59%,22%)
(0.00/0.04/0.59/0.22)	

CMYK percentages

%0
%4.02
%59.3
%21.96

Codes

Color #C7BF51 in popluar color models

C7BF51
RGB19919181
HSL56°51.30%54.90%
HSB/HSV56°59.30%78.04%
CMYK0.00%4.02%59.30%
21.96%

Color #C7BF51 in popluar number systems.

HEXC7BF51
Decimal19919181
Binary11000111101111111010001
Octal307277121

Shades and tints

Shades of #C7BF51

#C7BF51
(199,191,81)
#B5AE4A
(181,174,74)
#A39D43
(163,157,67)
#918C3C
(145,140,60)
#7F7B35
(127,123,53)
#6D6A2E
(109,106,46)
#5B5927
(91,89,39)
#494820
(73,72,32)
#373719
(55,55,25)
#252612
(37,38,18)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #C7BF51

#C7BF51
(199,191,81)
#CCC460
(204,196,96)
#D1C96F
(209,201,111)
#D6CE7E
(214,206,126)
#DBD38D
(219,211,141)
#E0D89C
(224,216,156)
#E5DDAB
(229,221,171)
#EAE2BA
(234,226,186)
#EFE7C9
(239,231,201)
#F4ECD8
(244,236,216)
#F9F1E7
(249,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BF51; }

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

This text font color is #C7BF51.


Background Color

.myBgColor { background-color: #C7BF51; }

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

This div background color is #C7BF51.


Border color

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

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

This div border color is #C7BF51.


Opacity

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

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

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

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

This text has shadow with #C7BF51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BF51 on black background.


Color preview on white background

This text has color #C7BF51 on white background.



Black color preview on #C7BF51 background

This text has black color on #C7BF51 background.


White color preview on #C7BF51 background

This text has white color on #C7BF51 background.