COLOR #B0D29C

HEX: #B0D29C
RGB: (176,210,156)

Color info

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

RGB color model

#B0D29C color RGB value is (176,210,156).

  • red value is 176;
  • green value is 210;
  • blue value is 156.
RGB:
(176,210,156)
(69%,82%,61%)

RGB channels and saturation

R 176 of 255 = 69%
G 210 of 255 = 82%
B 156 of 255 = 61%

176
210
156

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

Portions of RGB colors in percentages

R + G + B =
176 + 210 + 156 = 542 (100%)
R 176 of 542 ~ 32.47%
G 210 of 542 ~ 38.75%
B 156 of 542 ~ 28.78%

%32.47
%38.75
%28.78

CMYK color model

#B0D29C color CMYK value is (16,0,26,18).

  • cyan value is 16.19%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 17.65%
CMYK:
(16,0,26,18)
C16M0Y26K18 
(16%,0%,26%,18%)
(0.16/0.00/0.26/0.18)	

CMYK percentages

%16.19
%0
%25.71
%17.65

Codes

Color #B0D29C in popluar color models

B0D29C
RGB176210156
HSL98°37.50%71.76%
HSB/HSV98°25.71%82.35%
CMYK16.19%0.00%25.71%
17.65%

Color #B0D29C in popluar number systems.

HEXB0D29C
Decimal176210156
Binary101100001101001010011100
Octal260322234

Shades and tints

Shades of #B0D29C

#B0D29C
(176,210,156)
#A0BF8E
(160,191,142)
#90AC80
(144,172,128)
#809972
(128,153,114)
#708664
(112,134,100)
#607356
(96,115,86)
#506048
(80,96,72)
#404D3A
(64,77,58)
#303A2C
(48,58,44)
#20271E
(32,39,30)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #B0D29C

#B0D29C
(176,210,156)
#B7D6A5
(183,214,165)
#BEDAAE
(190,218,174)
#C5DEB7
(197,222,183)
#CCE2C0
(204,226,192)
#D3E6C9
(211,230,201)
#DAEAD2
(218,234,210)
#E1EEDB
(225,238,219)
#E8F2E4
(232,242,228)
#EFF6ED
(239,246,237)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D29C color. Also use rgb(176,210,156) instead hex code.

Text Font Color

.myTextColor { color: #B0D29C; }

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

This text font color is #B0D29C.


Background Color

.myBgColor { background-color: #B0D29C; }

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

This div background color is #B0D29C.


Border color

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

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

This div border color is #B0D29C.


Opacity

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

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

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

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

This text has shadow with #B0D29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D29C on black background.


Color preview on white background

This text has color #B0D29C on white background.



Black color preview on #B0D29C background

This text has black color on #B0D29C background.


White color preview on #B0D29C background

This text has white color on #B0D29C background.