COLOR #B4D296

HEX: #B4D296
RGB: (180,210,150)

Color info

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

RGB color model

#B4D296 color RGB value is (180,210,150).

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

RGB channels and saturation

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

180
210
150

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

Portions of RGB colors in percentages

R + G + B =
180 + 210 + 150 = 540 (100%)
R 180 of 540 ~ 33.33%
G 210 of 540 ~ 38.89%
B 150 of 540 ~ 27.78%

%33.33
%38.89
%27.78

CMYK color model

#B4D296 color CMYK value is (14,0,29,18).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 17.65%
CMYK:
(14,0,29,18)
C14M0Y29K18 
(14%,0%,29%,18%)
(0.14/0.00/0.29/0.18)	

CMYK percentages

%14.29
%0
%28.57
%17.65

Codes

Color #B4D296 in popluar color models

B4D296
RGB180210150
HSL90°40.00%70.59%
HSB/HSV90°28.57%82.35%
CMYK14.29%0.00%28.57%
17.65%

Color #B4D296 in popluar number systems.

HEXB4D296
Decimal180210150
Binary101101001101001010010110
Octal264322226

Shades and tints

Shades of #B4D296

#B4D296
(180,210,150)
#A4BF89
(164,191,137)
#94AC7C
(148,172,124)
#84996F
(132,153,111)
#748662
(116,134,98)
#647355
(100,115,85)
#546048
(84,96,72)
#444D3B
(68,77,59)
#343A2E
(52,58,46)
#242721
(36,39,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #B4D296

#B4D296
(180,210,150)
#BAD69F
(186,214,159)
#C0DAA8
(192,218,168)
#C6DEB1
(198,222,177)
#CCE2BA
(204,226,186)
#D2E6C3
(210,230,195)
#D8EACC
(216,234,204)
#DEEED5
(222,238,213)
#E4F2DE
(228,242,222)
#EAF6E7
(234,246,231)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D296; }

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

This text font color is #B4D296.


Background Color

.myBgColor { background-color: #B4D296; }

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

This div background color is #B4D296.


Border color

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

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

This div border color is #B4D296.


Opacity

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

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

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

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

This text has shadow with #B4D296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D296 on black background.


Color preview on white background

This text has color #B4D296 on white background.



Black color preview on #B4D296 background

This text has black color on #B4D296 background.


White color preview on #B4D296 background

This text has white color on #B4D296 background.