COLOR #B1DB6B

HEX: #B1DB6B
RGB: (177,219,107)

Color info

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

RGB color model

#B1DB6B color RGB value is (177,219,107).

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

RGB channels and saturation

R 177 of 255 = 69%
G 219 of 255 = 86%
B 107 of 255 = 42%

177
219
107

R + G + B ~ 66%. #B1DB6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 219 + 107 = 503 (100%)
R 177 of 503 ~ 35.19%
G 219 of 503 ~ 43.54%
B 107 of 503 ~ 21.27%

%35.19
%43.54
%21.27

CMYK color model

#B1DB6B color CMYK value is (19,0,51,14).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 51.14%
  • key color value is 14.12%
CMYK:
(19,0,51,14)
C19M0Y51K14 
(19%,0%,51%,14%)
(0.19/0.00/0.51/0.14)	

CMYK percentages

%19.18
%0
%51.14
%14.12

Codes

Color #B1DB6B in popluar color models

B1DB6B
RGB177219107
HSL83°60.87%63.92%
HSB/HSV83°51.14%85.88%
CMYK19.18%0.00%51.14%
14.12%

Color #B1DB6B in popluar number systems.

HEXB1DB6B
Decimal177219107
Binary10110001110110111101011
Octal261333153

Shades and tints

Shades of #B1DB6B

#B1DB6B
(177,219,107)
#A1C862
(161,200,98)
#91B559
(145,181,89)
#81A250
(129,162,80)
#718F47
(113,143,71)
#617C3E
(97,124,62)
#516935
(81,105,53)
#41562C
(65,86,44)
#314323
(49,67,35)
#21301A
(33,48,26)
#111D11
(17,29,17)
#000000
(0,0,0)

Tints of #B1DB6B

#B1DB6B
(177,219,107)
#B8DE78
(184,222,120)
#BFE185
(191,225,133)
#C6E492
(198,228,146)
#CDE79F
(205,231,159)
#D4EAAC
(212,234,172)
#DBEDB9
(219,237,185)
#E2F0C6
(226,240,198)
#E9F3D3
(233,243,211)
#F0F6E0
(240,246,224)
#F7F9ED
(247,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DB6B; }

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

This text font color is #B1DB6B.


Background Color

.myBgColor { background-color: #B1DB6B; }

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

This div background color is #B1DB6B.


Border color

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

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

This div border color is #B1DB6B.


Opacity

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

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

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

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

This text has shadow with #B1DB6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DB6B on black background.


Color preview on white background

This text has color #B1DB6B on white background.



Black color preview on #B1DB6B background

This text has black color on #B1DB6B background.


White color preview on #B1DB6B background

This text has white color on #B1DB6B background.