COLOR #B7B780

HEX: #B7B780
RGB: (183,183,128)

Color info

#B7B780 contains red, green and blue colors in about the same proportion. Web safe color of #B7B780 is #CCCC66 (or #CC6).

RGB color model

#B7B780 color RGB value is (183,183,128).

  • red value is 183;
  • green value is 183;
  • blue value is 128.
RGB:
(183,183,128)
(72%,72%,50%)

RGB channels and saturation

R 183 of 255 = 72%
G 183 of 255 = 72%
B 128 of 255 = 50%

183
183
128

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

Portions of RGB colors in percentages

R + G + B =
183 + 183 + 128 = 494 (100%)
R 183 of 494 ~ 37.04%
G 183 of 494 ~ 37.04%
B 128 of 494 ~ 25.91%

%37.04
%37.04
%25.91

CMYK color model

#B7B780 color CMYK value is (0,0,30,28).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 28.24%
CMYK:
(0,0,30,28)
C0M0Y30K28 
(0%,0%,30%,28%)
(0.00/0.00/0.30/0.28)	

CMYK percentages

%0
%0
%30.05
%28.24

Codes

Color #B7B780 in popluar color models

B7B780
RGB183183128
HSL60°27.64%60.98%
HSB/HSV60°30.05%71.76%
CMYK0.00%0.00%30.05%
28.24%

Color #B7B780 in popluar number systems.

HEXB7B780
Decimal183183128
Binary101101111011011110000000
Octal267267200

Shades and tints

Shades of #B7B780

#B7B780
(183,183,128)
#A7A775
(167,167,117)
#97976A
(151,151,106)
#87875F
(135,135,95)
#777754
(119,119,84)
#676749
(103,103,73)
#57573E
(87,87,62)
#474733
(71,71,51)
#373728
(55,55,40)
#27271D
(39,39,29)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #B7B780

#B7B780
(183,183,128)
#BDBD8B
(189,189,139)
#C3C396
(195,195,150)
#C9C9A1
(201,201,161)
#CFCFAC
(207,207,172)
#D5D5B7
(213,213,183)
#DBDBC2
(219,219,194)
#E1E1CD
(225,225,205)
#E7E7D8
(231,231,216)
#EDEDE3
(237,237,227)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B780 color. Also use rgb(183,183,128) instead hex code.

Text Font Color

.myTextColor { color: #B7B780; }

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

This text font color is #B7B780.


Background Color

.myBgColor { background-color: #B7B780; }

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

This div background color is #B7B780.


Border color

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

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

This div border color is #B7B780.


Opacity

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

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

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

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

This text has shadow with #B7B780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B780 on black background.


Color preview on white background

This text has color #B7B780 on white background.



Black color preview on #B7B780 background

This text has black color on #B7B780 background.


White color preview on #B7B780 background

This text has white color on #B7B780 background.