COLOR #B1C78A

HEX: #B1C78A
RGB: (177,199,138)

Color info

#B1C78A contains mainly red and green colors. Web safe color of #B1C78A is #99CC99 (or #9C9).

RGB color model

#B1C78A color RGB value is (177,199,138).

  • red value is 177;
  • green value is 199;
  • blue value is 138.
RGB:
(177,199,138)
(69%,78%,54%)

RGB channels and saturation

R 177 of 255 = 69%
G 199 of 255 = 78%
B 138 of 255 = 54%

177
199
138

R + G + B ~ 67%. #B1C78A is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 199 + 138 = 514 (100%)
R 177 of 514 ~ 34.44%
G 199 of 514 ~ 38.72%
B 138 of 514 ~ 26.85%

%34.44
%38.72
%26.85

CMYK color model

#B1C78A color CMYK value is (11,0,31,22).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 21.96%
CMYK:
(11,0,31,22)
C11M0Y31K22 
(11%,0%,31%,22%)
(0.11/0.00/0.31/0.22)	

CMYK percentages

%11.06
%0
%30.65
%21.96

Codes

Color #B1C78A in popluar color models

B1C78A
RGB177199138
HSL82°35.26%66.08%
HSB/HSV82°30.65%78.04%
CMYK11.06%0.00%30.65%
21.96%

Color #B1C78A in popluar number systems.

HEXB1C78A
Decimal177199138
Binary101100011100011110001010
Octal261307212

Shades and tints

Shades of #B1C78A

#B1C78A
(177,199,138)
#A1B57E
(161,181,126)
#91A372
(145,163,114)
#819166
(129,145,102)
#717F5A
(113,127,90)
#616D4E
(97,109,78)
#515B42
(81,91,66)
#414936
(65,73,54)
#31372A
(49,55,42)
#21251E
(33,37,30)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #B1C78A

#B1C78A
(177,199,138)
#B8CC94
(184,204,148)
#BFD19E
(191,209,158)
#C6D6A8
(198,214,168)
#CDDBB2
(205,219,178)
#D4E0BC
(212,224,188)
#DBE5C6
(219,229,198)
#E2EAD0
(226,234,208)
#E9EFDA
(233,239,218)
#F0F4E4
(240,244,228)
#F7F9EE
(247,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C78A color. Also use rgb(177,199,138) instead hex code.

Text Font Color

.myTextColor { color: #B1C78A; }

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

This text font color is #B1C78A.


Background Color

.myBgColor { background-color: #B1C78A; }

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

This div background color is #B1C78A.


Border color

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

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

This div border color is #B1C78A.


Opacity

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

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

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

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

This text has shadow with #B1C78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C78A on black background.


Color preview on white background

This text has color #B1C78A on white background.



Black color preview on #B1C78A background

This text has black color on #B1C78A background.


White color preview on #B1C78A background

This text has white color on #B1C78A background.