COLOR #B5D187

HEX: #B5D187
RGB: (181,209,135)

Color info

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

RGB color model

#B5D187 color RGB value is (181,209,135).

  • red value is 181;
  • green value is 209;
  • blue value is 135.
RGB:
(181,209,135)
(71%,82%,53%)

RGB channels and saturation

R 181 of 255 = 71%
G 209 of 255 = 82%
B 135 of 255 = 53%

181
209
135

R + G + B ~ 69%. #B5D187 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 209 + 135 = 525 (100%)
R 181 of 525 ~ 34.48%
G 209 of 525 ~ 39.81%
B 135 of 525 ~ 25.71%

%34.48
%39.81
%25.71

CMYK color model

#B5D187 color CMYK value is (13,0,35,18).

  • cyan value is 13.40%
  • magenta value is 0.00%
  • yellow value is 35.41%
  • key color value is 18.04%
CMYK:
(13,0,35,18)
C13M0Y35K18 
(13%,0%,35%,18%)
(0.13/0.00/0.35/0.18)	

CMYK percentages

%13.4
%0
%35.41
%18.04

Codes

Color #B5D187 in popluar color models

B5D187
RGB181209135
HSL83°44.58%67.45%
HSB/HSV83°35.41%81.96%
CMYK13.40%0.00%35.41%
18.04%

Color #B5D187 in popluar number systems.

HEXB5D187
Decimal181209135
Binary101101011101000110000111
Octal265321207

Shades and tints

Shades of #B5D187

#B5D187
(181,209,135)
#A5BE7B
(165,190,123)
#95AB6F
(149,171,111)
#859863
(133,152,99)
#758557
(117,133,87)
#65724B
(101,114,75)
#555F3F
(85,95,63)
#454C33
(69,76,51)
#353927
(53,57,39)
#25261B
(37,38,27)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #B5D187

#B5D187
(181,209,135)
#BBD591
(187,213,145)
#C1D99B
(193,217,155)
#C7DDA5
(199,221,165)
#CDE1AF
(205,225,175)
#D3E5B9
(211,229,185)
#D9E9C3
(217,233,195)
#DFEDCD
(223,237,205)
#E5F1D7
(229,241,215)
#EBF5E1
(235,245,225)
#F1F9EB
(241,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D187 color. Also use rgb(181,209,135) instead hex code.

Text Font Color

.myTextColor { color: #B5D187; }

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

This text font color is #B5D187.


Background Color

.myBgColor { background-color: #B5D187; }

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

This div background color is #B5D187.


Border color

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

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

This div border color is #B5D187.


Opacity

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

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

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

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

This text has shadow with #B5D187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D187 on black background.


Color preview on white background

This text has color #B5D187 on white background.



Black color preview on #B5D187 background

This text has black color on #B5D187 background.


White color preview on #B5D187 background

This text has white color on #B5D187 background.