COLOR #B1D396

HEX: #B1D396
RGB: (177,211,150)

Color info

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

RGB color model

#B1D396 color RGB value is (177,211,150).

  • red value is 177;
  • green value is 211;
  • blue value is 150.
RGB:
(177,211,150)
(69%,83%,59%)

RGB channels and saturation

R 177 of 255 = 69%
G 211 of 255 = 83%
B 150 of 255 = 59%

177
211
150

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

Portions of RGB colors in percentages

R + G + B =
177 + 211 + 150 = 538 (100%)
R 177 of 538 ~ 32.9%
G 211 of 538 ~ 39.22%
B 150 of 538 ~ 27.88%

%32.9
%39.22
%27.88

CMYK color model

#B1D396 color CMYK value is (16,0,29,17).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 28.91%
  • key color value is 17.25%
CMYK:
(16,0,29,17)
C16M0Y29K17 
(16%,0%,29%,17%)
(0.16/0.00/0.29/0.17)	

CMYK percentages

%16.11
%0
%28.91
%17.25

Codes

Color #B1D396 in popluar color models

B1D396
RGB177211150
HSL93°40.94%70.78%
HSB/HSV93°28.91%82.75%
CMYK16.11%0.00%28.91%
17.25%

Color #B1D396 in popluar number systems.

HEXB1D396
Decimal177211150
Binary101100011101001110010110
Octal261323226

Shades and tints

Shades of #B1D396

#B1D396
(177,211,150)
#A1C089
(161,192,137)
#91AD7C
(145,173,124)
#819A6F
(129,154,111)
#718762
(113,135,98)
#617455
(97,116,85)
#516148
(81,97,72)
#414E3B
(65,78,59)
#313B2E
(49,59,46)
#212821
(33,40,33)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #B1D396

#B1D396
(177,211,150)
#B8D79F
(184,215,159)
#BFDBA8
(191,219,168)
#C6DFB1
(198,223,177)
#CDE3BA
(205,227,186)
#D4E7C3
(212,231,195)
#DBEBCC
(219,235,204)
#E2EFD5
(226,239,213)
#E9F3DE
(233,243,222)
#F0F7E7
(240,247,231)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D396 color. Also use rgb(177,211,150) instead hex code.

Text Font Color

.myTextColor { color: #B1D396; }

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

This text font color is #B1D396.


Background Color

.myBgColor { background-color: #B1D396; }

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

This div background color is #B1D396.


Border color

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

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

This div border color is #B1D396.


Opacity

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

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

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

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

This text has shadow with #B1D396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D396 on black background.


Color preview on white background

This text has color #B1D396 on white background.



Black color preview on #B1D396 background

This text has black color on #B1D396 background.


White color preview on #B1D396 background

This text has white color on #B1D396 background.