COLOR #B7EFBA

HEX: #B7EFBA
RGB: (183,239,186)

Color info

#B7EFBA contains red, green and blue colors in about the same proportion. Web safe color of #B7EFBA is #CCFFCC (or #CFC).

RGB color model

#B7EFBA color RGB value is (183,239,186).

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

RGB channels and saturation

R 183 of 255 = 72%
G 239 of 255 = 94%
B 186 of 255 = 73%

183
239
186

R + G + B ~ 80%. #B7EFBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 239 + 186 = 608 (100%)
R 183 of 608 ~ 30.1%
G 239 of 608 ~ 39.31%
B 186 of 608 ~ 30.59%

%30.1
%39.31
%30.59

CMYK color model

#B7EFBA color CMYK value is (23,0,22,6).

  • cyan value is 23.43%
  • magenta value is 0.00%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK:
(23,0,22,6)
C23M0Y22K6 
(23%,0%,22%,6%)
(0.23/0.00/0.22/0.06)	

CMYK percentages

%23.43
%0
%22.18
%6.27

Codes

Color #B7EFBA in popluar color models

B7EFBA
RGB183239186
HSL123°63.64%82.75%
HSB/HSV123°23.43%93.73%
CMYK23.43%0.00%22.18%
6.27%

Color #B7EFBA in popluar number systems.

HEXB7EFBA
Decimal183239186
Binary101101111110111110111010
Octal267357272

Shades and tints

Shades of #B7EFBA

#B7EFBA
(183,239,186)
#A7DAAA
(167,218,170)
#97C59A
(151,197,154)
#87B08A
(135,176,138)
#779B7A
(119,155,122)
#67866A
(103,134,106)
#57715A
(87,113,90)
#475C4A
(71,92,74)
#37473A
(55,71,58)
#27322A
(39,50,42)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #B7EFBA

#B7EFBA
(183,239,186)
#BDF0C0
(189,240,192)
#C3F1C6
(195,241,198)
#C9F2CC
(201,242,204)
#CFF3D2
(207,243,210)
#D5F4D8
(213,244,216)
#DBF5DE
(219,245,222)
#E1F6E4
(225,246,228)
#E7F7EA
(231,247,234)
#EDF8F0
(237,248,240)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7EFBA; }

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

This text font color is #B7EFBA.


Background Color

.myBgColor { background-color: #B7EFBA; }

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

This div background color is #B7EFBA.


Border color

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

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

This div border color is #B7EFBA.


Opacity

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

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

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

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

This text has shadow with #B7EFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7EFBA on black background.


Color preview on white background

This text has color #B7EFBA on white background.



Black color preview on #B7EFBA background

This text has black color on #B7EFBA background.


White color preview on #B7EFBA background

This text has white color on #B7EFBA background.