COLOR #B0EB8F

HEX: #B0EB8F RGB: (176,235,143)

Color info

#B0EB8F contains mainly red and green colors. Web safe color of #B0EB8F is #99FF99 (or #9F9).

RGB color model

#B0EB8F color RGB value is (176,235,143).

RGB: (176,235,143) (69%, 92%, 56%)

RGB channels and saturation

R 176 of 255 = 69%
G 235 of 255 = 92%
B 143 of 255 = 56%

176
235
143

R + G + B ~ 72%. #B0EB8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 235 + 143 = 554 (100%)
R 176 of 554 ~ 31.77%
G 235 of 554 ~ 42.42%
B 143 of 554 ~ 25.81'%

%31.77
%42.42
%25.81

CMYK color model

#B0EB8F color CMYK value is (25,0,39,8).

  • cyan value is 25.11%
  • magenta value is 0.00%
  • yellow value is 39.15%
  • key color value is 7.84%

CMYK: (25,0,39,8)
C25M0Y39K8 (25%, 0%, 39%, 8%)
(0.25 / 0.00 / 0.39 / 0.08)

CMYK percentages

%25.11
%0
%39.15
%7.84

Codes

Color #B0EB8F in popluar color models

B0 EB 8F
RGB 176 235 143
HSL 98° 69.70% 74.12%
HSB/HSV 98° 39.15% 92.16%
CMYK 25.11% 0.00% 39.15%
7.84%

Color #B0EB8F in popluar number systems.

HEX B0 EB 8F
Decimal 176 235 143
Binary 10110000 11101011 10001111
Octal 260 353 217

Shades and tints

Shades of #B0EB8F

#B0EB8F
(176,235,143)
#A0D682
(160,214,130)
#90C175
(144,193,117)
#80AC68
(128,172,104)
#70975B
(112,151,91)
#60824E
(96,130,78)
#506D41
(80,109,65)
#405834
(64,88,52)
#304327
(48,67,39)
#202E1A
(32,46,26)
#10190D
(16,25,13)
#000000
(0,0,0)

Tints of #B0EB8F

#B0EB8F
(176,235,143)
#B7EC99
(183,236,153)
#BEEDA3
(190,237,163)
#C5EEAD
(197,238,173)
#CCEFB7
(204,239,183)
#D3F0C1
(211,240,193)
#DAF1CB
(218,241,203)
#E1F2D5
(225,242,213)
#E8F3DF
(232,243,223)
#EFF4E9
(239,244,233)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EB8F color. Also use rgb(176,235,143) instead hex code.

Text Font Color

.myTextColor { color: #B0EB8F; }

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

This text font color is #B0EB8F.

Background Color

.myBgColor { background-color: #B0EB8F; }

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

This div background color is #B0EB8F.

Border color

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

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

This div border color is #B0EB8F.

Opacity

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

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

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

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

This text has shadow with #B0EB8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0EB8F.

Preview

Color preview on black background

This text has color #B0EB8F on black background.


Color preview on white background

This text has color #B0EB8F on white background.


Black color preview on #B0EB8F background

This text has black color on #B0EB8F background.


White color preview on #B0EB8F background

This text has white color on #B0EB8F background.


Related colors

Complementary color

Complementary color for #hex is #4F1470.


I love getcolorcode.com

Triadic colors

1 #8FB0EB and #EB8FB0 with #B0EB8F are triadic colors.

2 #8FEBB0 and #EBB08F with #B0EB8F are triadic colors.