COLOR #B5D48D

HEX: #B5D48D
RGB: (181,212,141)

Color info

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

RGB color model

#B5D48D color RGB value is (181,212,141).

  • red value is 181;
  • green value is 212;
  • blue value is 141.
RGB:
(181,212,141)
(71%,83%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 212 of 255 = 83%
B 141 of 255 = 55%

181
212
141

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

Portions of RGB colors in percentages

R + G + B =
181 + 212 + 141 = 534 (100%)
R 181 of 534 ~ 33.9%
G 212 of 534 ~ 39.7%
B 141 of 534 ~ 26.4%

%33.9
%39.7
%26.4

CMYK color model

#B5D48D color CMYK value is (15,0,33,17).

  • cyan value is 14.62%
  • magenta value is 0.00%
  • yellow value is 33.49%
  • key color value is 16.86%
CMYK:
(15,0,33,17)
C15M0Y33K17 
(15%,0%,33%,17%)
(0.15/0.00/0.33/0.17)	

CMYK percentages

%14.62
%0
%33.49
%16.86

Codes

Color #B5D48D in popluar color models

B5D48D
RGB181212141
HSL86°45.22%69.22%
HSB/HSV86°33.49%83.14%
CMYK14.62%0.00%33.49%
16.86%

Color #B5D48D in popluar number systems.

HEXB5D48D
Decimal181212141
Binary101101011101010010001101
Octal265324215

Shades and tints

Shades of #B5D48D

#B5D48D
(181,212,141)
#A5C181
(165,193,129)
#95AE75
(149,174,117)
#859B69
(133,155,105)
#75885D
(117,136,93)
#657551
(101,117,81)
#556245
(85,98,69)
#454F39
(69,79,57)
#353C2D
(53,60,45)
#252921
(37,41,33)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #B5D48D

#B5D48D
(181,212,141)
#BBD797
(187,215,151)
#C1DAA1
(193,218,161)
#C7DDAB
(199,221,171)
#CDE0B5
(205,224,181)
#D3E3BF
(211,227,191)
#D9E6C9
(217,230,201)
#DFE9D3
(223,233,211)
#E5ECDD
(229,236,221)
#EBEFE7
(235,239,231)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D48D color. Also use rgb(181,212,141) instead hex code.

Text Font Color

.myTextColor { color: #B5D48D; }

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

This text font color is #B5D48D.


Background Color

.myBgColor { background-color: #B5D48D; }

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

This div background color is #B5D48D.


Border color

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

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

This div border color is #B5D48D.


Opacity

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

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

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

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

This text has shadow with #B5D48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D48D on black background.


Color preview on white background

This text has color #B5D48D on white background.



Black color preview on #B5D48D background

This text has black color on #B5D48D background.


White color preview on #B5D48D background

This text has white color on #B5D48D background.