COLOR #B5D08B

HEX: #B5D08B
RGB: (181,208,139)

Color info

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

RGB color model

#B5D08B color RGB value is (181,208,139).

  • red value is 181;
  • green value is 208;
  • blue value is 139.
RGB:
(181,208,139)
(71%,82%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 208 of 255 = 82%
B 139 of 255 = 55%

181
208
139

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

Portions of RGB colors in percentages

R + G + B =
181 + 208 + 139 = 528 (100%)
R 181 of 528 ~ 34.28%
G 208 of 528 ~ 39.39%
B 139 of 528 ~ 26.33%

%34.28
%39.39
%26.33

CMYK color model

#B5D08B color CMYK value is (13,0,33,18).

  • cyan value is 12.98%
  • magenta value is 0.00%
  • yellow value is 33.17%
  • key color value is 18.43%
CMYK:
(13,0,33,18)
C13M0Y33K18 
(13%,0%,33%,18%)
(0.13/0.00/0.33/0.18)	

CMYK percentages

%12.98
%0
%33.17
%18.43

Codes

Color #B5D08B in popluar color models

B5D08B
RGB181208139
HSL83°42.33%68.04%
HSB/HSV83°33.17%81.57%
CMYK12.98%0.00%33.17%
18.43%

Color #B5D08B in popluar number systems.

HEXB5D08B
Decimal181208139
Binary101101011101000010001011
Octal265320213

Shades and tints

Shades of #B5D08B

#B5D08B
(181,208,139)
#A5BE7F
(165,190,127)
#95AC73
(149,172,115)
#859A67
(133,154,103)
#75885B
(117,136,91)
#65764F
(101,118,79)
#556443
(85,100,67)
#455237
(69,82,55)
#35402B
(53,64,43)
#252E1F
(37,46,31)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #B5D08B

#B5D08B
(181,208,139)
#BBD495
(187,212,149)
#C1D89F
(193,216,159)
#C7DCA9
(199,220,169)
#CDE0B3
(205,224,179)
#D3E4BD
(211,228,189)
#D9E8C7
(217,232,199)
#DFECD1
(223,236,209)
#E5F0DB
(229,240,219)
#EBF4E5
(235,244,229)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D08B color. Also use rgb(181,208,139) instead hex code.

Text Font Color

.myTextColor { color: #B5D08B; }

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

This text font color is #B5D08B.


Background Color

.myBgColor { background-color: #B5D08B; }

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

This div background color is #B5D08B.


Border color

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

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

This div border color is #B5D08B.


Opacity

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

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

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

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

This text has shadow with #B5D08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D08B on black background.


Color preview on white background

This text has color #B5D08B on white background.



Black color preview on #B5D08B background

This text has black color on #B5D08B background.


White color preview on #B5D08B background

This text has white color on #B5D08B background.