COLOR #B1E79B

HEX: #B1E79B RGB: (177,231,155)

Color info

#B1E79B contains mainly red and green colors. Web safe color of #B1E79B is #99FF99 (or #9F9).

RGB color model

#B1E79B color RGB value is (177,231,155).

RGB: (177,231,155) (69%, 91%, 61%)

RGB channels and saturation

R 177 of 255 = 69%
G 231 of 255 = 91%
B 155 of 255 = 61%

177
231
155

R + G + B ~ 74%. #B1E79B is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 231 + 155 = 563 (100%)
R 177 of 563 ~ 31.44%
G 231 of 563 ~ 41.03%
B 155 of 563 ~ 27.53'%

%31.44
%41.03
%27.53

CMYK color model

#B1E79B color CMYK value is (23,0,33,9).

  • cyan value is 23.38%
  • magenta value is 0.00%
  • yellow value is 32.90%
  • key color value is 9.41%

CMYK: (23,0,33,9)
C23M0Y33K9 (23%, 0%, 33%, 9%)
(0.23 / 0.00 / 0.33 / 0.09)

CMYK percentages

%23.38
%0
%32.9
%9.41

Codes

Color #B1E79B in popluar color models

B1 E7 9B
RGB 177 231 155
HSL 103° 61.29% 75.69%
HSB/HSV 103° 32.90% 90.59%
CMYK 23.38% 0.00% 32.90%
9.41%

Color #B1E79B in popluar number systems.

HEX B1 E7 9B
Decimal 177 231 155
Binary 10110001 11100111 10011011
Octal 261 347 233

Shades and tints

Shades of #B1E79B

#B1E79B
(177,231,155)
#A1D28D
(161,210,141)
#91BD7F
(145,189,127)
#81A871
(129,168,113)
#719363
(113,147,99)
#617E55
(97,126,85)
#516947
(81,105,71)
#415439
(65,84,57)
#313F2B
(49,63,43)
#212A1D
(33,42,29)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #B1E79B

#B1E79B
(177,231,155)
#B8E9A4
(184,233,164)
#BFEBAD
(191,235,173)
#C6EDB6
(198,237,182)
#CDEFBF
(205,239,191)
#D4F1C8
(212,241,200)
#DBF3D1
(219,243,209)
#E2F5DA
(226,245,218)
#E9F7E3
(233,247,227)
#F0F9EC
(240,249,236)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E79B color. Also use rgb(177,231,155) instead hex code.

Text Font Color

.myTextColor { color: #B1E79B; }

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

This text font color is #B1E79B.

Background Color

.myBgColor { background-color: #B1E79B; }

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

This div background color is #B1E79B.

Border color

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

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

This div border color is #B1E79B.

Opacity

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

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

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

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

This text has shadow with #B1E79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E79B.

Preview

Color preview on black background

This text has color #B1E79B on black background.


Color preview on white background

This text has color #B1E79B on white background.


Black color preview on #B1E79B background

This text has black color on #B1E79B background.


White color preview on #B1E79B background

This text has white color on #B1E79B background.


Related colors

Complementary color

Complementary color for #hex is #4E1864.


I love getcolorcode.com

Triadic colors

1 #9BB1E7 and #E79BB1 with #B1E79B are triadic colors.

2 #9BE7B1 and #E7B19B with #B1E79B are triadic colors.