COLOR #B1D29C

HEX: #B1D29C
RGB: (177,210,156)

Color info

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

RGB color model

#B1D29C color RGB value is (177,210,156).

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

RGB channels and saturation

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

177
210
156

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

Portions of RGB colors in percentages

R + G + B =
177 + 210 + 156 = 543 (100%)
R 177 of 543 ~ 32.6%
G 210 of 543 ~ 38.67%
B 156 of 543 ~ 28.73%

%32.6
%38.67
%28.73

CMYK color model

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

  • cyan value is 15.71%
  • 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

%15.71
%0
%25.71
%17.65

Codes

Color #B1D29C in popluar color models

B1D29C
RGB177210156
HSL97°37.50%71.76%
HSB/HSV97°25.71%82.35%
CMYK15.71%0.00%25.71%
17.65%

Color #B1D29C in popluar number systems.

HEXB1D29C
Decimal177210156
Binary101100011101001010011100
Octal261322234

Shades and tints

Shades of #B1D29C

#B1D29C
(177,210,156)
#A1BF8E
(161,191,142)
#91AC80
(145,172,128)
#819972
(129,153,114)
#718664
(113,134,100)
#617356
(97,115,86)
#516048
(81,96,72)
#414D3A
(65,77,58)
#313A2C
(49,58,44)
#21271E
(33,39,30)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #B1D29C

#B1D29C
(177,210,156)
#B8D6A5
(184,214,165)
#BFDAAE
(191,218,174)
#C6DEB7
(198,222,183)
#CDE2C0
(205,226,192)
#D4E6C9
(212,230,201)
#DBEAD2
(219,234,210)
#E2EEDB
(226,238,219)
#E9F2E4
(233,242,228)
#F0F6ED
(240,246,237)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D29C; }

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

This text font color is #B1D29C.


Background Color

.myBgColor { background-color: #B1D29C; }

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

This div background color is #B1D29C.


Border color

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

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

This div border color is #B1D29C.


Opacity

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

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

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

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

This text has shadow with #B1D29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D29C on black background.


Color preview on white background

This text has color #B1D29C on white background.



Black color preview on #B1D29C background

This text has black color on #B1D29C background.


White color preview on #B1D29C background

This text has white color on #B1D29C background.