COLOR #B0D49D

HEX: #B0D49D RGB: (176,212,157)

Color info

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

RGB color model

#B0D49D color RGB value is (176,212,157).

RGB: (176,212,157) (69%, 83%, 62%)

RGB channels and saturation

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

176
212
157

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

Portions of RGB colors in percentages

R + G + B = 176 + 212 + 157 = 545 (100%)
R 176 of 545 ~ 32.29%
G 212 of 545 ~ 38.9%
B 157 of 545 ~ 28.81'%

%32.29
%38.9
%28.81

CMYK color model

#B0D49D color CMYK value is (17,0,26,17).

  • cyan value is 16.98%
  • magenta value is 0.00%
  • yellow value is 25.94%
  • key color value is 16.86%

CMYK: (17,0,26,17)
C17M0Y26K17 (17%, 0%, 26%, 17%)
(0.17 / 0.00 / 0.26 / 0.17)

CMYK percentages

%16.98
%0
%25.94
%16.86

Codes

Color #B0D49D in popluar color models

B0 D4 9D
RGB 176 212 157
HSL 99° 39.01% 72.35%
HSB/HSV 99° 25.94% 83.14%
CMYK 16.98% 0.00% 25.94%
16.86%

Color #B0D49D in popluar number systems.

HEX B0 D4 9D
Decimal 176 212 157
Binary 10110000 11010100 10011101
Octal 260 324 235

Shades and tints

Shades of #B0D49D

#B0D49D
(176,212,157)
#A0C18F
(160,193,143)
#90AE81
(144,174,129)
#809B73
(128,155,115)
#708865
(112,136,101)
#607557
(96,117,87)
#506249
(80,98,73)
#404F3B
(64,79,59)
#303C2D
(48,60,45)
#20291F
(32,41,31)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #B0D49D

#B0D49D
(176,212,157)
#B7D7A5
(183,215,165)
#BEDAAD
(190,218,173)
#C5DDB5
(197,221,181)
#CCE0BD
(204,224,189)
#D3E3C5
(211,227,197)
#DAE6CD
(218,230,205)
#E1E9D5
(225,233,213)
#E8ECDD
(232,236,221)
#EFEFE5
(239,239,229)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D49D; }

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

This text font color is #B0D49D.

Background Color

.myBgColor { background-color: #B0D49D; }

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

This div background color is #B0D49D.

Border color

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

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

This div border color is #B0D49D.

Opacity

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

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

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

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

This text has shadow with #B0D49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D49D.

Preview

Color preview on black background

This text has color #B0D49D on black background.


Color preview on white background

This text has color #B0D49D on white background.


Black color preview on #B0D49D background

This text has black color on #B0D49D background.


White color preview on #B0D49D background

This text has white color on #B0D49D background.


Related colors

Complementary color

Complementary color for #hex is #4F2B62.


I love getcolorcode.com

Triadic colors

1 #9DB0D4 and #D49DB0 with #B0D49D are triadic colors.

2 #9DD4B0 and #D4B09D with #B0D49D are triadic colors.