COLOR #B7E1AB

HEX: #B7E1AB
RGB: (183,225,171)

Color info

#B7E1AB contains red, green and blue colors in about the same proportion. Web safe color of #B7E1AB is #CCCC99 (or #CC9).

RGB color model

#B7E1AB color RGB value is (183,225,171).

  • red value is 183;
  • green value is 225;
  • blue value is 171.
RGB:
(183,225,171)
(72%,88%,67%)

RGB channels and saturation

R 183 of 255 = 72%
G 225 of 255 = 88%
B 171 of 255 = 67%

183
225
171

R + G + B ~ 76%. #B7E1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 225 + 171 = 579 (100%)
R 183 of 579 ~ 31.61%
G 225 of 579 ~ 38.86%
B 171 of 579 ~ 29.53%

%31.61
%38.86
%29.53

CMYK color model

#B7E1AB color CMYK value is (19,0,24,12).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK:
(19,0,24,12)
C19M0Y24K12 
(19%,0%,24%,12%)
(0.19/0.00/0.24/0.12)	

CMYK percentages

%18.67
%0
%24
%11.76

Codes

Color #B7E1AB in popluar color models

B7E1AB
RGB183225171
HSL107°47.37%77.65%
HSB/HSV107°24.00%88.24%
CMYK18.67%0.00%24.00%
11.76%

Color #B7E1AB in popluar number systems.

HEXB7E1AB
Decimal183225171
Binary101101111110000110101011
Octal267341253

Shades and tints

Shades of #B7E1AB

#B7E1AB
(183,225,171)
#A7CD9C
(167,205,156)
#97B98D
(151,185,141)
#87A57E
(135,165,126)
#77916F
(119,145,111)
#677D60
(103,125,96)
#576951
(87,105,81)
#475542
(71,85,66)
#374133
(55,65,51)
#272D24
(39,45,36)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #B7E1AB

#B7E1AB
(183,225,171)
#BDE3B2
(189,227,178)
#C3E5B9
(195,229,185)
#C9E7C0
(201,231,192)
#CFE9C7
(207,233,199)
#D5EBCE
(213,235,206)
#DBEDD5
(219,237,213)
#E1EFDC
(225,239,220)
#E7F1E3
(231,241,227)
#EDF3EA
(237,243,234)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E1AB color. Also use rgb(183,225,171) instead hex code.

Text Font Color

.myTextColor { color: #B7E1AB; }

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

This text font color is #B7E1AB.


Background Color

.myBgColor { background-color: #B7E1AB; }

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

This div background color is #B7E1AB.


Border color

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

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

This div border color is #B7E1AB.


Opacity

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

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

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

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

This text has shadow with #B7E1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E1AB on black background.


Color preview on white background

This text has color #B7E1AB on white background.



Black color preview on #B7E1AB background

This text has black color on #B7E1AB background.


White color preview on #B7E1AB background

This text has white color on #B7E1AB background.