COLOR #B4E0BD

HEX: #B4E0BD
RGB: (180,224,189)

Color info

#B4E0BD contains red, green and blue colors in about the same proportion. Web safe color of #B4E0BD is #CCCCCC (or #CCC).

RGB color model

#B4E0BD color RGB value is (180,224,189).

  • red value is 180;
  • green value is 224;
  • blue value is 189.
RGB:
(180,224,189)
(71%,88%,74%)

RGB channels and saturation

R 180 of 255 = 71%
G 224 of 255 = 88%
B 189 of 255 = 74%

180
224
189

R + G + B ~ 78%. #B4E0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 224 + 189 = 593 (100%)
R 180 of 593 ~ 30.35%
G 224 of 593 ~ 37.77%
B 189 of 593 ~ 31.87%

%30.35
%37.77
%31.87

CMYK color model

#B4E0BD color CMYK value is (20,0,16,12).

  • cyan value is 19.64%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 12.16%
CMYK:
(20,0,16,12)
C20M0Y16K12 
(20%,0%,16%,12%)
(0.20/0.00/0.16/0.12)	

CMYK percentages

%19.64
%0
%15.63
%12.16

Codes

Color #B4E0BD in popluar color models

B4E0BD
RGB180224189
HSL132°41.51%79.22%
HSB/HSV132°19.64%87.84%
CMYK19.64%0.00%15.63%
12.16%

Color #B4E0BD in popluar number systems.

HEXB4E0BD
Decimal180224189
Binary101101001110000010111101
Octal264340275

Shades and tints

Shades of #B4E0BD

#B4E0BD
(180,224,189)
#A4CCAC
(164,204,172)
#94B89B
(148,184,155)
#84A48A
(132,164,138)
#749079
(116,144,121)
#647C68
(100,124,104)
#546857
(84,104,87)
#445446
(68,84,70)
#344035
(52,64,53)
#242C24
(36,44,36)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #B4E0BD

#B4E0BD
(180,224,189)
#BAE2C3
(186,226,195)
#C0E4C9
(192,228,201)
#C6E6CF
(198,230,207)
#CCE8D5
(204,232,213)
#D2EADB
(210,234,219)
#D8ECE1
(216,236,225)
#DEEEE7
(222,238,231)
#E4F0ED
(228,240,237)
#EAF2F3
(234,242,243)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E0BD color. Also use rgb(180,224,189) instead hex code.

Text Font Color

.myTextColor { color: #B4E0BD; }

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

This text font color is #B4E0BD.


Background Color

.myBgColor { background-color: #B4E0BD; }

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

This div background color is #B4E0BD.


Border color

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

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

This div border color is #B4E0BD.


Opacity

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

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

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

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

This text has shadow with #B4E0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E0BD on black background.


Color preview on white background

This text has color #B4E0BD on white background.



Black color preview on #B4E0BD background

This text has black color on #B4E0BD background.


White color preview on #B4E0BD background

This text has white color on #B4E0BD background.