COLOR #B7E1AC

HEX: #B7E1AC
RGB: (183,225,172)

Color info

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

RGB color model

#B7E1AC color RGB value is (183,225,172).

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

RGB channels and saturation

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

183
225
172

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

Portions of RGB colors in percentages

R + G + B =
183 + 225 + 172 = 580 (100%)
R 183 of 580 ~ 31.55%
G 225 of 580 ~ 38.79%
B 172 of 580 ~ 29.66%

%31.55
%38.79
%29.66

CMYK color model

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

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • 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
%23.56
%11.76

Codes

Color #B7E1AC in popluar color models

B7E1AC
RGB183225172
HSL108°46.90%77.84%
HSB/HSV108°23.56%88.24%
CMYK18.67%0.00%23.56%
11.76%

Color #B7E1AC in popluar number systems.

HEXB7E1AC
Decimal183225172
Binary101101111110000110101100
Octal267341254

Shades and tints

Shades of #B7E1AC

#B7E1AC
(183,225,172)
#A7CD9D
(167,205,157)
#97B98E
(151,185,142)
#87A57F
(135,165,127)
#779170
(119,145,112)
#677D61
(103,125,97)
#576952
(87,105,82)
#475543
(71,85,67)
#374134
(55,65,52)
#272D25
(39,45,37)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #B7E1AC

#B7E1AC
(183,225,172)
#BDE3B3
(189,227,179)
#C3E5BA
(195,229,186)
#C9E7C1
(201,231,193)
#CFE9C8
(207,233,200)
#D5EBCF
(213,235,207)
#DBEDD6
(219,237,214)
#E1EFDD
(225,239,221)
#E7F1E4
(231,241,228)
#EDF3EB
(237,243,235)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E1AC; }

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

This text font color is #B7E1AC.


Background Color

.myBgColor { background-color: #B7E1AC; }

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

This div background color is #B7E1AC.


Border color

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

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

This div border color is #B7E1AC.


Opacity

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

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

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

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

This text has shadow with #B7E1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E1AC on black background.


Color preview on white background

This text has color #B7E1AC on white background.



Black color preview on #B7E1AC background

This text has black color on #B7E1AC background.


White color preview on #B7E1AC background

This text has white color on #B7E1AC background.