COLOR #B7E6B3

HEX: #B7E6B3
RGB: (183,230,179)

Color info

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

RGB color model

#B7E6B3 color RGB value is (183,230,179).

  • red value is 183;
  • green value is 230;
  • blue value is 179.
RGB:
(183,230,179)
(72%,90%,70%)

RGB channels and saturation

R 183 of 255 = 72%
G 230 of 255 = 90%
B 179 of 255 = 70%

183
230
179

R + G + B ~ 77%. #B7E6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 230 + 179 = 592 (100%)
R 183 of 592 ~ 30.91%
G 230 of 592 ~ 38.85%
B 179 of 592 ~ 30.24%

%30.91
%38.85
%30.24

CMYK color model

#B7E6B3 color CMYK value is (20,0,22,10).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 9.80%
CMYK:
(20,0,22,10)
C20M0Y22K10 
(20%,0%,22%,10%)
(0.20/0.00/0.22/0.10)	

CMYK percentages

%20.43
%0
%22.17
%9.8

Codes

Color #B7E6B3 in popluar color models

B7E6B3
RGB183230179
HSL115°50.50%80.20%
HSB/HSV115°22.17%90.20%
CMYK20.43%0.00%22.17%
9.80%

Color #B7E6B3 in popluar number systems.

HEXB7E6B3
Decimal183230179
Binary101101111110011010110011
Octal267346263

Shades and tints

Shades of #B7E6B3

#B7E6B3
(183,230,179)
#A7D2A3
(167,210,163)
#97BE93
(151,190,147)
#87AA83
(135,170,131)
#779673
(119,150,115)
#678263
(103,130,99)
#576E53
(87,110,83)
#475A43
(71,90,67)
#374633
(55,70,51)
#273223
(39,50,35)
#171E13
(23,30,19)
#000000
(0,0,0)

Tints of #B7E6B3

#B7E6B3
(183,230,179)
#BDE8B9
(189,232,185)
#C3EABF
(195,234,191)
#C9ECC5
(201,236,197)
#CFEECB
(207,238,203)
#D5F0D1
(213,240,209)
#DBF2D7
(219,242,215)
#E1F4DD
(225,244,221)
#E7F6E3
(231,246,227)
#EDF8E9
(237,248,233)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E6B3 color. Also use rgb(183,230,179) instead hex code.

Text Font Color

.myTextColor { color: #B7E6B3; }

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

This text font color is #B7E6B3.


Background Color

.myBgColor { background-color: #B7E6B3; }

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

This div background color is #B7E6B3.


Border color

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

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

This div border color is #B7E6B3.


Opacity

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

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

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

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

This text has shadow with #B7E6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E6B3 on black background.


Color preview on white background

This text has color #B7E6B3 on white background.



Black color preview on #B7E6B3 background

This text has black color on #B7E6B3 background.


White color preview on #B7E6B3 background

This text has white color on #B7E6B3 background.