COLOR #B4E1B6

HEX: #B4E1B6
RGB: (180,225,182)

Color info

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

RGB color model

#B4E1B6 color RGB value is (180,225,182).

  • red value is 180;
  • green value is 225;
  • blue value is 182.
RGB:
(180,225,182)
(71%,88%,71%)

RGB channels and saturation

R 180 of 255 = 71%
G 225 of 255 = 88%
B 182 of 255 = 71%

180
225
182

R + G + B ~ 77%. #B4E1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 225 + 182 = 587 (100%)
R 180 of 587 ~ 30.66%
G 225 of 587 ~ 38.33%
B 182 of 587 ~ 31.01%

%30.66
%38.33
%31.01

CMYK color model

#B4E1B6 color CMYK value is (20,0,19,12).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 19.11%
  • key color value is 11.76%
CMYK:
(20,0,19,12)
C20M0Y19K12 
(20%,0%,19%,12%)
(0.20/0.00/0.19/0.12)	

CMYK percentages

%20
%0
%19.11
%11.76

Codes

Color #B4E1B6 in popluar color models

B4E1B6
RGB180225182
HSL123°42.86%79.41%
HSB/HSV123°20.00%88.24%
CMYK20.00%0.00%19.11%
11.76%

Color #B4E1B6 in popluar number systems.

HEXB4E1B6
Decimal180225182
Binary101101001110000110110110
Octal264341266

Shades and tints

Shades of #B4E1B6

#B4E1B6
(180,225,182)
#A4CDA6
(164,205,166)
#94B996
(148,185,150)
#84A586
(132,165,134)
#749176
(116,145,118)
#647D66
(100,125,102)
#546956
(84,105,86)
#445546
(68,85,70)
#344136
(52,65,54)
#242D26
(36,45,38)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #B4E1B6

#B4E1B6
(180,225,182)
#BAE3BC
(186,227,188)
#C0E5C2
(192,229,194)
#C6E7C8
(198,231,200)
#CCE9CE
(204,233,206)
#D2EBD4
(210,235,212)
#D8EDDA
(216,237,218)
#DEEFE0
(222,239,224)
#E4F1E6
(228,241,230)
#EAF3EC
(234,243,236)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E1B6 color. Also use rgb(180,225,182) instead hex code.

Text Font Color

.myTextColor { color: #B4E1B6; }

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

This text font color is #B4E1B6.


Background Color

.myBgColor { background-color: #B4E1B6; }

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

This div background color is #B4E1B6.


Border color

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

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

This div border color is #B4E1B6.


Opacity

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

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

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

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

This text has shadow with #B4E1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E1B6 on black background.


Color preview on white background

This text has color #B4E1B6 on white background.



Black color preview on #B4E1B6 background

This text has black color on #B4E1B6 background.


White color preview on #B4E1B6 background

This text has white color on #B4E1B6 background.