COLOR #B1D99F

HEX: #B1D99F
RGB: (177,217,159)

Color info

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

RGB color model

#B1D99F color RGB value is (177,217,159).

  • red value is 177;
  • green value is 217;
  • blue value is 159.
RGB:
(177,217,159)
(69%,85%,62%)

RGB channels and saturation

R 177 of 255 = 69%
G 217 of 255 = 85%
B 159 of 255 = 62%

177
217
159

R + G + B ~ 72%. #B1D99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 217 + 159 = 553 (100%)
R 177 of 553 ~ 32.01%
G 217 of 553 ~ 39.24%
B 159 of 553 ~ 28.75%

%32.01
%39.24
%28.75

CMYK color model

#B1D99F color CMYK value is (18,0,27,15).

  • cyan value is 18.43%
  • magenta value is 0.00%
  • yellow value is 26.73%
  • key color value is 14.90%
CMYK:
(18,0,27,15)
C18M0Y27K15 
(18%,0%,27%,15%)
(0.18/0.00/0.27/0.15)	

CMYK percentages

%18.43
%0
%26.73
%14.9

Codes

Color #B1D99F in popluar color models

B1D99F
RGB177217159
HSL101°43.28%73.73%
HSB/HSV101°26.73%85.10%
CMYK18.43%0.00%26.73%
14.90%

Color #B1D99F in popluar number systems.

HEXB1D99F
Decimal177217159
Binary101100011101100110011111
Octal261331237

Shades and tints

Shades of #B1D99F

#B1D99F
(177,217,159)
#A1C691
(161,198,145)
#91B383
(145,179,131)
#81A075
(129,160,117)
#718D67
(113,141,103)
#617A59
(97,122,89)
#51674B
(81,103,75)
#41543D
(65,84,61)
#31412F
(49,65,47)
#212E21
(33,46,33)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #B1D99F

#B1D99F
(177,217,159)
#B8DCA7
(184,220,167)
#BFDFAF
(191,223,175)
#C6E2B7
(198,226,183)
#CDE5BF
(205,229,191)
#D4E8C7
(212,232,199)
#DBEBCF
(219,235,207)
#E2EED7
(226,238,215)
#E9F1DF
(233,241,223)
#F0F4E7
(240,244,231)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D99F color. Also use rgb(177,217,159) instead hex code.

Text Font Color

.myTextColor { color: #B1D99F; }

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

This text font color is #B1D99F.


Background Color

.myBgColor { background-color: #B1D99F; }

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

This div background color is #B1D99F.


Border color

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

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

This div border color is #B1D99F.


Opacity

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

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

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

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

This text has shadow with #B1D99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D99F on black background.


Color preview on white background

This text has color #B1D99F on white background.



Black color preview on #B1D99F background

This text has black color on #B1D99F background.


White color preview on #B1D99F background

This text has white color on #B1D99F background.