COLOR #B8DA87

HEX: #B8DA87
RGB: (184,218,135)

Color info

#B8DA87 contains mainly red and green colors. Web safe color of #B8DA87 is #CCCC99 (or #CC9).

RGB color model

#B8DA87 color RGB value is (184,218,135).

  • red value is 184;
  • green value is 218;
  • blue value is 135.
RGB:
(184,218,135)
(72%,85%,53%)

RGB channels and saturation

R 184 of 255 = 72%
G 218 of 255 = 85%
B 135 of 255 = 53%

184
218
135

R + G + B ~ 70%. #B8DA87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 218 + 135 = 537 (100%)
R 184 of 537 ~ 34.26%
G 218 of 537 ~ 40.6%
B 135 of 537 ~ 25.14%

%34.26
%40.6
%25.14

CMYK color model

#B8DA87 color CMYK value is (16,0,38,15).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 38.07%
  • key color value is 14.51%
CMYK:
(16,0,38,15)
C16M0Y38K15 
(16%,0%,38%,15%)
(0.16/0.00/0.38/0.15)	

CMYK percentages

%15.6
%0
%38.07
%14.51

Codes

Color #B8DA87 in popluar color models

B8DA87
RGB184218135
HSL85°52.87%69.22%
HSB/HSV85°38.07%85.49%
CMYK15.60%0.00%38.07%
14.51%

Color #B8DA87 in popluar number systems.

HEXB8DA87
Decimal184218135
Binary101110001101101010000111
Octal270332207

Shades and tints

Shades of #B8DA87

#B8DA87
(184,218,135)
#A8C77B
(168,199,123)
#98B46F
(152,180,111)
#88A163
(136,161,99)
#788E57
(120,142,87)
#687B4B
(104,123,75)
#58683F
(88,104,63)
#485533
(72,85,51)
#384227
(56,66,39)
#282F1B
(40,47,27)
#181C0F
(24,28,15)
#000000
(0,0,0)

Tints of #B8DA87

#B8DA87
(184,218,135)
#BEDD91
(190,221,145)
#C4E09B
(196,224,155)
#CAE3A5
(202,227,165)
#D0E6AF
(208,230,175)
#D6E9B9
(214,233,185)
#DCECC3
(220,236,195)
#E2EFCD
(226,239,205)
#E8F2D7
(232,242,215)
#EEF5E1
(238,245,225)
#F4F8EB
(244,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8DA87 color. Also use rgb(184,218,135) instead hex code.

Text Font Color

.myTextColor { color: #B8DA87; }

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

This text font color is #B8DA87.


Background Color

.myBgColor { background-color: #B8DA87; }

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

This div background color is #B8DA87.


Border color

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

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

This div border color is #B8DA87.


Opacity

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

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

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

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

This text has shadow with #B8DA87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DA87 on black background.


Color preview on white background

This text has color #B8DA87 on white background.



Black color preview on #B8DA87 background

This text has black color on #B8DA87 background.


White color preview on #B8DA87 background

This text has white color on #B8DA87 background.