COLOR #B1D2B1

HEX: #B1D2B1
RGB: (177,210,177)

Color info

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

RGB color model

#B1D2B1 color RGB value is (177,210,177).

  • red value is 177;
  • green value is 210;
  • blue value is 177.
RGB:
(177,210,177)
(69%,82%,69%)

RGB channels and saturation

R 177 of 255 = 69%
G 210 of 255 = 82%
B 177 of 255 = 69%

177
210
177

R + G + B ~ 73%. #B1D2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 210 + 177 = 564 (100%)
R 177 of 564 ~ 31.38%
G 210 of 564 ~ 37.23%
B 177 of 564 ~ 31.38%

%31.38
%37.23
%31.38

CMYK color model

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

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 17.65%
CMYK:
(16,0,16,18)
C16M0Y16K18 
(16%,0%,16%,18%)
(0.16/0.00/0.16/0.18)	

CMYK percentages

%15.71
%0
%15.71
%17.65

Codes

Color #B1D2B1 in popluar color models

B1D2B1
RGB177210177
HSL120°26.83%75.88%
HSB/HSV120°15.71%82.35%
CMYK15.71%0.00%15.71%
17.65%

Color #B1D2B1 in popluar number systems.

HEXB1D2B1
Decimal177210177
Binary101100011101001010110001
Octal261322261

Shades and tints

Shades of #B1D2B1

#B1D2B1
(177,210,177)
#A1BFA1
(161,191,161)
#91AC91
(145,172,145)
#819981
(129,153,129)
#718671
(113,134,113)
#617361
(97,115,97)
#516051
(81,96,81)
#414D41
(65,77,65)
#313A31
(49,58,49)
#212721
(33,39,33)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #B1D2B1

#B1D2B1
(177,210,177)
#B8D6B8
(184,214,184)
#BFDABF
(191,218,191)
#C6DEC6
(198,222,198)
#CDE2CD
(205,226,205)
#D4E6D4
(212,230,212)
#DBEADB
(219,234,219)
#E2EEE2
(226,238,226)
#E9F2E9
(233,242,233)
#F0F6F0
(240,246,240)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D2B1; }

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

This text font color is #B1D2B1.


Background Color

.myBgColor { background-color: #B1D2B1; }

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

This div background color is #B1D2B1.


Border color

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

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

This div border color is #B1D2B1.


Opacity

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

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

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

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

This text has shadow with #B1D2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D2B1 on black background.


Color preview on white background

This text has color #B1D2B1 on white background.



Black color preview on #B1D2B1 background

This text has black color on #B1D2B1 background.


White color preview on #B1D2B1 background

This text has white color on #B1D2B1 background.