COLOR #B1DC9F

HEX: #B1DC9F
RGB: (177,220,159)

Color info

#B1DC9F contains mainly red and green colors. Web safe color of #B1DC9F is #99CC99 (or #9C9).

RGB color model

#B1DC9F color RGB value is (177,220,159).

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

RGB channels and saturation

R 177 of 255 = 69%
G 220 of 255 = 86%
B 159 of 255 = 62%

177
220
159

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

Portions of RGB colors in percentages

R + G + B =
177 + 220 + 159 = 556 (100%)
R 177 of 556 ~ 31.83%
G 220 of 556 ~ 39.57%
B 159 of 556 ~ 28.6%

%31.83
%39.57
%28.6

CMYK color model

#B1DC9F color CMYK value is (20,0,28,14).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 27.73%
  • key color value is 13.73%
CMYK:
(20,0,28,14)
C20M0Y28K14 
(20%,0%,28%,14%)
(0.20/0.00/0.28/0.14)	

CMYK percentages

%19.55
%0
%27.73
%13.73

Codes

Color #B1DC9F in popluar color models

B1DC9F
RGB177220159
HSL102°46.56%74.31%
HSB/HSV102°27.73%86.27%
CMYK19.55%0.00%27.73%
13.73%

Color #B1DC9F in popluar number systems.

HEXB1DC9F
Decimal177220159
Binary101100011101110010011111
Octal261334237

Shades and tints

Shades of #B1DC9F

#B1DC9F
(177,220,159)
#A1C891
(161,200,145)
#91B483
(145,180,131)
#81A075
(129,160,117)
#718C67
(113,140,103)
#617859
(97,120,89)
#51644B
(81,100,75)
#41503D
(65,80,61)
#313C2F
(49,60,47)
#212821
(33,40,33)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #B1DC9F

#B1DC9F
(177,220,159)
#B8DFA7
(184,223,167)
#BFE2AF
(191,226,175)
#C6E5B7
(198,229,183)
#CDE8BF
(205,232,191)
#D4EBC7
(212,235,199)
#DBEECF
(219,238,207)
#E2F1D7
(226,241,215)
#E9F4DF
(233,244,223)
#F0F7E7
(240,247,231)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DC9F; }

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

This text font color is #B1DC9F.


Background Color

.myBgColor { background-color: #B1DC9F; }

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

This div background color is #B1DC9F.


Border color

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

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

This div border color is #B1DC9F.


Opacity

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

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

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

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

This text has shadow with #B1DC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DC9F on black background.


Color preview on white background

This text has color #B1DC9F on white background.



Black color preview on #B1DC9F background

This text has black color on #B1DC9F background.


White color preview on #B1DC9F background

This text has white color on #B1DC9F background.