COLOR #B7E3BA

HEX: #B7E3BA
RGB: (183,227,186)

Color info

#B7E3BA contains red, green and blue colors in about the same proportion. Web safe color of #B7E3BA is #CCCCCC (or #CCC).

RGB color model

#B7E3BA color RGB value is (183,227,186).

  • red value is 183;
  • green value is 227;
  • blue value is 186.
RGB:
(183,227,186)
(72%,89%,73%)

RGB channels and saturation

R 183 of 255 = 72%
G 227 of 255 = 89%
B 186 of 255 = 73%

183
227
186

R + G + B ~ 78%. #B7E3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 227 + 186 = 596 (100%)
R 183 of 596 ~ 30.7%
G 227 of 596 ~ 38.09%
B 186 of 596 ~ 31.21%

%30.7
%38.09
%31.21

CMYK color model

#B7E3BA color CMYK value is (19,0,18,11).

  • cyan value is 19.38%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 10.98%
CMYK:
(19,0,18,11)
C19M0Y18K11 
(19%,0%,18%,11%)
(0.19/0.00/0.18/0.11)	

CMYK percentages

%19.38
%0
%18.06
%10.98

Codes

Color #B7E3BA in popluar color models

B7E3BA
RGB183227186
HSL124°44.00%80.39%
HSB/HSV124°19.38%89.02%
CMYK19.38%0.00%18.06%
10.98%

Color #B7E3BA in popluar number systems.

HEXB7E3BA
Decimal183227186
Binary101101111110001110111010
Octal267343272

Shades and tints

Shades of #B7E3BA

#B7E3BA
(183,227,186)
#A7CFAA
(167,207,170)
#97BB9A
(151,187,154)
#87A78A
(135,167,138)
#77937A
(119,147,122)
#677F6A
(103,127,106)
#576B5A
(87,107,90)
#47574A
(71,87,74)
#37433A
(55,67,58)
#272F2A
(39,47,42)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #B7E3BA

#B7E3BA
(183,227,186)
#BDE5C0
(189,229,192)
#C3E7C6
(195,231,198)
#C9E9CC
(201,233,204)
#CFEBD2
(207,235,210)
#D5EDD8
(213,237,216)
#DBEFDE
(219,239,222)
#E1F1E4
(225,241,228)
#E7F3EA
(231,243,234)
#EDF5F0
(237,245,240)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E3BA color. Also use rgb(183,227,186) instead hex code.

Text Font Color

.myTextColor { color: #B7E3BA; }

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

This text font color is #B7E3BA.


Background Color

.myBgColor { background-color: #B7E3BA; }

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

This div background color is #B7E3BA.


Border color

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

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

This div border color is #B7E3BA.


Opacity

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

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

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

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

This text has shadow with #B7E3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E3BA on black background.


Color preview on white background

This text has color #B7E3BA on white background.



Black color preview on #B7E3BA background

This text has black color on #B7E3BA background.


White color preview on #B7E3BA background

This text has white color on #B7E3BA background.