COLOR #B1ED7C

HEX: #B1ED7C
RGB: (177,237,124)

Color info

#B1ED7C contains mainly green color. Web safe color of #B1ED7C is #99FF66 (or #9F6).

RGB color model

#B1ED7C color RGB value is (177,237,124).

  • red value is 177;
  • green value is 237;
  • blue value is 124.
RGB:
(177,237,124)
(69%,93%,49%)

RGB channels and saturation

R 177 of 255 = 69%
G 237 of 255 = 93%
B 124 of 255 = 49%

177
237
124

R + G + B ~ 70%. #B1ED7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 237 + 124 = 538 (100%)
R 177 of 538 ~ 32.9%
G 237 of 538 ~ 44.05%
B 124 of 538 ~ 23.05%

%32.9
%44.05
%23.05

CMYK color model

#B1ED7C color CMYK value is (25,0,48,7).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 47.68%
  • key color value is 7.06%
CMYK:
(25,0,48,7)
C25M0Y48K7 
(25%,0%,48%,7%)
(0.25/0.00/0.48/0.07)	

CMYK percentages

%25.32
%0
%47.68
%7.06

Codes

Color #B1ED7C in popluar color models

B1ED7C
RGB177237124
HSL92°75.84%70.78%
HSB/HSV92°47.68%92.94%
CMYK25.32%0.00%47.68%
7.06%

Color #B1ED7C in popluar number systems.

HEXB1ED7C
Decimal177237124
Binary10110001111011011111100
Octal261355174

Shades and tints

Shades of #B1ED7C

#B1ED7C
(177,237,124)
#A1D871
(161,216,113)
#91C366
(145,195,102)
#81AE5B
(129,174,91)
#719950
(113,153,80)
#618445
(97,132,69)
#516F3A
(81,111,58)
#415A2F
(65,90,47)
#314524
(49,69,36)
#213019
(33,48,25)
#111B0E
(17,27,14)
#000000
(0,0,0)

Tints of #B1ED7C

#B1ED7C
(177,237,124)
#B8EE87
(184,238,135)
#BFEF92
(191,239,146)
#C6F09D
(198,240,157)
#CDF1A8
(205,241,168)
#D4F2B3
(212,242,179)
#DBF3BE
(219,243,190)
#E2F4C9
(226,244,201)
#E9F5D4
(233,245,212)
#F0F6DF
(240,246,223)
#F7F7EA
(247,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1ED7C color. Also use rgb(177,237,124) instead hex code.

Text Font Color

.myTextColor { color: #B1ED7C; }

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

This text font color is #B1ED7C.


Background Color

.myBgColor { background-color: #B1ED7C; }

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

This div background color is #B1ED7C.


Border color

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

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

This div border color is #B1ED7C.


Opacity

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

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

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

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

This text has shadow with #B1ED7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ED7C on black background.


Color preview on white background

This text has color #B1ED7C on white background.



Black color preview on #B1ED7C background

This text has black color on #B1ED7C background.


White color preview on #B1ED7C background

This text has white color on #B1ED7C background.