COLOR #B7B87D

HEX: #B7B87D
RGB: (183,184,125)

Color info

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

RGB color model

#B7B87D color RGB value is (183,184,125).

  • red value is 183;
  • green value is 184;
  • blue value is 125.
RGB:
(183,184,125)
(72%,72%,49%)

RGB channels and saturation

R 183 of 255 = 72%
G 184 of 255 = 72%
B 125 of 255 = 49%

183
184
125

R + G + B ~ 64%. #B7B87D is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 184 + 125 = 492 (100%)
R 183 of 492 ~ 37.2%
G 184 of 492 ~ 37.4%
B 125 of 492 ~ 25.41%

%37.2
%37.4
%25.41

CMYK color model

#B7B87D color CMYK value is (1,0,32,28).

  • cyan value is 0.54%
  • magenta value is 0.00%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK:
(1,0,32,28)
C1M0Y32K28 
(1%,0%,32%,28%)
(0.01/0.00/0.32/0.28)	

CMYK percentages

%0.54
%0
%32.07
%27.84

Codes

Color #B7B87D in popluar color models

B7B87D
RGB183184125
HSL61°29.35%60.59%
HSB/HSV61°32.07%72.16%
CMYK0.54%0.00%32.07%
27.84%

Color #B7B87D in popluar number systems.

HEXB7B87D
Decimal183184125
Binary10110111101110001111101
Octal267270175

Shades and tints

Shades of #B7B87D

#B7B87D
(183,184,125)
#A7A872
(167,168,114)
#979867
(151,152,103)
#87885C
(135,136,92)
#777851
(119,120,81)
#676846
(103,104,70)
#57583B
(87,88,59)
#474830
(71,72,48)
#373825
(55,56,37)
#27281A
(39,40,26)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #B7B87D

#B7B87D
(183,184,125)
#BDBE88
(189,190,136)
#C3C493
(195,196,147)
#C9CA9E
(201,202,158)
#CFD0A9
(207,208,169)
#D5D6B4
(213,214,180)
#DBDCBF
(219,220,191)
#E1E2CA
(225,226,202)
#E7E8D5
(231,232,213)
#EDEEE0
(237,238,224)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B87D; }

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

This text font color is #B7B87D.


Background Color

.myBgColor { background-color: #B7B87D; }

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

This div background color is #B7B87D.


Border color

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

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

This div border color is #B7B87D.


Opacity

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

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

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

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

This text has shadow with #B7B87D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B87D on black background.


Color preview on white background

This text has color #B7B87D on white background.



Black color preview on #B7B87D background

This text has black color on #B7B87D background.


White color preview on #B7B87D background

This text has white color on #B7B87D background.