COLOR #B4D48D

HEX: #B4D48D
RGB: (180,212,141)

Color info

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

RGB color model

#B4D48D color RGB value is (180,212,141).

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

RGB channels and saturation

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

180
212
141

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

Portions of RGB colors in percentages

R + G + B =
180 + 212 + 141 = 533 (100%)
R 180 of 533 ~ 33.77%
G 212 of 533 ~ 39.77%
B 141 of 533 ~ 26.45%

%33.77
%39.77
%26.45

CMYK color model

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

  • cyan value is 15.09%
  • 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

%15.09
%0
%33.49
%16.86

Codes

Color #B4D48D in popluar color models

B4D48D
RGB180212141
HSL87°45.22%69.22%
HSB/HSV87°33.49%83.14%
CMYK15.09%0.00%33.49%
16.86%

Color #B4D48D in popluar number systems.

HEXB4D48D
Decimal180212141
Binary101101001101010010001101
Octal264324215

Shades and tints

Shades of #B4D48D

#B4D48D
(180,212,141)
#A4C181
(164,193,129)
#94AE75
(148,174,117)
#849B69
(132,155,105)
#74885D
(116,136,93)
#647551
(100,117,81)
#546245
(84,98,69)
#444F39
(68,79,57)
#343C2D
(52,60,45)
#242921
(36,41,33)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #B4D48D

#B4D48D
(180,212,141)
#BAD797
(186,215,151)
#C0DAA1
(192,218,161)
#C6DDAB
(198,221,171)
#CCE0B5
(204,224,181)
#D2E3BF
(210,227,191)
#D8E6C9
(216,230,201)
#DEE9D3
(222,233,211)
#E4ECDD
(228,236,221)
#EAEFE7
(234,239,231)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D48D; }

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

This text font color is #B4D48D.


Background Color

.myBgColor { background-color: #B4D48D; }

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

This div background color is #B4D48D.


Border color

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

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

This div border color is #B4D48D.


Opacity

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

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

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

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

This text has shadow with #B4D48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D48D on black background.


Color preview on white background

This text has color #B4D48D on white background.



Black color preview on #B4D48D background

This text has black color on #B4D48D background.


White color preview on #B4D48D background

This text has white color on #B4D48D background.