COLOR #B1DB7F

HEX: #B1DB7F
RGB: (177,219,127)

Color info

#B1DB7F contains mainly red and green colors. Web safe color of #B1DB7F is #99CC66 (or #9C6).

RGB color model

#B1DB7F color RGB value is (177,219,127).

  • red value is 177;
  • green value is 219;
  • blue value is 127.
RGB:
(177,219,127)
(69%,86%,50%)

RGB channels and saturation

R 177 of 255 = 69%
G 219 of 255 = 86%
B 127 of 255 = 50%

177
219
127

R + G + B ~ 68%. #B1DB7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 219 + 127 = 523 (100%)
R 177 of 523 ~ 33.84%
G 219 of 523 ~ 41.87%
B 127 of 523 ~ 24.28%

%33.84
%41.87
%24.28

CMYK color model

#B1DB7F color CMYK value is (19,0,42,14).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 42.01%
  • key color value is 14.12%
CMYK:
(19,0,42,14)
C19M0Y42K14 
(19%,0%,42%,14%)
(0.19/0.00/0.42/0.14)	

CMYK percentages

%19.18
%0
%42.01
%14.12

Codes

Color #B1DB7F in popluar color models

B1DB7F
RGB177219127
HSL87°56.10%67.84%
HSB/HSV87°42.01%85.88%
CMYK19.18%0.00%42.01%
14.12%

Color #B1DB7F in popluar number systems.

HEXB1DB7F
Decimal177219127
Binary10110001110110111111111
Octal261333177

Shades and tints

Shades of #B1DB7F

#B1DB7F
(177,219,127)
#A1C874
(161,200,116)
#91B569
(145,181,105)
#81A25E
(129,162,94)
#718F53
(113,143,83)
#617C48
(97,124,72)
#51693D
(81,105,61)
#415632
(65,86,50)
#314327
(49,67,39)
#21301C
(33,48,28)
#111D11
(17,29,17)
#000000
(0,0,0)

Tints of #B1DB7F

#B1DB7F
(177,219,127)
#B8DE8A
(184,222,138)
#BFE195
(191,225,149)
#C6E4A0
(198,228,160)
#CDE7AB
(205,231,171)
#D4EAB6
(212,234,182)
#DBEDC1
(219,237,193)
#E2F0CC
(226,240,204)
#E9F3D7
(233,243,215)
#F0F6E2
(240,246,226)
#F7F9ED
(247,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DB7F color. Also use rgb(177,219,127) instead hex code.

Text Font Color

.myTextColor { color: #B1DB7F; }

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

This text font color is #B1DB7F.


Background Color

.myBgColor { background-color: #B1DB7F; }

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

This div background color is #B1DB7F.


Border color

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

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

This div border color is #B1DB7F.


Opacity

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

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

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

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

This text has shadow with #B1DB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DB7F on black background.


Color preview on white background

This text has color #B1DB7F on white background.



Black color preview on #B1DB7F background

This text has black color on #B1DB7F background.


White color preview on #B1DB7F background

This text has white color on #B1DB7F background.