COLOR #B1D29E

HEX: #B1D29E
RGB: (177,210,158)

Color info

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

RGB color model

#B1D29E color RGB value is (177,210,158).

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

RGB channels and saturation

R 177 of 255 = 69%
G 210 of 255 = 82%
B 158 of 255 = 62%

177
210
158

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

Portions of RGB colors in percentages

R + G + B =
177 + 210 + 158 = 545 (100%)
R 177 of 545 ~ 32.48%
G 210 of 545 ~ 38.53%
B 158 of 545 ~ 28.99%

%32.48
%38.53
%28.99

CMYK color model

#B1D29E color CMYK value is (16,0,25,18).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 17.65%
CMYK:
(16,0,25,18)
C16M0Y25K18 
(16%,0%,25%,18%)
(0.16/0.00/0.25/0.18)	

CMYK percentages

%15.71
%0
%24.76
%17.65

Codes

Color #B1D29E in popluar color models

B1D29E
RGB177210158
HSL98°36.62%72.16%
HSB/HSV98°24.76%82.35%
CMYK15.71%0.00%24.76%
17.65%

Color #B1D29E in popluar number systems.

HEXB1D29E
Decimal177210158
Binary101100011101001010011110
Octal261322236

Shades and tints

Shades of #B1D29E

#B1D29E
(177,210,158)
#A1BF90
(161,191,144)
#91AC82
(145,172,130)
#819974
(129,153,116)
#718666
(113,134,102)
#617358
(97,115,88)
#51604A
(81,96,74)
#414D3C
(65,77,60)
#313A2E
(49,58,46)
#212720
(33,39,32)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #B1D29E

#B1D29E
(177,210,158)
#B8D6A6
(184,214,166)
#BFDAAE
(191,218,174)
#C6DEB6
(198,222,182)
#CDE2BE
(205,226,190)
#D4E6C6
(212,230,198)
#DBEACE
(219,234,206)
#E2EED6
(226,238,214)
#E9F2DE
(233,242,222)
#F0F6E6
(240,246,230)
#F7FAEE
(247,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D29E; }

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

This text font color is #B1D29E.


Background Color

.myBgColor { background-color: #B1D29E; }

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

This div background color is #B1D29E.


Border color

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

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

This div border color is #B1D29E.


Opacity

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

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

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

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

This text has shadow with #B1D29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D29E on black background.


Color preview on white background

This text has color #B1D29E on white background.



Black color preview on #B1D29E background

This text has black color on #B1D29E background.


White color preview on #B1D29E background

This text has white color on #B1D29E background.