COLOR #B0D49E

HEX: #B0D49E
RGB: (176,212,158)

Color info

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

RGB color model

#B0D49E color RGB value is (176,212,158).

  • red value is 176;
  • green value is 212;
  • blue value is 158.
RGB:
(176,212,158)
(69%,83%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 212 of 255 = 83%
B 158 of 255 = 62%

176
212
158

R + G + B ~ 71%. #B0D49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 212 + 158 = 546 (100%)
R 176 of 546 ~ 32.23%
G 212 of 546 ~ 38.83%
B 158 of 546 ~ 28.94%

%32.23
%38.83
%28.94

CMYK color model

#B0D49E color CMYK value is (17,0,25,17).

  • cyan value is 16.98%
  • magenta value is 0.00%
  • yellow value is 25.47%
  • key color value is 16.86%
CMYK:
(17,0,25,17)
C17M0Y25K17 
(17%,0%,25%,17%)
(0.17/0.00/0.25/0.17)	

CMYK percentages

%16.98
%0
%25.47
%16.86

Codes

Color #B0D49E in popluar color models

B0D49E
RGB176212158
HSL100°38.57%72.55%
HSB/HSV100°25.47%83.14%
CMYK16.98%0.00%25.47%
16.86%

Color #B0D49E in popluar number systems.

HEXB0D49E
Decimal176212158
Binary101100001101010010011110
Octal260324236

Shades and tints

Shades of #B0D49E

#B0D49E
(176,212,158)
#A0C190
(160,193,144)
#90AE82
(144,174,130)
#809B74
(128,155,116)
#708866
(112,136,102)
#607558
(96,117,88)
#50624A
(80,98,74)
#404F3C
(64,79,60)
#303C2E
(48,60,46)
#202920
(32,41,32)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #B0D49E

#B0D49E
(176,212,158)
#B7D7A6
(183,215,166)
#BEDAAE
(190,218,174)
#C5DDB6
(197,221,182)
#CCE0BE
(204,224,190)
#D3E3C6
(211,227,198)
#DAE6CE
(218,230,206)
#E1E9D6
(225,233,214)
#E8ECDE
(232,236,222)
#EFEFE6
(239,239,230)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D49E color. Also use rgb(176,212,158) instead hex code.

Text Font Color

.myTextColor { color: #B0D49E; }

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

This text font color is #B0D49E.


Background Color

.myBgColor { background-color: #B0D49E; }

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

This div background color is #B0D49E.


Border color

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

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

This div border color is #B0D49E.


Opacity

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

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

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

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

This text has shadow with #B0D49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D49E on black background.


Color preview on white background

This text has color #B0D49E on white background.



Black color preview on #B0D49E background

This text has black color on #B0D49E background.


White color preview on #B0D49E background

This text has white color on #B0D49E background.