COLOR #B0E5BD

HEX: #B0E5BD RGB: (176,229,189)

Color info

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

RGB color model

#B0E5BD color RGB value is (176,229,189).

RGB: (176,229,189) (69%, 90%, 74%)

RGB channels and saturation

R 176 of 255 = 69%
G 229 of 255 = 90%
B 189 of 255 = 74%

176
229
189

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

Portions of RGB colors in percentages

R + G + B = 176 + 229 + 189 = 594 (100%)
R 176 of 594 ~ 29.63%
G 229 of 594 ~ 38.55%
B 189 of 594 ~ 31.82'%

%29.63
%38.55
%31.82

CMYK color model

#B0E5BD color CMYK value is (23,0,17,10).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK: (23,0,17,10) C23M0Y17K10 (23%,0%,17%,10%) (0.23/0.00/0.17/0.10) 

CMYK percentages

%23.14
%0
%17.47
%10.2

Codes

Color #B0E5BD in popluar color models

B0 E5 BD
RGB 176 229 189
HSL 135° 50.48% 79.41%
HSB/HSV 135° 23.14% 89.80%
CMYK 23.14% 0.00% 17.47%
10.20%

Color #B0E5BD in popluar number systems.

HEX B0 E5 BD
Decimal 176 229 189
Binary 10110000 11100101 10111101
Octal 260 345 275

Shades and tints

Shades of #B0E5BD

#B0E5BD
(176,229,189)
#A0D1AC
(160,209,172)
#90BD9B
(144,189,155)
#80A98A
(128,169,138)
#709579
(112,149,121)
#608168
(96,129,104)
#506D57
(80,109,87)
#405946
(64,89,70)
#304535
(48,69,53)
#203124
(32,49,36)
#101D13
(16,29,19)
#000000
(0,0,0)

Tints of #B0E5BD

#B0E5BD
(176,229,189)
#B7E7C3
(183,231,195)
#BEE9C9
(190,233,201)
#C5EBCF
(197,235,207)
#CCEDD5
(204,237,213)
#D3EFDB
(211,239,219)
#DAF1E1
(218,241,225)
#E1F3E7
(225,243,231)
#E8F5ED
(232,245,237)
#EFF7F3
(239,247,243)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E5BD; }

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

This text font color is #B0E5BD.

Background Color

.myBgColor { background-color: #B0E5BD; }

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

This div background color is #B0E5BD.

Border color

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

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

This div border color is #B0E5BD.

Opacity

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

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

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

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

This text has shadow with #B0E5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E5BD.

Preview

Color preview on black background

This text has color #B0E5BD on black background.


Color preview on white background

This text has color #B0E5BD on white background.


Black color preview on #B0E5BD background

This text has black color on #B0E5BD background.


White color preview on #B0E5BD background

This text has white color on #B0E5BD background.


Related colors

Complementary color

Complementary color for #hex is #4F1A42.


I love getcolorcode.com

Triadic colors

1 #BDB0E5 and #E5BDB0 with #B0E5BD are triadic colors.

2 #BDE5B0 and #E5B0BD with #B0E5BD are triadic colors.