COLOR #B0EBA8

HEX: #B0EBA8 RGB: (176,235,168)

Color info

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

RGB color model

#B0EBA8 color RGB value is (176,235,168).

RGB: (176,235,168) (69%, 92%, 66%)

RGB channels and saturation

R 176 of 255 = 69%
G 235 of 255 = 92%
B 168 of 255 = 66%

176
235
168

R + G + B ~ 76%. #B0EBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 235 + 168 = 579 (100%)
R 176 of 579 ~ 30.4%
G 235 of 579 ~ 40.59%
B 168 of 579 ~ 29.02'%

%30.4
%40.59
%29.02

CMYK color model

#B0EBA8 color CMYK value is (25,0,29,8).

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

CMYK: (25,0,29,8)
C25M0Y29K8 (25%, 0%, 29%, 8%)
(0.25 / 0.00 / 0.29 / 0.08)

CMYK percentages

%25.11
%0
%28.51
%7.84

Codes

Color #B0EBA8 in popluar color models

B0 EB A8
RGB 176 235 168
HSL 113° 62.62% 79.02%
HSB/HSV 113° 28.51% 92.16%
CMYK 25.11% 0.00% 28.51%
7.84%

Color #B0EBA8 in popluar number systems.

HEX B0 EB A8
Decimal 176 235 168
Binary 10110000 11101011 10101000
Octal 260 353 250

Shades and tints

Shades of #B0EBA8

#B0EBA8
(176,235,168)
#A0D699
(160,214,153)
#90C18A
(144,193,138)
#80AC7B
(128,172,123)
#70976C
(112,151,108)
#60825D
(96,130,93)
#506D4E
(80,109,78)
#40583F
(64,88,63)
#304330
(48,67,48)
#202E21
(32,46,33)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #B0EBA8

#B0EBA8
(176,235,168)
#B7ECAF
(183,236,175)
#BEEDB6
(190,237,182)
#C5EEBD
(197,238,189)
#CCEFC4
(204,239,196)
#D3F0CB
(211,240,203)
#DAF1D2
(218,241,210)
#E1F2D9
(225,242,217)
#E8F3E0
(232,243,224)
#EFF4E7
(239,244,231)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0EBA8; }

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

This text font color is #B0EBA8.

Background Color

.myBgColor { background-color: #B0EBA8; }

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

This div background color is #B0EBA8.

Border color

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

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

This div border color is #B0EBA8.

Opacity

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

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

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

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

This text has shadow with #B0EBA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0EBA8.

Preview

Color preview on black background

This text has color #B0EBA8 on black background.


Color preview on white background

This text has color #B0EBA8 on white background.


Black color preview on #B0EBA8 background

This text has black color on #B0EBA8 background.


White color preview on #B0EBA8 background

This text has white color on #B0EBA8 background.


Related colors

Complementary color

Complementary color for #hex is #4F1457.


I love getcolorcode.com

Triadic colors

1 #A8B0EB and #EBA8B0 with #B0EBA8 are triadic colors.

2 #A8EBB0 and #EBB0A8 with #B0EBA8 are triadic colors.