COLOR #B8C87F

HEX: #B8C87F
RGB: (184,200,127)

Color info

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

RGB color model

#B8C87F color RGB value is (184,200,127).

  • red value is 184;
  • green value is 200;
  • blue value is 127.
RGB:
(184,200,127)
(72%,78%,50%)

RGB channels and saturation

R 184 of 255 = 72%
G 200 of 255 = 78%
B 127 of 255 = 50%

184
200
127

R + G + B ~ 67%. #B8C87F is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 200 + 127 = 511 (100%)
R 184 of 511 ~ 36.01%
G 200 of 511 ~ 39.14%
B 127 of 511 ~ 24.85%

%36.01
%39.14
%24.85

CMYK color model

#B8C87F color CMYK value is (8,0,37,22).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 36.50%
  • key color value is 21.57%
CMYK:
(8,0,37,22)
C8M0Y37K22 
(8%,0%,37%,22%)
(0.08/0.00/0.37/0.22)	

CMYK percentages

%8
%0
%36.5
%21.57

Codes

Color #B8C87F in popluar color models

B8C87F
RGB184200127
HSL73°39.89%64.12%
HSB/HSV73°36.50%78.43%
CMYK8.00%0.00%36.50%
21.57%

Color #B8C87F in popluar number systems.

HEXB8C87F
Decimal184200127
Binary10111000110010001111111
Octal270310177

Shades and tints

Shades of #B8C87F

#B8C87F
(184,200,127)
#A8B674
(168,182,116)
#98A469
(152,164,105)
#88925E
(136,146,94)
#788053
(120,128,83)
#686E48
(104,110,72)
#585C3D
(88,92,61)
#484A32
(72,74,50)
#383827
(56,56,39)
#28261C
(40,38,28)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #B8C87F

#B8C87F
(184,200,127)
#BECD8A
(190,205,138)
#C4D295
(196,210,149)
#CAD7A0
(202,215,160)
#D0DCAB
(208,220,171)
#D6E1B6
(214,225,182)
#DCE6C1
(220,230,193)
#E2EBCC
(226,235,204)
#E8F0D7
(232,240,215)
#EEF5E2
(238,245,226)
#F4FAED
(244,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C87F color. Also use rgb(184,200,127) instead hex code.

Text Font Color

.myTextColor { color: #B8C87F; }

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

This text font color is #B8C87F.


Background Color

.myBgColor { background-color: #B8C87F; }

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

This div background color is #B8C87F.


Border color

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

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

This div border color is #B8C87F.


Opacity

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

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

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

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

This text has shadow with #B8C87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C87F on black background.


Color preview on white background

This text has color #B8C87F on white background.



Black color preview on #B8C87F background

This text has black color on #B8C87F background.


White color preview on #B8C87F background

This text has white color on #B8C87F background.