COLOR #B4D295

HEX: #B4D295
RGB: (180,210,149)

Color info

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

RGB color model

#B4D295 color RGB value is (180,210,149).

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

RGB channels and saturation

R 180 of 255 = 71%
G 210 of 255 = 82%
B 149 of 255 = 58%

180
210
149

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

Portions of RGB colors in percentages

R + G + B =
180 + 210 + 149 = 539 (100%)
R 180 of 539 ~ 33.4%
G 210 of 539 ~ 38.96%
B 149 of 539 ~ 27.64%

%33.4
%38.96
%27.64

CMYK color model

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

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • 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
%29.05
%17.65

Codes

Color #B4D295 in popluar color models

B4D295
RGB180210149
HSL90°40.40%70.39%
HSB/HSV90°29.05%82.35%
CMYK14.29%0.00%29.05%
17.65%

Color #B4D295 in popluar number systems.

HEXB4D295
Decimal180210149
Binary101101001101001010010101
Octal264322225

Shades and tints

Shades of #B4D295

#B4D295
(180,210,149)
#A4BF88
(164,191,136)
#94AC7B
(148,172,123)
#84996E
(132,153,110)
#748661
(116,134,97)
#647354
(100,115,84)
#546047
(84,96,71)
#444D3A
(68,77,58)
#343A2D
(52,58,45)
#242720
(36,39,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #B4D295

#B4D295
(180,210,149)
#BAD69E
(186,214,158)
#C0DAA7
(192,218,167)
#C6DEB0
(198,222,176)
#CCE2B9
(204,226,185)
#D2E6C2
(210,230,194)
#D8EACB
(216,234,203)
#DEEED4
(222,238,212)
#E4F2DD
(228,242,221)
#EAF6E6
(234,246,230)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D295; }

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

This text font color is #B4D295.


Background Color

.myBgColor { background-color: #B4D295; }

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

This div background color is #B4D295.


Border color

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

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

This div border color is #B4D295.


Opacity

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

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

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

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

This text has shadow with #B4D295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D295 on black background.


Color preview on white background

This text has color #B4D295 on white background.



Black color preview on #B4D295 background

This text has black color on #B4D295 background.


White color preview on #B4D295 background

This text has white color on #B4D295 background.