COLOR #B7E8BC

HEX: #B7E8BC
RGB: (183,232,188)

Color info

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

RGB color model

#B7E8BC color RGB value is (183,232,188).

  • red value is 183;
  • green value is 232;
  • blue value is 188.
RGB:
(183,232,188)
(72%,91%,74%)

RGB channels and saturation

R 183 of 255 = 72%
G 232 of 255 = 91%
B 188 of 255 = 74%

183
232
188

R + G + B ~ 79%. #B7E8BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 232 + 188 = 603 (100%)
R 183 of 603 ~ 30.35%
G 232 of 603 ~ 38.47%
B 188 of 603 ~ 31.18%

%30.35
%38.47
%31.18

CMYK color model

#B7E8BC color CMYK value is (21,0,19,9).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 9.02%
CMYK:
(21,0,19,9)
C21M0Y19K9 
(21%,0%,19%,9%)
(0.21/0.00/0.19/0.09)	

CMYK percentages

%21.12
%0
%18.97
%9.02

Codes

Color #B7E8BC in popluar color models

B7E8BC
RGB183232188
HSL126°51.58%81.37%
HSB/HSV126°21.12%90.98%
CMYK21.12%0.00%18.97%
9.02%

Color #B7E8BC in popluar number systems.

HEXB7E8BC
Decimal183232188
Binary101101111110100010111100
Octal267350274

Shades and tints

Shades of #B7E8BC

#B7E8BC
(183,232,188)
#A7D3AB
(167,211,171)
#97BE9A
(151,190,154)
#87A989
(135,169,137)
#779478
(119,148,120)
#677F67
(103,127,103)
#576A56
(87,106,86)
#475545
(71,85,69)
#374034
(55,64,52)
#272B23
(39,43,35)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #B7E8BC

#B7E8BC
(183,232,188)
#BDEAC2
(189,234,194)
#C3ECC8
(195,236,200)
#C9EECE
(201,238,206)
#CFF0D4
(207,240,212)
#D5F2DA
(213,242,218)
#DBF4E0
(219,244,224)
#E1F6E6
(225,246,230)
#E7F8EC
(231,248,236)
#EDFAF2
(237,250,242)
#F3FCF8
(243,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E8BC color. Also use rgb(183,232,188) instead hex code.

Text Font Color

.myTextColor { color: #B7E8BC; }

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

This text font color is #B7E8BC.


Background Color

.myBgColor { background-color: #B7E8BC; }

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

This div background color is #B7E8BC.


Border color

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

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

This div border color is #B7E8BC.


Opacity

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

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

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

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

This text has shadow with #B7E8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E8BC on black background.


Color preview on white background

This text has color #B7E8BC on white background.



Black color preview on #B7E8BC background

This text has black color on #B7E8BC background.


White color preview on #B7E8BC background

This text has white color on #B7E8BC background.