COLOR #B7C860

HEX: #B7C860
RGB: (183,200,96)

Color info

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

RGB color model

#B7C860 color RGB value is (183,200,96).

  • red value is 183;
  • green value is 200;
  • blue value is 96.
RGB:
(183,200,96)
(72%,78%,38%)

RGB channels and saturation

R 183 of 255 = 72%
G 200 of 255 = 78%
B 96 of 255 = 38%

183
200
96

R + G + B ~ 63%. #B7C860 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 200 + 96 = 479 (100%)
R 183 of 479 ~ 38.2%
G 200 of 479 ~ 41.75%
B 96 of 479 ~ 20.04%

%38.2
%41.75
%20.04

CMYK color model

#B7C860 color CMYK value is (9,0,52,22).

  • cyan value is 8.50%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 21.57%
CMYK:
(9,0,52,22)
C9M0Y52K22 
(9%,0%,52%,22%)
(0.09/0.00/0.52/0.22)	

CMYK percentages

%8.5
%0
%52
%21.57

Codes

Color #B7C860 in popluar color models

B7C860
RGB18320096
HSL70°48.60%58.04%
HSB/HSV70°52.00%78.43%
CMYK8.50%0.00%52.00%
21.57%

Color #B7C860 in popluar number systems.

HEXB7C860
Decimal18320096
Binary10110111110010001100000
Octal267310140

Shades and tints

Shades of #B7C860

#B7C860
(183,200,96)
#A7B658
(167,182,88)
#97A450
(151,164,80)
#879248
(135,146,72)
#778040
(119,128,64)
#676E38
(103,110,56)
#575C30
(87,92,48)
#474A28
(71,74,40)
#373820
(55,56,32)
#272618
(39,38,24)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #B7C860

#B7C860
(183,200,96)
#BDCD6E
(189,205,110)
#C3D27C
(195,210,124)
#C9D78A
(201,215,138)
#CFDC98
(207,220,152)
#D5E1A6
(213,225,166)
#DBE6B4
(219,230,180)
#E1EBC2
(225,235,194)
#E7F0D0
(231,240,208)
#EDF5DE
(237,245,222)
#F3FAEC
(243,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C860; }

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

This text font color is #B7C860.


Background Color

.myBgColor { background-color: #B7C860; }

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

This div background color is #B7C860.


Border color

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

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

This div border color is #B7C860.


Opacity

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

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

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

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

This text has shadow with #B7C860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C860 on black background.


Color preview on white background

This text has color #B7C860 on white background.



Black color preview on #B7C860 background

This text has black color on #B7C860 background.


White color preview on #B7C860 background

This text has white color on #B7C860 background.