COLOR #B0E0BD

HEX: #B0E0BD RGB: (176,224,189)

Color info

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

RGB color model

#B0E0BD color RGB value is (176,224,189).

RGB: (176,224,189) (69%, 88%, 74%)

RGB channels and saturation

R 176 of 255 = 69%
G 224 of 255 = 88%
B 189 of 255 = 74%

176
224
189

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

Portions of RGB colors in percentages

R + G + B = 176 + 224 + 189 = 589 (100%)
R 176 of 589 ~ 29.88%
G 224 of 589 ~ 38.03%
B 189 of 589 ~ 32.09'%

%29.88
%38.03
%32.09

CMYK color model

#B0E0BD color CMYK value is (21,0,16,12).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 12.16%

CMYK: (21,0,16,12)
C21M0Y16K12 (21%, 0%, 16%, 12%)
(0.21 / 0.00 / 0.16 / 0.12)

CMYK percentages

%21.43
%0
%15.63
%12.16

Codes

Color #B0E0BD in popluar color models

B0 E0 BD
RGB 176 224 189
HSL 136° 43.64% 78.43%
HSB/HSV 136° 21.43% 87.84%
CMYK 21.43% 0.00% 15.63%
12.16%

Color #B0E0BD in popluar number systems.

HEX B0 E0 BD
Decimal 176 224 189
Binary 10110000 11100000 10111101
Octal 260 340 275

Shades and tints

Shades of #B0E0BD

#B0E0BD
(176,224,189)
#A0CCAC
(160,204,172)
#90B89B
(144,184,155)
#80A48A
(128,164,138)
#709079
(112,144,121)
#607C68
(96,124,104)
#506857
(80,104,87)
#405446
(64,84,70)
#304035
(48,64,53)
#202C24
(32,44,36)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #B0E0BD

#B0E0BD
(176,224,189)
#B7E2C3
(183,226,195)
#BEE4C9
(190,228,201)
#C5E6CF
(197,230,207)
#CCE8D5
(204,232,213)
#D3EADB
(211,234,219)
#DAECE1
(218,236,225)
#E1EEE7
(225,238,231)
#E8F0ED
(232,240,237)
#EFF2F3
(239,242,243)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E0BD color. Also use rgb(176,224,189) instead hex code.

Text Font Color

.myTextColor { color: #B0E0BD; }

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

This text font color is #B0E0BD.

Background Color

.myBgColor { background-color: #B0E0BD; }

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

This div background color is #B0E0BD.

Border color

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

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

This div border color is #B0E0BD.

Opacity

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

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

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

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

This text has shadow with #B0E0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E0BD.

Preview

Color preview on black background

This text has color #B0E0BD on black background.


Color preview on white background

This text has color #B0E0BD on white background.


Black color preview on #B0E0BD background

This text has black color on #B0E0BD background.


White color preview on #B0E0BD background

This text has white color on #B0E0BD background.


Related colors

Complementary color

Complementary color for #hex is #4F1F42.


I love getcolorcode.com

Triadic colors

1 #BDB0E0 and #E0BDB0 with #B0E0BD are triadic colors.

2 #BDE0B0 and #E0B0BD with #B0E0BD are triadic colors.