COLOR #B1C29E

HEX: #B1C29E
RGB: (177,194,158)

Color info

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

RGB color model

#B1C29E color RGB value is (177,194,158).

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

RGB channels and saturation

R 177 of 255 = 69%
G 194 of 255 = 76%
B 158 of 255 = 62%

177
194
158

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

Portions of RGB colors in percentages

R + G + B =
177 + 194 + 158 = 529 (100%)
R 177 of 529 ~ 33.46%
G 194 of 529 ~ 36.67%
B 158 of 529 ~ 29.87%

%33.46
%36.67
%29.87

CMYK color model

#B1C29E color CMYK value is (9,0,19,24).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 23.92%
CMYK:
(9,0,19,24)
C9M0Y19K24 
(9%,0%,19%,24%)
(0.09/0.00/0.19/0.24)	

CMYK percentages

%8.76
%0
%18.56
%23.92

Codes

Color #B1C29E in popluar color models

B1C29E
RGB177194158
HSL88°22.78%69.02%
HSB/HSV88°18.56%76.08%
CMYK8.76%0.00%18.56%
23.92%

Color #B1C29E in popluar number systems.

HEXB1C29E
Decimal177194158
Binary101100011100001010011110
Octal261302236

Shades and tints

Shades of #B1C29E

#B1C29E
(177,194,158)
#A1B190
(161,177,144)
#91A082
(145,160,130)
#818F74
(129,143,116)
#717E66
(113,126,102)
#616D58
(97,109,88)
#515C4A
(81,92,74)
#414B3C
(65,75,60)
#313A2E
(49,58,46)
#212920
(33,41,32)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #B1C29E

#B1C29E
(177,194,158)
#B8C7A6
(184,199,166)
#BFCCAE
(191,204,174)
#C6D1B6
(198,209,182)
#CDD6BE
(205,214,190)
#D4DBC6
(212,219,198)
#DBE0CE
(219,224,206)
#E2E5D6
(226,229,214)
#E9EADE
(233,234,222)
#F0EFE6
(240,239,230)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C29E; }

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

This text font color is #B1C29E.


Background Color

.myBgColor { background-color: #B1C29E; }

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

This div background color is #B1C29E.


Border color

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

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

This div border color is #B1C29E.


Opacity

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

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

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

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

This text has shadow with #B1C29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C29E on black background.


Color preview on white background

This text has color #B1C29E on white background.



Black color preview on #B1C29E background

This text has black color on #B1C29E background.


White color preview on #B1C29E background

This text has white color on #B1C29E background.