COLOR #B1E385

HEX: #B1E385
RGB: (177,227,133)

Color info

#B1E385 contains mainly red and green colors. Web safe color of #B1E385 is #99CC99 (or #9C9).

RGB color model

#B1E385 color RGB value is (177,227,133).

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

RGB channels and saturation

R 177 of 255 = 69%
G 227 of 255 = 89%
B 133 of 255 = 52%

177
227
133

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

Portions of RGB colors in percentages

R + G + B =
177 + 227 + 133 = 537 (100%)
R 177 of 537 ~ 32.96%
G 227 of 537 ~ 42.27%
B 133 of 537 ~ 24.77%

%32.96
%42.27
%24.77

CMYK color model

#B1E385 color CMYK value is (22,0,41,11).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 41.41%
  • key color value is 10.98%
CMYK:
(22,0,41,11)
C22M0Y41K11 
(22%,0%,41%,11%)
(0.22/0.00/0.41/0.11)	

CMYK percentages

%22.03
%0
%41.41
%10.98

Codes

Color #B1E385 in popluar color models

B1E385
RGB177227133
HSL92°62.67%70.59%
HSB/HSV92°41.41%89.02%
CMYK22.03%0.00%41.41%
10.98%

Color #B1E385 in popluar number systems.

HEXB1E385
Decimal177227133
Binary101100011110001110000101
Octal261343205

Shades and tints

Shades of #B1E385

#B1E385
(177,227,133)
#A1CF79
(161,207,121)
#91BB6D
(145,187,109)
#81A761
(129,167,97)
#719355
(113,147,85)
#617F49
(97,127,73)
#516B3D
(81,107,61)
#415731
(65,87,49)
#314325
(49,67,37)
#212F19
(33,47,25)
#111B0D
(17,27,13)
#000000
(0,0,0)

Tints of #B1E385

#B1E385
(177,227,133)
#B8E590
(184,229,144)
#BFE79B
(191,231,155)
#C6E9A6
(198,233,166)
#CDEBB1
(205,235,177)
#D4EDBC
(212,237,188)
#DBEFC7
(219,239,199)
#E2F1D2
(226,241,210)
#E9F3DD
(233,243,221)
#F0F5E8
(240,245,232)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1E385; }

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

This text font color is #B1E385.


Background Color

.myBgColor { background-color: #B1E385; }

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

This div background color is #B1E385.


Border color

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

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

This div border color is #B1E385.


Opacity

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

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

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

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

This text has shadow with #B1E385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E385 on black background.


Color preview on white background

This text has color #B1E385 on white background.



Black color preview on #B1E385 background

This text has black color on #B1E385 background.


White color preview on #B1E385 background

This text has white color on #B1E385 background.