COLOR #B4D395

HEX: #B4D395
RGB: (180,211,149)

Color info

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

RGB color model

#B4D395 color RGB value is (180,211,149).

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

RGB channels and saturation

R 180 of 255 = 71%
G 211 of 255 = 83%
B 149 of 255 = 58%

180
211
149

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

Portions of RGB colors in percentages

R + G + B =
180 + 211 + 149 = 540 (100%)
R 180 of 540 ~ 33.33%
G 211 of 540 ~ 39.07%
B 149 of 540 ~ 27.59%

%33.33
%39.07
%27.59

CMYK color model

#B4D395 color CMYK value is (15,0,29,17).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 17.25%
CMYK:
(15,0,29,17)
C15M0Y29K17 
(15%,0%,29%,17%)
(0.15/0.00/0.29/0.17)	

CMYK percentages

%14.69
%0
%29.38
%17.25

Codes

Color #B4D395 in popluar color models

B4D395
RGB180211149
HSL90°41.33%70.59%
HSB/HSV90°29.38%82.75%
CMYK14.69%0.00%29.38%
17.25%

Color #B4D395 in popluar number systems.

HEXB4D395
Decimal180211149
Binary101101001101001110010101
Octal264323225

Shades and tints

Shades of #B4D395

#B4D395
(180,211,149)
#A4C088
(164,192,136)
#94AD7B
(148,173,123)
#849A6E
(132,154,110)
#748761
(116,135,97)
#647454
(100,116,84)
#546147
(84,97,71)
#444E3A
(68,78,58)
#343B2D
(52,59,45)
#242820
(36,40,32)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B4D395

#B4D395
(180,211,149)
#BAD79E
(186,215,158)
#C0DBA7
(192,219,167)
#C6DFB0
(198,223,176)
#CCE3B9
(204,227,185)
#D2E7C2
(210,231,194)
#D8EBCB
(216,235,203)
#DEEFD4
(222,239,212)
#E4F3DD
(228,243,221)
#EAF7E6
(234,247,230)
#F0FBEF
(240,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D395; }

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

This text font color is #B4D395.


Background Color

.myBgColor { background-color: #B4D395; }

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

This div background color is #B4D395.


Border color

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

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

This div border color is #B4D395.


Opacity

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

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

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

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

This text has shadow with #B4D395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D395 on black background.


Color preview on white background

This text has color #B4D395 on white background.



Black color preview on #B4D395 background

This text has black color on #B4D395 background.


White color preview on #B4D395 background

This text has white color on #B4D395 background.