COLOR #B1D78C

HEX: #B1D78C
RGB: (177,215,140)

Color info

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

RGB color model

#B1D78C color RGB value is (177,215,140).

  • red value is 177;
  • green value is 215;
  • blue value is 140.
RGB:
(177,215,140)
(69%,84%,55%)

RGB channels and saturation

R 177 of 255 = 69%
G 215 of 255 = 84%
B 140 of 255 = 55%

177
215
140

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

Portions of RGB colors in percentages

R + G + B =
177 + 215 + 140 = 532 (100%)
R 177 of 532 ~ 33.27%
G 215 of 532 ~ 40.41%
B 140 of 532 ~ 26.32%

%33.27
%40.41
%26.32

CMYK color model

#B1D78C color CMYK value is (18,0,35,16).

  • cyan value is 17.67%
  • magenta value is 0.00%
  • yellow value is 34.88%
  • key color value is 15.69%
CMYK:
(18,0,35,16)
C18M0Y35K16 
(18%,0%,35%,16%)
(0.18/0.00/0.35/0.16)	

CMYK percentages

%17.67
%0
%34.88
%15.69

Codes

Color #B1D78C in popluar color models

B1D78C
RGB177215140
HSL90°48.39%69.61%
HSB/HSV90°34.88%84.31%
CMYK17.67%0.00%34.88%
15.69%

Color #B1D78C in popluar number systems.

HEXB1D78C
Decimal177215140
Binary101100011101011110001100
Octal261327214

Shades and tints

Shades of #B1D78C

#B1D78C
(177,215,140)
#A1C480
(161,196,128)
#91B174
(145,177,116)
#819E68
(129,158,104)
#718B5C
(113,139,92)
#617850
(97,120,80)
#516544
(81,101,68)
#415238
(65,82,56)
#313F2C
(49,63,44)
#212C20
(33,44,32)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #B1D78C

#B1D78C
(177,215,140)
#B8DA96
(184,218,150)
#BFDDA0
(191,221,160)
#C6E0AA
(198,224,170)
#CDE3B4
(205,227,180)
#D4E6BE
(212,230,190)
#DBE9C8
(219,233,200)
#E2ECD2
(226,236,210)
#E9EFDC
(233,239,220)
#F0F2E6
(240,242,230)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D78C color. Also use rgb(177,215,140) instead hex code.

Text Font Color

.myTextColor { color: #B1D78C; }

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

This text font color is #B1D78C.


Background Color

.myBgColor { background-color: #B1D78C; }

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

This div background color is #B1D78C.


Border color

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

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

This div border color is #B1D78C.


Opacity

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

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

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

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

This text has shadow with #B1D78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D78C on black background.


Color preview on white background

This text has color #B1D78C on white background.



Black color preview on #B1D78C background

This text has black color on #B1D78C background.


White color preview on #B1D78C background

This text has white color on #B1D78C background.