COLOR #B4D096

HEX: #B4D096
RGB: (180,208,150)

Color info

#B4D096 contains red, green and blue colors in about the same proportion. Web safe color of #B4D096 is #CCCC99 (or #CC9).

RGB color model

#B4D096 color RGB value is (180,208,150).

  • red value is 180;
  • green value is 208;
  • blue value is 150.
RGB:
(180,208,150)
(71%,82%,59%)

RGB channels and saturation

R 180 of 255 = 71%
G 208 of 255 = 82%
B 150 of 255 = 59%

180
208
150

R + G + B ~ 71%. #B4D096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 208 + 150 = 538 (100%)
R 180 of 538 ~ 33.46%
G 208 of 538 ~ 38.66%
B 150 of 538 ~ 27.88%

%33.46
%38.66
%27.88

CMYK color model

#B4D096 color CMYK value is (13,0,28,18).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 18.43%
CMYK:
(13,0,28,18)
C13M0Y28K18 
(13%,0%,28%,18%)
(0.13/0.00/0.28/0.18)	

CMYK percentages

%13.46
%0
%27.88
%18.43

Codes

Color #B4D096 in popluar color models

B4D096
RGB180208150
HSL89°38.16%70.20%
HSB/HSV89°27.88%81.57%
CMYK13.46%0.00%27.88%
18.43%

Color #B4D096 in popluar number systems.

HEXB4D096
Decimal180208150
Binary101101001101000010010110
Octal264320226

Shades and tints

Shades of #B4D096

#B4D096
(180,208,150)
#A4BE89
(164,190,137)
#94AC7C
(148,172,124)
#849A6F
(132,154,111)
#748862
(116,136,98)
#647655
(100,118,85)
#546448
(84,100,72)
#44523B
(68,82,59)
#34402E
(52,64,46)
#242E21
(36,46,33)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #B4D096

#B4D096
(180,208,150)
#BAD49F
(186,212,159)
#C0D8A8
(192,216,168)
#C6DCB1
(198,220,177)
#CCE0BA
(204,224,186)
#D2E4C3
(210,228,195)
#D8E8CC
(216,232,204)
#DEECD5
(222,236,213)
#E4F0DE
(228,240,222)
#EAF4E7
(234,244,231)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D096 color. Also use rgb(180,208,150) instead hex code.

Text Font Color

.myTextColor { color: #B4D096; }

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

This text font color is #B4D096.


Background Color

.myBgColor { background-color: #B4D096; }

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

This div background color is #B4D096.


Border color

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

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

This div border color is #B4D096.


Opacity

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

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

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

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

This text has shadow with #B4D096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D096 on black background.


Color preview on white background

This text has color #B4D096 on white background.



Black color preview on #B4D096 background

This text has black color on #B4D096 background.


White color preview on #B4D096 background

This text has white color on #B4D096 background.