COLOR #B1C59E

HEX: #B1C59E
RGB: (177,197,158)

Color info

#B1C59E contains red, green and blue colors in about the same proportion. Web safe color of #B1C59E is #99CC99 (or #9C9).

RGB color model

#B1C59E color RGB value is (177,197,158).

  • red value is 177;
  • green value is 197;
  • blue value is 158.
RGB:
(177,197,158)
(69%,77%,62%)

RGB channels and saturation

R 177 of 255 = 69%
G 197 of 255 = 77%
B 158 of 255 = 62%

177
197
158

R + G + B ~ 69%. #B1C59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 197 + 158 = 532 (100%)
R 177 of 532 ~ 33.27%
G 197 of 532 ~ 37.03%
B 158 of 532 ~ 29.7%

%33.27
%37.03
%29.7

CMYK color model

#B1C59E color CMYK value is (10,0,20,23).

  • cyan value is 10.15%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(10,0,20,23)
C10M0Y20K23 
(10%,0%,20%,23%)
(0.10/0.00/0.20/0.23)	

CMYK percentages

%10.15
%0
%19.8
%22.75

Codes

Color #B1C59E in popluar color models

B1C59E
RGB177197158
HSL91°25.16%69.61%
HSB/HSV91°19.80%77.25%
CMYK10.15%0.00%19.80%
22.75%

Color #B1C59E in popluar number systems.

HEXB1C59E
Decimal177197158
Binary101100011100010110011110
Octal261305236

Shades and tints

Shades of #B1C59E

#B1C59E
(177,197,158)
#A1B490
(161,180,144)
#91A382
(145,163,130)
#819274
(129,146,116)
#718166
(113,129,102)
#617058
(97,112,88)
#515F4A
(81,95,74)
#414E3C
(65,78,60)
#313D2E
(49,61,46)
#212C20
(33,44,32)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #B1C59E

#B1C59E
(177,197,158)
#B8CAA6
(184,202,166)
#BFCFAE
(191,207,174)
#C6D4B6
(198,212,182)
#CDD9BE
(205,217,190)
#D4DEC6
(212,222,198)
#DBE3CE
(219,227,206)
#E2E8D6
(226,232,214)
#E9EDDE
(233,237,222)
#F0F2E6
(240,242,230)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C59E color. Also use rgb(177,197,158) instead hex code.

Text Font Color

.myTextColor { color: #B1C59E; }

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

This text font color is #B1C59E.


Background Color

.myBgColor { background-color: #B1C59E; }

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

This div background color is #B1C59E.


Border color

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

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

This div border color is #B1C59E.


Opacity

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

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

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

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

This text has shadow with #B1C59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C59E on black background.


Color preview on white background

This text has color #B1C59E on white background.



Black color preview on #B1C59E background

This text has black color on #B1C59E background.


White color preview on #B1C59E background

This text has white color on #B1C59E background.