COLOR #B7C071

HEX: #B7C071
RGB: (183,192,113)

Color info

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

RGB color model

#B7C071 color RGB value is (183,192,113).

  • red value is 183;
  • green value is 192;
  • blue value is 113.
RGB:
(183,192,113)
(72%,75%,44%)

RGB channels and saturation

R 183 of 255 = 72%
G 192 of 255 = 75%
B 113 of 255 = 44%

183
192
113

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

Portions of RGB colors in percentages

R + G + B =
183 + 192 + 113 = 488 (100%)
R 183 of 488 ~ 37.5%
G 192 of 488 ~ 39.34%
B 113 of 488 ~ 23.16%

%37.5
%39.34
%23.16

CMYK color model

#B7C071 color CMYK value is (5,0,41,25).

  • cyan value is 4.69%
  • magenta value is 0.00%
  • yellow value is 41.15%
  • key color value is 24.71%
CMYK:
(5,0,41,25)
C5M0Y41K25 
(5%,0%,41%,25%)
(0.05/0.00/0.41/0.25)	

CMYK percentages

%4.69
%0
%41.15
%24.71

Codes

Color #B7C071 in popluar color models

B7C071
RGB183192113
HSL67°38.54%59.80%
HSB/HSV67°41.15%75.29%
CMYK4.69%0.00%41.15%
24.71%

Color #B7C071 in popluar number systems.

HEXB7C071
Decimal183192113
Binary10110111110000001110001
Octal267300161

Shades and tints

Shades of #B7C071

#B7C071
(183,192,113)
#A7AF67
(167,175,103)
#979E5D
(151,158,93)
#878D53
(135,141,83)
#777C49
(119,124,73)
#676B3F
(103,107,63)
#575A35
(87,90,53)
#47492B
(71,73,43)
#373821
(55,56,33)
#272717
(39,39,23)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #B7C071

#B7C071
(183,192,113)
#BDC57D
(189,197,125)
#C3CA89
(195,202,137)
#C9CF95
(201,207,149)
#CFD4A1
(207,212,161)
#D5D9AD
(213,217,173)
#DBDEB9
(219,222,185)
#E1E3C5
(225,227,197)
#E7E8D1
(231,232,209)
#EDEDDD
(237,237,221)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C071; }

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

This text font color is #B7C071.


Background Color

.myBgColor { background-color: #B7C071; }

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

This div background color is #B7C071.


Border color

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

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

This div border color is #B7C071.


Opacity

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

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

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

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

This text has shadow with #B7C071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C071 on black background.


Color preview on white background

This text has color #B7C071 on white background.



Black color preview on #B7C071 background

This text has black color on #B7C071 background.


White color preview on #B7C071 background

This text has white color on #B7C071 background.