COLOR #B4D47C

HEX: #B4D47C RGB: (180,212,124)

Color info

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

RGB color model

#B4D47C color RGB value is (180,212,124).

RGB: (180,212,124) (71%, 83%, 49%)

RGB channels and saturation

R 180 of 255 = 71%
G 212 of 255 = 83%
B 124 of 255 = 49%

180
212
124

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

Portions of RGB colors in percentages

R + G + B = 180 + 212 + 124 = 516 (100%)
R 180 of 516 ~ 34.88%
G 212 of 516 ~ 41.09%
B 124 of 516 ~ 24.03'%

%34.88
%41.09
%24.03

CMYK color model

#B4D47C color CMYK value is (15,0,42,17).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 41.51%
  • key color value is 16.86%

CMYK: (15,0,42,17)
C15M0Y42K17 (15%, 0%, 42%, 17%)
(0.15 / 0.00 / 0.42 / 0.17)

CMYK percentages

%15.09
%0
%41.51
%16.86

Codes

Color #B4D47C in popluar color models

B4 D4 7C
RGB 180 212 124
HSL 82° 50.57% 65.88%
HSB/HSV 82° 41.51% 83.14%
CMYK 15.09% 0.00% 41.51%
16.86%

Color #B4D47C in popluar number systems.

HEX B4 D4 7C
Decimal 180 212 124
Binary 10110100 11010100 1111100
Octal 264 324 174

Shades and tints

Shades of #B4D47C

#B4D47C
(180,212,124)
#A4C171
(164,193,113)
#94AE66
(148,174,102)
#849B5B
(132,155,91)
#748850
(116,136,80)
#647545
(100,117,69)
#54623A
(84,98,58)
#444F2F
(68,79,47)
#343C24
(52,60,36)
#242919
(36,41,25)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #B4D47C

#B4D47C
(180,212,124)
#BAD787
(186,215,135)
#C0DA92
(192,218,146)
#C6DD9D
(198,221,157)
#CCE0A8
(204,224,168)
#D2E3B3
(210,227,179)
#D8E6BE
(216,230,190)
#DEE9C9
(222,233,201)
#E4ECD4
(228,236,212)
#EAEFDF
(234,239,223)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D47C color. Also use rgb(180,212,124) instead hex code.

Text Font Color

.myTextColor { color: #B4D47C; }

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

This text font color is #B4D47C.

Background Color

.myBgColor { background-color: #B4D47C; }

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

This div background color is #B4D47C.

Border color

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

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

This div border color is #B4D47C.

Opacity

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

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

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

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

This text has shadow with #B4D47C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D47C.

Preview

Color preview on black background

This text has color #B4D47C on black background.


Color preview on white background

This text has color #B4D47C on white background.


Black color preview on #B4D47C background

This text has black color on #B4D47C background.


White color preview on #B4D47C background

This text has white color on #B4D47C background.


Related colors

Complementary color

Complementary color for #hex is #4B2B83.


I love getcolorcode.com

Triadic colors

1 #7CB4D4 and #D47CB4 with #B4D47C are triadic colors.

2 #7CD4B4 and #D4B47C with #B4D47C are triadic colors.