COLOR #B1D7AE

HEX: #B1D7AE
RGB: (177,215,174)

Color info

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

RGB color model

#B1D7AE color RGB value is (177,215,174).

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

RGB channels and saturation

R 177 of 255 = 69%
G 215 of 255 = 84%
B 174 of 255 = 68%

177
215
174

R + G + B ~ 74%. #B1D7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 215 + 174 = 566 (100%)
R 177 of 566 ~ 31.27%
G 215 of 566 ~ 37.99%
B 174 of 566 ~ 30.74%

%31.27
%37.99
%30.74

CMYK color model

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

  • cyan value is 17.67%
  • magenta value is 0.00%
  • yellow value is 19.07%
  • key color value is 15.69%
CMYK:
(18,0,19,16)
C18M0Y19K16 
(18%,0%,19%,16%)
(0.18/0.00/0.19/0.16)	

CMYK percentages

%17.67
%0
%19.07
%15.69

Codes

Color #B1D7AE in popluar color models

B1D7AE
RGB177215174
HSL116°33.88%76.27%
HSB/HSV116°19.07%84.31%
CMYK17.67%0.00%19.07%
15.69%

Color #B1D7AE in popluar number systems.

HEXB1D7AE
Decimal177215174
Binary101100011101011110101110
Octal261327256

Shades and tints

Shades of #B1D7AE

#B1D7AE
(177,215,174)
#A1C49F
(161,196,159)
#91B190
(145,177,144)
#819E81
(129,158,129)
#718B72
(113,139,114)
#617863
(97,120,99)
#516554
(81,101,84)
#415245
(65,82,69)
#313F36
(49,63,54)
#212C27
(33,44,39)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #B1D7AE

#B1D7AE
(177,215,174)
#B8DAB5
(184,218,181)
#BFDDBC
(191,221,188)
#C6E0C3
(198,224,195)
#CDE3CA
(205,227,202)
#D4E6D1
(212,230,209)
#DBE9D8
(219,233,216)
#E2ECDF
(226,236,223)
#E9EFE6
(233,239,230)
#F0F2ED
(240,242,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D7AE; }

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

This text font color is #B1D7AE.


Background Color

.myBgColor { background-color: #B1D7AE; }

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

This div background color is #B1D7AE.


Border color

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

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

This div border color is #B1D7AE.


Opacity

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

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

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

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

This text has shadow with #B1D7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D7AE on black background.


Color preview on white background

This text has color #B1D7AE on white background.



Black color preview on #B1D7AE background

This text has black color on #B1D7AE background.


White color preview on #B1D7AE background

This text has white color on #B1D7AE background.