COLOR #B4DC94

HEX: #B4DC94
RGB: (180,220,148)

Color info

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

RGB color model

#B4DC94 color RGB value is (180,220,148).

  • red value is 180;
  • green value is 220;
  • blue value is 148.
RGB:
(180,220,148)
(71%,86%,58%)

RGB channels and saturation

R 180 of 255 = 71%
G 220 of 255 = 86%
B 148 of 255 = 58%

180
220
148

R + G + B ~ 72%. #B4DC94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 220 + 148 = 548 (100%)
R 180 of 548 ~ 32.85%
G 220 of 548 ~ 40.15%
B 148 of 548 ~ 27.01%

%32.85
%40.15
%27.01

CMYK color model

#B4DC94 color CMYK value is (18,0,33,14).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 13.73%
CMYK:
(18,0,33,14)
C18M0Y33K14 
(18%,0%,33%,14%)
(0.18/0.00/0.33/0.14)	

CMYK percentages

%18.18
%0
%32.73
%13.73

Codes

Color #B4DC94 in popluar color models

B4DC94
RGB180220148
HSL93°50.70%72.16%
HSB/HSV93°32.73%86.27%
CMYK18.18%0.00%32.73%
13.73%

Color #B4DC94 in popluar number systems.

HEXB4DC94
Decimal180220148
Binary101101001101110010010100
Octal264334224

Shades and tints

Shades of #B4DC94

#B4DC94
(180,220,148)
#A4C887
(164,200,135)
#94B47A
(148,180,122)
#84A06D
(132,160,109)
#748C60
(116,140,96)
#647853
(100,120,83)
#546446
(84,100,70)
#445039
(68,80,57)
#343C2C
(52,60,44)
#24281F
(36,40,31)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4DC94

#B4DC94
(180,220,148)
#BADF9D
(186,223,157)
#C0E2A6
(192,226,166)
#C6E5AF
(198,229,175)
#CCE8B8
(204,232,184)
#D2EBC1
(210,235,193)
#D8EECA
(216,238,202)
#DEF1D3
(222,241,211)
#E4F4DC
(228,244,220)
#EAF7E5
(234,247,229)
#F0FAEE
(240,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DC94 color. Also use rgb(180,220,148) instead hex code.

Text Font Color

.myTextColor { color: #B4DC94; }

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

This text font color is #B4DC94.


Background Color

.myBgColor { background-color: #B4DC94; }

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

This div background color is #B4DC94.


Border color

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

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

This div border color is #B4DC94.


Opacity

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

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

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

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

This text has shadow with #B4DC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DC94 on black background.


Color preview on white background

This text has color #B4DC94 on white background.



Black color preview on #B4DC94 background

This text has black color on #B4DC94 background.


White color preview on #B4DC94 background

This text has white color on #B4DC94 background.