COLOR #B1D29A

HEX: #B1D29A
RGB: (177,210,154)

Color info

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

RGB color model

#B1D29A color RGB value is (177,210,154).

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

RGB channels and saturation

R 177 of 255 = 69%
G 210 of 255 = 82%
B 154 of 255 = 60%

177
210
154

R + G + B ~ 70%. #B1D29A is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 210 + 154 = 541 (100%)
R 177 of 541 ~ 32.72%
G 210 of 541 ~ 38.82%
B 154 of 541 ~ 28.47%

%32.72
%38.82
%28.47

CMYK color model

#B1D29A color CMYK value is (16,0,27,18).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 17.65%
CMYK:
(16,0,27,18)
C16M0Y27K18 
(16%,0%,27%,18%)
(0.16/0.00/0.27/0.18)	

CMYK percentages

%15.71
%0
%26.67
%17.65

Codes

Color #B1D29A in popluar color models

B1D29A
RGB177210154
HSL95°38.36%71.37%
HSB/HSV95°26.67%82.35%
CMYK15.71%0.00%26.67%
17.65%

Color #B1D29A in popluar number systems.

HEXB1D29A
Decimal177210154
Binary101100011101001010011010
Octal261322232

Shades and tints

Shades of #B1D29A

#B1D29A
(177,210,154)
#A1BF8C
(161,191,140)
#91AC7E
(145,172,126)
#819970
(129,153,112)
#718662
(113,134,98)
#617354
(97,115,84)
#516046
(81,96,70)
#414D38
(65,77,56)
#313A2A
(49,58,42)
#21271C
(33,39,28)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #B1D29A

#B1D29A
(177,210,154)
#B8D6A3
(184,214,163)
#BFDAAC
(191,218,172)
#C6DEB5
(198,222,181)
#CDE2BE
(205,226,190)
#D4E6C7
(212,230,199)
#DBEAD0
(219,234,208)
#E2EED9
(226,238,217)
#E9F2E2
(233,242,226)
#F0F6EB
(240,246,235)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D29A; }

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

This text font color is #B1D29A.


Background Color

.myBgColor { background-color: #B1D29A; }

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

This div background color is #B1D29A.


Border color

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

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

This div border color is #B1D29A.


Opacity

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

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

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

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

This text has shadow with #B1D29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D29A on black background.


Color preview on white background

This text has color #B1D29A on white background.



Black color preview on #B1D29A background

This text has black color on #B1D29A background.


White color preview on #B1D29A background

This text has white color on #B1D29A background.