COLOR #B1E374

HEX: #B1E374
RGB: (177,227,116)

Color info

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

RGB color model

#B1E374 color RGB value is (177,227,116).

  • red value is 177;
  • green value is 227;
  • blue value is 116.
RGB:
(177,227,116)
(69%,89%,45%)

RGB channels and saturation

R 177 of 255 = 69%
G 227 of 255 = 89%
B 116 of 255 = 45%

177
227
116

R + G + B ~ 68%. #B1E374 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 227 + 116 = 520 (100%)
R 177 of 520 ~ 34.04%
G 227 of 520 ~ 43.65%
B 116 of 520 ~ 22.31%

%34.04
%43.65
%22.31

CMYK color model

#B1E374 color CMYK value is (22,0,49,11).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 48.90%
  • key color value is 10.98%
CMYK:
(22,0,49,11)
C22M0Y49K11 
(22%,0%,49%,11%)
(0.22/0.00/0.49/0.11)	

CMYK percentages

%22.03
%0
%48.9
%10.98

Codes

Color #B1E374 in popluar color models

B1E374
RGB177227116
HSL87°66.47%67.25%
HSB/HSV87°48.90%89.02%
CMYK22.03%0.00%48.90%
10.98%

Color #B1E374 in popluar number systems.

HEXB1E374
Decimal177227116
Binary10110001111000111110100
Octal261343164

Shades and tints

Shades of #B1E374

#B1E374
(177,227,116)
#A1CF6A
(161,207,106)
#91BB60
(145,187,96)
#81A756
(129,167,86)
#71934C
(113,147,76)
#617F42
(97,127,66)
#516B38
(81,107,56)
#41572E
(65,87,46)
#314324
(49,67,36)
#212F1A
(33,47,26)
#111B10
(17,27,16)
#000000
(0,0,0)

Tints of #B1E374

#B1E374
(177,227,116)
#B8E580
(184,229,128)
#BFE78C
(191,231,140)
#C6E998
(198,233,152)
#CDEBA4
(205,235,164)
#D4EDB0
(212,237,176)
#DBEFBC
(219,239,188)
#E2F1C8
(226,241,200)
#E9F3D4
(233,243,212)
#F0F5E0
(240,245,224)
#F7F7EC
(247,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E374 color. Also use rgb(177,227,116) instead hex code.

Text Font Color

.myTextColor { color: #B1E374; }

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

This text font color is #B1E374.


Background Color

.myBgColor { background-color: #B1E374; }

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

This div background color is #B1E374.


Border color

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

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

This div border color is #B1E374.


Opacity

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

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

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

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

This text has shadow with #B1E374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E374 on black background.


Color preview on white background

This text has color #B1E374 on white background.



Black color preview on #B1E374 background

This text has black color on #B1E374 background.


White color preview on #B1E374 background

This text has white color on #B1E374 background.