COLOR #B1D39F

HEX: #B1D39F RGB: (177,211,159)

Color info

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

RGB color model

#B1D39F color RGB value is (177,211,159).

RGB: (177,211,159) (69%, 83%, 62%)

RGB channels and saturation

R 177 of 255 = 69%
G 211 of 255 = 83%
B 159 of 255 = 62%

177
211
159

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

Portions of RGB colors in percentages

R + G + B = 177 + 211 + 159 = 547 (100%)
R 177 of 547 ~ 32.36%
G 211 of 547 ~ 38.57%
B 159 of 547 ~ 29.07'%

%32.36
%38.57
%29.07

CMYK color model

#B1D39F color CMYK value is (16,0,25,17).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 24.64%
  • key color value is 17.25%
CMYK: (16,0,25,17) C16M0Y25K17 (16%,0%,25%,17%) (0.16/0.00/0.25/0.17) 

CMYK percentages

%16.11
%0
%24.64
%17.25

Codes

Color #B1D39F in popluar color models

B1 D3 9F
RGB 177 211 159
HSL 99° 37.14% 72.55%
HSB/HSV 99° 24.64% 82.75%
CMYK 16.11% 0.00% 24.64%
17.25%

Color #B1D39F in popluar number systems.

HEX B1 D3 9F
Decimal 177 211 159
Binary 10110001 11010011 10011111
Octal 261 323 237

Shades and tints

Shades of #B1D39F

#B1D39F
(177,211,159)
#A1C091
(161,192,145)
#91AD83
(145,173,131)
#819A75
(129,154,117)
#718767
(113,135,103)
#617459
(97,116,89)
#51614B
(81,97,75)
#414E3D
(65,78,61)
#313B2F
(49,59,47)
#212821
(33,40,33)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #B1D39F

#B1D39F
(177,211,159)
#B8D7A7
(184,215,167)
#BFDBAF
(191,219,175)
#C6DFB7
(198,223,183)
#CDE3BF
(205,227,191)
#D4E7C7
(212,231,199)
#DBEBCF
(219,235,207)
#E2EFD7
(226,239,215)
#E9F3DF
(233,243,223)
#F0F7E7
(240,247,231)
#F7FBEF
(247,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D39F; }

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

This text font color is #B1D39F.

Background Color

.myBgColor { background-color: #B1D39F; }

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

This div background color is #B1D39F.

Border color

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

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

This div border color is #B1D39F.

Opacity

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

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

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

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

This text has shadow with #B1D39F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D39F.

Preview

Color preview on black background

This text has color #B1D39F on black background.


Color preview on white background

This text has color #B1D39F on white background.


Black color preview on #B1D39F background

This text has black color on #B1D39F background.


White color preview on #B1D39F background

This text has white color on #B1D39F background.


Related colors

Complementary color

Complementary color for #hex is #4E2C60.


I love getcolorcode.com

Triadic colors

1 #9FB1D3 and #D39FB1 with #B1D39F are triadic colors.

2 #9FD3B1 and #D3B19F with #B1D39F are triadic colors.