COLOR #B4DC7A

HEX: #B4DC7A
RGB: (180,220,122)

Color info

#B4DC7A contains mainly red and green colors. Web safe color of #B4DC7A is #CCCC66 (or #CC6).

RGB color model

#B4DC7A color RGB value is (180,220,122).

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

RGB channels and saturation

R 180 of 255 = 71%
G 220 of 255 = 86%
B 122 of 255 = 48%

180
220
122

R + G + B ~ 68%. #B4DC7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 220 + 122 = 522 (100%)
R 180 of 522 ~ 34.48%
G 220 of 522 ~ 42.15%
B 122 of 522 ~ 23.37%

%34.48
%42.15
%23.37

CMYK color model

#B4DC7A color CMYK value is (18,0,45,14).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 44.55%
  • key color value is 13.73%
CMYK:
(18,0,45,14)
C18M0Y45K14 
(18%,0%,45%,14%)
(0.18/0.00/0.45/0.14)	

CMYK percentages

%18.18
%0
%44.55
%13.73

Codes

Color #B4DC7A in popluar color models

B4DC7A
RGB180220122
HSL84°58.33%67.06%
HSB/HSV84°44.55%86.27%
CMYK18.18%0.00%44.55%
13.73%

Color #B4DC7A in popluar number systems.

HEXB4DC7A
Decimal180220122
Binary10110100110111001111010
Octal264334172

Shades and tints

Shades of #B4DC7A

#B4DC7A
(180,220,122)
#A4C86F
(164,200,111)
#94B464
(148,180,100)
#84A059
(132,160,89)
#748C4E
(116,140,78)
#647843
(100,120,67)
#546438
(84,100,56)
#44502D
(68,80,45)
#343C22
(52,60,34)
#242817
(36,40,23)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #B4DC7A

#B4DC7A
(180,220,122)
#BADF86
(186,223,134)
#C0E292
(192,226,146)
#C6E59E
(198,229,158)
#CCE8AA
(204,232,170)
#D2EBB6
(210,235,182)
#D8EEC2
(216,238,194)
#DEF1CE
(222,241,206)
#E4F4DA
(228,244,218)
#EAF7E6
(234,247,230)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DC7A; }

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

This text font color is #B4DC7A.


Background Color

.myBgColor { background-color: #B4DC7A; }

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

This div background color is #B4DC7A.


Border color

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

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

This div border color is #B4DC7A.


Opacity

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

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

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

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

This text has shadow with #B4DC7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DC7A on black background.


Color preview on white background

This text has color #B4DC7A on white background.



Black color preview on #B4DC7A background

This text has black color on #B4DC7A background.


White color preview on #B4DC7A background

This text has white color on #B4DC7A background.