COLOR #B4D87B

HEX: #B4D87B RGB: (180,216,123)

Color info

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

RGB color model

#B4D87B color RGB value is (180,216,123).

RGB: (180,216,123) (71%, 85%, 48%)

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 123 of 255 = 48%

180
216
123

R + G + B ~ 68%. #B4D87B is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 216 + 123 = 519 (100%)
R 180 of 519 ~ 34.68%
G 216 of 519 ~ 41.62%
B 123 of 519 ~ 23.7'%

%34.68
%41.62
%23.7

CMYK color model

#B4D87B color CMYK value is (17,0,43,15).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 43.06%
  • key color value is 15.29%
CMYK: (17,0,43,15) C17M0Y43K15 (17%,0%,43%,15%) (0.17/0.00/0.43/0.15) 

CMYK percentages

%16.67
%0
%43.06
%15.29

Codes

Color #B4D87B in popluar color models

B4 D8 7B
RGB 180 216 123
HSL 83° 54.39% 66.47%
HSB/HSV 83° 43.06% 84.71%
CMYK 16.67% 0.00% 43.06%
15.29%

Color #B4D87B in popluar number systems.

HEX B4 D8 7B
Decimal 180 216 123
Binary 10110100 11011000 1111011
Octal 264 330 173

Shades and tints

Shades of #B4D87B

#B4D87B
(180,216,123)
#A4C570
(164,197,112)
#94B265
(148,178,101)
#849F5A
(132,159,90)
#748C4F
(116,140,79)
#647944
(100,121,68)
#546639
(84,102,57)
#44532E
(68,83,46)
#344023
(52,64,35)
#242D18
(36,45,24)
#141A0D
(20,26,13)
#000000
(0,0,0)

Tints of #B4D87B

#B4D87B
(180,216,123)
#BADB87
(186,219,135)
#C0DE93
(192,222,147)
#C6E19F
(198,225,159)
#CCE4AB
(204,228,171)
#D2E7B7
(210,231,183)
#D8EAC3
(216,234,195)
#DEEDCF
(222,237,207)
#E4F0DB
(228,240,219)
#EAF3E7
(234,243,231)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D87B; }

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

This text font color is #B4D87B.

Background Color

.myBgColor { background-color: #B4D87B; }

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

This div background color is #B4D87B.

Border color

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

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

This div border color is #B4D87B.

Opacity

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

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

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

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

This text has shadow with #B4D87B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D87B.

Preview

Color preview on black background

This text has color #B4D87B on black background.


Color preview on white background

This text has color #B4D87B on white background.


Black color preview on #B4D87B background

This text has black color on #B4D87B background.


White color preview on #B4D87B background

This text has white color on #B4D87B background.


Related colors

Complementary color

Complementary color for #hex is #4B2784.


I love getcolorcode.com

Triadic colors

1 #7BB4D8 and #D87BB4 with #B4D87B are triadic colors.

2 #7BD8B4 and #D8B47B with #B4D87B are triadic colors.