COLOR #B1D57E

HEX: #B1D57E
RGB: (177,213,126)

Color info

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

RGB color model

#B1D57E color RGB value is (177,213,126).

  • red value is 177;
  • green value is 213;
  • blue value is 126.
RGB:
(177,213,126)
(69%,84%,49%)

RGB channels and saturation

R 177 of 255 = 69%
G 213 of 255 = 84%
B 126 of 255 = 49%

177
213
126

R + G + B ~ 67%. #B1D57E is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 213 + 126 = 516 (100%)
R 177 of 516 ~ 34.3%
G 213 of 516 ~ 41.28%
B 126 of 516 ~ 24.42%

%34.3
%41.28
%24.42

CMYK color model

#B1D57E color CMYK value is (17,0,41,16).

  • cyan value is 16.90%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 16.47%
CMYK:
(17,0,41,16)
C17M0Y41K16 
(17%,0%,41%,16%)
(0.17/0.00/0.41/0.16)	

CMYK percentages

%16.9
%0
%40.85
%16.47

Codes

Color #B1D57E in popluar color models

B1D57E
RGB177213126
HSL85°50.88%66.47%
HSB/HSV85°40.85%83.53%
CMYK16.90%0.00%40.85%
16.47%

Color #B1D57E in popluar number systems.

HEXB1D57E
Decimal177213126
Binary10110001110101011111110
Octal261325176

Shades and tints

Shades of #B1D57E

#B1D57E
(177,213,126)
#A1C273
(161,194,115)
#91AF68
(145,175,104)
#819C5D
(129,156,93)
#718952
(113,137,82)
#617647
(97,118,71)
#51633C
(81,99,60)
#415031
(65,80,49)
#313D26
(49,61,38)
#212A1B
(33,42,27)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #B1D57E

#B1D57E
(177,213,126)
#B8D889
(184,216,137)
#BFDB94
(191,219,148)
#C6DE9F
(198,222,159)
#CDE1AA
(205,225,170)
#D4E4B5
(212,228,181)
#DBE7C0
(219,231,192)
#E2EACB
(226,234,203)
#E9EDD6
(233,237,214)
#F0F0E1
(240,240,225)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D57E color. Also use rgb(177,213,126) instead hex code.

Text Font Color

.myTextColor { color: #B1D57E; }

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

This text font color is #B1D57E.


Background Color

.myBgColor { background-color: #B1D57E; }

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

This div background color is #B1D57E.


Border color

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

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

This div border color is #B1D57E.


Opacity

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

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

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

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

This text has shadow with #B1D57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D57E on black background.


Color preview on white background

This text has color #B1D57E on white background.



Black color preview on #B1D57E background

This text has black color on #B1D57E background.


White color preview on #B1D57E background

This text has white color on #B1D57E background.