COLOR #B0E7B2

HEX: #B0E7B2 RGB: (176,231,178)

Color info

#B0E7B2 contains red, green and blue colors in about the same proportion. Web safe color of #B0E7B2 is #99FF99 (or #9F9).

RGB color model

#B0E7B2 color RGB value is (176,231,178).

RGB: (176,231,178) (69%, 91%, 70%)

RGB channels and saturation

R 176 of 255 = 69%
G 231 of 255 = 91%
B 178 of 255 = 70%

176
231
178

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

Portions of RGB colors in percentages

R + G + B = 176 + 231 + 178 = 585 (100%)
R 176 of 585 ~ 30.09%
G 231 of 585 ~ 39.49%
B 178 of 585 ~ 30.43'%

%30.09
%39.49
%30.43

CMYK color model

#B0E7B2 color CMYK value is (24,0,23,9).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 9.41%

CMYK: (24,0,23,9)
C24M0Y23K9 (24%, 0%, 23%, 9%)
(0.24 / 0.00 / 0.23 / 0.09)

CMYK percentages

%23.81
%0
%22.94
%9.41

Codes

Color #B0E7B2 in popluar color models

B0 E7 B2
RGB 176 231 178
HSL 122° 53.40% 79.80%
HSB/HSV 122° 23.81% 90.59%
CMYK 23.81% 0.00% 22.94%
9.41%

Color #B0E7B2 in popluar number systems.

HEX B0 E7 B2
Decimal 176 231 178
Binary 10110000 11100111 10110010
Octal 260 347 262

Shades and tints

Shades of #B0E7B2

#B0E7B2
(176,231,178)
#A0D2A2
(160,210,162)
#90BD92
(144,189,146)
#80A882
(128,168,130)
#709372
(112,147,114)
#607E62
(96,126,98)
#506952
(80,105,82)
#405442
(64,84,66)
#303F32
(48,63,50)
#202A22
(32,42,34)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #B0E7B2

#B0E7B2
(176,231,178)
#B7E9B9
(183,233,185)
#BEEBC0
(190,235,192)
#C5EDC7
(197,237,199)
#CCEFCE
(204,239,206)
#D3F1D5
(211,241,213)
#DAF3DC
(218,243,220)
#E1F5E3
(225,245,227)
#E8F7EA
(232,247,234)
#EFF9F1
(239,249,241)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E7B2 color. Also use rgb(176,231,178) instead hex code.

Text Font Color

.myTextColor { color: #B0E7B2; }

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

This text font color is #B0E7B2.

Background Color

.myBgColor { background-color: #B0E7B2; }

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

This div background color is #B0E7B2.

Border color

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

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

This div border color is #B0E7B2.

Opacity

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

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

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

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

This text has shadow with #B0E7B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E7B2.

Preview

Color preview on black background

This text has color #B0E7B2 on black background.


Color preview on white background

This text has color #B0E7B2 on white background.


Black color preview on #B0E7B2 background

This text has black color on #B0E7B2 background.


White color preview on #B0E7B2 background

This text has white color on #B0E7B2 background.


Related colors

Complementary color

Complementary color for #hex is #4F184D.


I love getcolorcode.com

Triadic colors

1 #B2B0E7 and #E7B2B0 with #B0E7B2 are triadic colors.

2 #B2E7B0 and #E7B0B2 with #B0E7B2 are triadic colors.