COLOR #B4D28C

HEX: #B4D28C
RGB: (180,210,140)

Color info

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

RGB color model

#B4D28C color RGB value is (180,210,140).

  • red value is 180;
  • green value is 210;
  • blue value is 140.
RGB:
(180,210,140)
(71%,82%,55%)

RGB channels and saturation

R 180 of 255 = 71%
G 210 of 255 = 82%
B 140 of 255 = 55%

180
210
140

R + G + B ~ 69%. #B4D28C is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 210 + 140 = 530 (100%)
R 180 of 530 ~ 33.96%
G 210 of 530 ~ 39.62%
B 140 of 530 ~ 26.42%

%33.96
%39.62
%26.42

CMYK color model

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

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 17.65%
CMYK:
(14,0,33,18)
C14M0Y33K18 
(14%,0%,33%,18%)
(0.14/0.00/0.33/0.18)	

CMYK percentages

%14.29
%0
%33.33
%17.65

Codes

Color #B4D28C in popluar color models

B4D28C
RGB180210140
HSL86°43.75%68.63%
HSB/HSV86°33.33%82.35%
CMYK14.29%0.00%33.33%
17.65%

Color #B4D28C in popluar number systems.

HEXB4D28C
Decimal180210140
Binary101101001101001010001100
Octal264322214

Shades and tints

Shades of #B4D28C

#B4D28C
(180,210,140)
#A4BF80
(164,191,128)
#94AC74
(148,172,116)
#849968
(132,153,104)
#74865C
(116,134,92)
#647350
(100,115,80)
#546044
(84,96,68)
#444D38
(68,77,56)
#343A2C
(52,58,44)
#242720
(36,39,32)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #B4D28C

#B4D28C
(180,210,140)
#BAD696
(186,214,150)
#C0DAA0
(192,218,160)
#C6DEAA
(198,222,170)
#CCE2B4
(204,226,180)
#D2E6BE
(210,230,190)
#D8EAC8
(216,234,200)
#DEEED2
(222,238,210)
#E4F2DC
(228,242,220)
#EAF6E6
(234,246,230)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D28C; }

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

This text font color is #B4D28C.


Background Color

.myBgColor { background-color: #B4D28C; }

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

This div background color is #B4D28C.


Border color

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

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

This div border color is #B4D28C.


Opacity

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

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

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

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

This text has shadow with #B4D28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D28C on black background.


Color preview on white background

This text has color #B4D28C on white background.



Black color preview on #B4D28C background

This text has black color on #B4D28C background.


White color preview on #B4D28C background

This text has white color on #B4D28C background.