COLOR #B0EFB4

HEX: #B0EFB4
RGB: (176,239,180)

Color info

#B0EFB4 contains mainly green and blue colors. Web safe color of #B0EFB4 is #99FFCC (or #9FC).

RGB color model

#B0EFB4 color RGB value is (176,239,180).

  • red value is 176;
  • green value is 239;
  • blue value is 180.
RGB:
(176,239,180)
(69%,94%,71%)

RGB channels and saturation

R 176 of 255 = 69%
G 239 of 255 = 94%
B 180 of 255 = 71%

176
239
180

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

Portions of RGB colors in percentages

R + G + B =
176 + 239 + 180 = 595 (100%)
R 176 of 595 ~ 29.58%
G 239 of 595 ~ 40.17%
B 180 of 595 ~ 30.25%

%29.58
%40.17
%30.25

CMYK color model

#B0EFB4 color CMYK value is (26,0,25,6).

  • cyan value is 26.36%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 6.27%
CMYK:
(26,0,25,6)
C26M0Y25K6 
(26%,0%,25%,6%)
(0.26/0.00/0.25/0.06)	

CMYK percentages

%26.36
%0
%24.69
%6.27

Codes

Color #B0EFB4 in popluar color models

B0EFB4
RGB176239180
HSL124°66.32%81.37%
HSB/HSV124°26.36%93.73%
CMYK26.36%0.00%24.69%
6.27%

Color #B0EFB4 in popluar number systems.

HEXB0EFB4
Decimal176239180
Binary101100001110111110110100
Octal260357264

Shades and tints

Shades of #B0EFB4

#B0EFB4
(176,239,180)
#A0DAA4
(160,218,164)
#90C594
(144,197,148)
#80B084
(128,176,132)
#709B74
(112,155,116)
#608664
(96,134,100)
#507154
(80,113,84)
#405C44
(64,92,68)
#304734
(48,71,52)
#203224
(32,50,36)
#101D14
(16,29,20)
#000000
(0,0,0)

Tints of #B0EFB4

#B0EFB4
(176,239,180)
#B7F0BA
(183,240,186)
#BEF1C0
(190,241,192)
#C5F2C6
(197,242,198)
#CCF3CC
(204,243,204)
#D3F4D2
(211,244,210)
#DAF5D8
(218,245,216)
#E1F6DE
(225,246,222)
#E8F7E4
(232,247,228)
#EFF8EA
(239,248,234)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EFB4 color. Also use rgb(176,239,180) instead hex code.

Text Font Color

.myTextColor { color: #B0EFB4; }

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

This text font color is #B0EFB4.


Background Color

.myBgColor { background-color: #B0EFB4; }

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

This div background color is #B0EFB4.


Border color

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

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

This div border color is #B0EFB4.


Opacity

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

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

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

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

This text has shadow with #B0EFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0EFB4 on black background.


Color preview on white background

This text has color #B0EFB4 on white background.



Black color preview on #B0EFB4 background

This text has black color on #B0EFB4 background.


White color preview on #B0EFB4 background

This text has white color on #B0EFB4 background.