COLOR #B1DF6D

HEX: #B1DF6D
RGB: (177,223,109)

Color info

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

RGB color model

#B1DF6D color RGB value is (177,223,109).

  • red value is 177;
  • green value is 223;
  • blue value is 109.
RGB:
(177,223,109)
(69%,87%,43%)

RGB channels and saturation

R 177 of 255 = 69%
G 223 of 255 = 87%
B 109 of 255 = 43%

177
223
109

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

Portions of RGB colors in percentages

R + G + B =
177 + 223 + 109 = 509 (100%)
R 177 of 509 ~ 34.77%
G 223 of 509 ~ 43.81%
B 109 of 509 ~ 21.41%

%34.77
%43.81
%21.41

CMYK color model

#B1DF6D color CMYK value is (21,0,51,13).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 51.12%
  • key color value is 12.55%
CMYK:
(21,0,51,13)
C21M0Y51K13 
(21%,0%,51%,13%)
(0.21/0.00/0.51/0.13)	

CMYK percentages

%20.63
%0
%51.12
%12.55

Codes

Color #B1DF6D in popluar color models

B1DF6D
RGB177223109
HSL84°64.04%65.10%
HSB/HSV84°51.12%87.45%
CMYK20.63%0.00%51.12%
12.55%

Color #B1DF6D in popluar number systems.

HEXB1DF6D
Decimal177223109
Binary10110001110111111101101
Octal261337155

Shades and tints

Shades of #B1DF6D

#B1DF6D
(177,223,109)
#A1CB64
(161,203,100)
#91B75B
(145,183,91)
#81A352
(129,163,82)
#718F49
(113,143,73)
#617B40
(97,123,64)
#516737
(81,103,55)
#41532E
(65,83,46)
#313F25
(49,63,37)
#212B1C
(33,43,28)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #B1DF6D

#B1DF6D
(177,223,109)
#B8E17A
(184,225,122)
#BFE387
(191,227,135)
#C6E594
(198,229,148)
#CDE7A1
(205,231,161)
#D4E9AE
(212,233,174)
#DBEBBB
(219,235,187)
#E2EDC8
(226,237,200)
#E9EFD5
(233,239,213)
#F0F1E2
(240,241,226)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DF6D color. Also use rgb(177,223,109) instead hex code.

Text Font Color

.myTextColor { color: #B1DF6D; }

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

This text font color is #B1DF6D.


Background Color

.myBgColor { background-color: #B1DF6D; }

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

This div background color is #B1DF6D.


Border color

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

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

This div border color is #B1DF6D.


Opacity

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

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

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

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

This text has shadow with #B1DF6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DF6D on black background.


Color preview on white background

This text has color #B1DF6D on white background.



Black color preview on #B1DF6D background

This text has black color on #B1DF6D background.


White color preview on #B1DF6D background

This text has white color on #B1DF6D background.