COLOR #B4D78C

HEX: #B4D78C RGB: (180,215,140)

Color info

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

RGB color model

#B4D78C color RGB value is (180,215,140).

RGB: (180,215,140) (71%, 84%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 215 of 255 = 84%
B 140 of 255 = 55%

180
215
140

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

Portions of RGB colors in percentages

R + G + B = 180 + 215 + 140 = 535 (100%)
R 180 of 535 ~ 33.64%
G 215 of 535 ~ 40.19%
B 140 of 535 ~ 26.17'%

%33.64
%40.19
%26.17

CMYK color model

#B4D78C color CMYK value is (16,0,35,16).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 34.88%
  • key color value is 15.69%
CMYK: (16,0,35,16) C16M0Y35K16 (16%,0%,35%,16%) (0.16/0.00/0.35/0.16) 

CMYK percentages

%16.28
%0
%34.88
%15.69

Codes

Color #B4D78C in popluar color models

B4 D7 8C
RGB 180 215 140
HSL 88° 48.39% 69.61%
HSB/HSV 88° 34.88% 84.31%
CMYK 16.28% 0.00% 34.88%
15.69%

Color #B4D78C in popluar number systems.

HEX B4 D7 8C
Decimal 180 215 140
Binary 10110100 11010111 10001100
Octal 264 327 214

Shades and tints

Shades of #B4D78C

#B4D78C
(180,215,140)
#A4C480
(164,196,128)
#94B174
(148,177,116)
#849E68
(132,158,104)
#748B5C
(116,139,92)
#647850
(100,120,80)
#546544
(84,101,68)
#445238
(68,82,56)
#343F2C
(52,63,44)
#242C20
(36,44,32)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #B4D78C

#B4D78C
(180,215,140)
#BADA96
(186,218,150)
#C0DDA0
(192,221,160)
#C6E0AA
(198,224,170)
#CCE3B4
(204,227,180)
#D2E6BE
(210,230,190)
#D8E9C8
(216,233,200)
#DEECD2
(222,236,210)
#E4EFDC
(228,239,220)
#EAF2E6
(234,242,230)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D78C color. Also use rgb(180,215,140) instead hex code.

Text Font Color

.myTextColor { color: #B4D78C; }

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

This text font color is #B4D78C.

Background Color

.myBgColor { background-color: #B4D78C; }

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

This div background color is #B4D78C.

Border color

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

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

This div border color is #B4D78C.

Opacity

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

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

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

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

This text has shadow with #B4D78C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D78C.

Preview

Color preview on black background

This text has color #B4D78C on black background.


Color preview on white background

This text has color #B4D78C on white background.


Black color preview on #B4D78C background

This text has black color on #B4D78C background.


White color preview on #B4D78C background

This text has white color on #B4D78C background.


Related colors

Complementary color

Complementary color for #hex is #4B2873.


I love getcolorcode.com

Triadic colors

1 #8CB4D7 and #D78CB4 with #B4D78C are triadic colors.

2 #8CD7B4 and #D7B48C with #B4D78C are triadic colors.