COLOR #B1C69E

HEX: #B1C69E
RGB: (177,198,158)

Color info

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

RGB color model

#B1C69E color RGB value is (177,198,158).

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

RGB channels and saturation

R 177 of 255 = 69%
G 198 of 255 = 78%
B 158 of 255 = 62%

177
198
158

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

Portions of RGB colors in percentages

R + G + B =
177 + 198 + 158 = 533 (100%)
R 177 of 533 ~ 33.21%
G 198 of 533 ~ 37.15%
B 158 of 533 ~ 29.64%

%33.21
%37.15
%29.64

CMYK color model

#B1C69E color CMYK value is (11,0,20,22).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 20.20%
  • key color value is 22.35%
CMYK:
(11,0,20,22)
C11M0Y20K22 
(11%,0%,20%,22%)
(0.11/0.00/0.20/0.22)	

CMYK percentages

%10.61
%0
%20.2
%22.35

Codes

Color #B1C69E in popluar color models

B1C69E
RGB177198158
HSL92°25.97%69.80%
HSB/HSV92°20.20%77.65%
CMYK10.61%0.00%20.20%
22.35%

Color #B1C69E in popluar number systems.

HEXB1C69E
Decimal177198158
Binary101100011100011010011110
Octal261306236

Shades and tints

Shades of #B1C69E

#B1C69E
(177,198,158)
#A1B490
(161,180,144)
#91A282
(145,162,130)
#819074
(129,144,116)
#717E66
(113,126,102)
#616C58
(97,108,88)
#515A4A
(81,90,74)
#41483C
(65,72,60)
#31362E
(49,54,46)
#212420
(33,36,32)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #B1C69E

#B1C69E
(177,198,158)
#B8CBA6
(184,203,166)
#BFD0AE
(191,208,174)
#C6D5B6
(198,213,182)
#CDDABE
(205,218,190)
#D4DFC6
(212,223,198)
#DBE4CE
(219,228,206)
#E2E9D6
(226,233,214)
#E9EEDE
(233,238,222)
#F0F3E6
(240,243,230)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C69E; }

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

This text font color is #B1C69E.


Background Color

.myBgColor { background-color: #B1C69E; }

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

This div background color is #B1C69E.


Border color

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

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

This div border color is #B1C69E.


Opacity

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

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

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

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

This text has shadow with #B1C69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C69E on black background.


Color preview on white background

This text has color #B1C69E on white background.



Black color preview on #B1C69E background

This text has black color on #B1C69E background.


White color preview on #B1C69E background

This text has white color on #B1C69E background.