COLOR #B1D2A0

HEX: #B1D2A0
RGB: (177,210,160)

Color info

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

RGB color model

#B1D2A0 color RGB value is (177,210,160).

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

RGB channels and saturation

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

177
210
160

R + G + B ~ 71%. #B1D2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 210 + 160 = 547 (100%)
R 177 of 547 ~ 32.36%
G 210 of 547 ~ 38.39%
B 160 of 547 ~ 29.25%

%32.36
%38.39
%29.25

CMYK color model

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

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

CMYK percentages

%15.71
%0
%23.81
%17.65

Codes

Color #B1D2A0 in popluar color models

B1D2A0
RGB177210160
HSL100°35.71%72.55%
HSB/HSV100°23.81%82.35%
CMYK15.71%0.00%23.81%
17.65%

Color #B1D2A0 in popluar number systems.

HEXB1D2A0
Decimal177210160
Binary101100011101001010100000
Octal261322240

Shades and tints

Shades of #B1D2A0

#B1D2A0
(177,210,160)
#A1BF92
(161,191,146)
#91AC84
(145,172,132)
#819976
(129,153,118)
#718668
(113,134,104)
#61735A
(97,115,90)
#51604C
(81,96,76)
#414D3E
(65,77,62)
#313A30
(49,58,48)
#212722
(33,39,34)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #B1D2A0

#B1D2A0
(177,210,160)
#B8D6A8
(184,214,168)
#BFDAB0
(191,218,176)
#C6DEB8
(198,222,184)
#CDE2C0
(205,226,192)
#D4E6C8
(212,230,200)
#DBEAD0
(219,234,208)
#E2EED8
(226,238,216)
#E9F2E0
(233,242,224)
#F0F6E8
(240,246,232)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D2A0; }

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

This text font color is #B1D2A0.


Background Color

.myBgColor { background-color: #B1D2A0; }

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

This div background color is #B1D2A0.


Border color

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

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

This div border color is #B1D2A0.


Opacity

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

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

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

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

This text has shadow with #B1D2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D2A0 on black background.


Color preview on white background

This text has color #B1D2A0 on white background.



Black color preview on #B1D2A0 background

This text has black color on #B1D2A0 background.


White color preview on #B1D2A0 background

This text has white color on #B1D2A0 background.