COLOR #B1DE6D

HEX: #B1DE6D RGB: (177,222,109)

Color info

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

RGB color model

#B1DE6D color RGB value is (177,222,109).

RGB: (177,222,109) (69%, 87%, 43%)

RGB channels and saturation

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

177
222
109

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

Portions of RGB colors in percentages

R + G + B = 177 + 222 + 109 = 508 (100%)
R 177 of 508 ~ 34.84%
G 222 of 508 ~ 43.7%
B 109 of 508 ~ 21.46'%

%34.84
%43.7
%21.46

CMYK color model

#B1DE6D color CMYK value is (20,0,51,13).

  • cyan value is 20.27%
  • magenta value is 0.00%
  • yellow value is 50.90%
  • key color value is 12.94%

CMYK: (20,0,51,13)
C20M0Y51K13 (20%, 0%, 51%, 13%)
(0.20 / 0.00 / 0.51 / 0.13)

CMYK percentages

%20.27
%0
%50.9
%12.94

Codes

Color #B1DE6D in popluar color models

B1 DE 6D
RGB 177 222 109
HSL 84° 63.13% 64.90%
HSB/HSV 84° 50.90% 87.06%
CMYK 20.27% 0.00% 50.90%
12.94%

Color #B1DE6D in popluar number systems.

HEX B1 DE 6D
Decimal 177 222 109
Binary 10110001 11011110 1101101
Octal 261 336 155

Shades and tints

Shades of #B1DE6D

#B1DE6D
(177,222,109)
#A1CA64
(161,202,100)
#91B65B
(145,182,91)
#81A252
(129,162,82)
#718E49
(113,142,73)
#617A40
(97,122,64)
#516637
(81,102,55)
#41522E
(65,82,46)
#313E25
(49,62,37)
#212A1C
(33,42,28)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #B1DE6D

#B1DE6D
(177,222,109)
#B8E17A
(184,225,122)
#BFE487
(191,228,135)
#C6E794
(198,231,148)
#CDEAA1
(205,234,161)
#D4EDAE
(212,237,174)
#DBF0BB
(219,240,187)
#E2F3C8
(226,243,200)
#E9F6D5
(233,246,213)
#F0F9E2
(240,249,226)
#F7FCEF
(247,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DE6D; }

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

This text font color is #B1DE6D.

Background Color

.myBgColor { background-color: #B1DE6D; }

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

This div background color is #B1DE6D.

Border color

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

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

This div border color is #B1DE6D.

Opacity

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

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

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

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

This text has shadow with #B1DE6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DE6D.

Preview

Color preview on black background

This text has color #B1DE6D on black background.


Color preview on white background

This text has color #B1DE6D on white background.


Black color preview on #B1DE6D background

This text has black color on #B1DE6D background.


White color preview on #B1DE6D background

This text has white color on #B1DE6D background.


Related colors

Complementary color

Complementary color for #hex is #4E2192.


I love getcolorcode.com

Triadic colors

1 #6DB1DE and #DE6DB1 with #B1DE6D are triadic colors.

2 #6DDEB1 and #DEB16D with #B1DE6D are triadic colors.