COLOR #B4D887

HEX: #B4D887 RGB: (180,216,135)

Color info

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

RGB color model

#B4D887 color RGB value is (180,216,135).

RGB: (180,216,135) (71%, 85%, 53%)

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 135 of 255 = 53%

180
216
135

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

Portions of RGB colors in percentages

R + G + B = 180 + 216 + 135 = 531 (100%)
R 180 of 531 ~ 33.9%
G 216 of 531 ~ 40.68%
B 135 of 531 ~ 25.42'%

%33.9
%40.68
%25.42

CMYK color model

#B4D887 color CMYK value is (17,0,38,15).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 15.29%
CMYK: (17,0,38,15) C17M0Y38K15 (17%,0%,38%,15%) (0.17/0.00/0.38/0.15) 

CMYK percentages

%16.67
%0
%37.5
%15.29

Codes

Color #B4D887 in popluar color models

B4 D8 87
RGB 180 216 135
HSL 87° 50.94% 68.82%
HSB/HSV 87° 37.50% 84.71%
CMYK 16.67% 0.00% 37.50%
15.29%

Color #B4D887 in popluar number systems.

HEX B4 D8 87
Decimal 180 216 135
Binary 10110100 11011000 10000111
Octal 264 330 207

Shades and tints

Shades of #B4D887

#B4D887
(180,216,135)
#A4C57B
(164,197,123)
#94B26F
(148,178,111)
#849F63
(132,159,99)
#748C57
(116,140,87)
#64794B
(100,121,75)
#54663F
(84,102,63)
#445333
(68,83,51)
#344027
(52,64,39)
#242D1B
(36,45,27)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #B4D887

#B4D887
(180,216,135)
#BADB91
(186,219,145)
#C0DE9B
(192,222,155)
#C6E1A5
(198,225,165)
#CCE4AF
(204,228,175)
#D2E7B9
(210,231,185)
#D8EAC3
(216,234,195)
#DEEDCD
(222,237,205)
#E4F0D7
(228,240,215)
#EAF3E1
(234,243,225)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D887 color. Also use rgb(180,216,135) instead hex code.

Text Font Color

.myTextColor { color: #B4D887; }

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

This text font color is #B4D887.

Background Color

.myBgColor { background-color: #B4D887; }

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

This div background color is #B4D887.

Border color

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

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

This div border color is #B4D887.

Opacity

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

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

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

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

This text has shadow with #B4D887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D887.

Preview

Color preview on black background

This text has color #B4D887 on black background.


Color preview on white background

This text has color #B4D887 on white background.


Black color preview on #B4D887 background

This text has black color on #B4D887 background.


White color preview on #B4D887 background

This text has white color on #B4D887 background.


Related colors

Complementary color

Complementary color for #hex is #4B2778.


I love getcolorcode.com

Triadic colors

1 #87B4D8 and #D887B4 with #B4D887 are triadic colors.

2 #87D8B4 and #D8B487 with #B4D887 are triadic colors.