COLOR #B1C37E

HEX: #B1C37E
RGB: (177,195,126)

Color info

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

RGB color model

#B1C37E color RGB value is (177,195,126).

  • red value is 177;
  • green value is 195;
  • blue value is 126.
RGB:
(177,195,126)
(69%,76%,49%)

RGB channels and saturation

R 177 of 255 = 69%
G 195 of 255 = 76%
B 126 of 255 = 49%

177
195
126

R + G + B ~ 65%. #B1C37E is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 195 + 126 = 498 (100%)
R 177 of 498 ~ 35.54%
G 195 of 498 ~ 39.16%
B 126 of 498 ~ 25.3%

%35.54
%39.16
%25.3

CMYK color model

#B1C37E color CMYK value is (9,0,35,24).

  • cyan value is 9.23%
  • magenta value is 0.00%
  • yellow value is 35.38%
  • key color value is 23.53%
CMYK:
(9,0,35,24)
C9M0Y35K24 
(9%,0%,35%,24%)
(0.09/0.00/0.35/0.24)	

CMYK percentages

%9.23
%0
%35.38
%23.53

Codes

Color #B1C37E in popluar color models

B1C37E
RGB177195126
HSL76°36.51%62.94%
HSB/HSV76°35.38%76.47%
CMYK9.23%0.00%35.38%
23.53%

Color #B1C37E in popluar number systems.

HEXB1C37E
Decimal177195126
Binary10110001110000111111110
Octal261303176

Shades and tints

Shades of #B1C37E

#B1C37E
(177,195,126)
#A1B273
(161,178,115)
#91A168
(145,161,104)
#81905D
(129,144,93)
#717F52
(113,127,82)
#616E47
(97,110,71)
#515D3C
(81,93,60)
#414C31
(65,76,49)
#313B26
(49,59,38)
#212A1B
(33,42,27)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #B1C37E

#B1C37E
(177,195,126)
#B8C889
(184,200,137)
#BFCD94
(191,205,148)
#C6D29F
(198,210,159)
#CDD7AA
(205,215,170)
#D4DCB5
(212,220,181)
#DBE1C0
(219,225,192)
#E2E6CB
(226,230,203)
#E9EBD6
(233,235,214)
#F0F0E1
(240,240,225)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C37E color. Also use rgb(177,195,126) instead hex code.

Text Font Color

.myTextColor { color: #B1C37E; }

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

This text font color is #B1C37E.


Background Color

.myBgColor { background-color: #B1C37E; }

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

This div background color is #B1C37E.


Border color

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

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

This div border color is #B1C37E.


Opacity

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

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

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

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

This text has shadow with #B1C37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C37E on black background.


Color preview on white background

This text has color #B1C37E on white background.



Black color preview on #B1C37E background

This text has black color on #B1C37E background.


White color preview on #B1C37E background

This text has white color on #B1C37E background.