COLOR #B3E7B1

HEX: #B3E7B1
RGB: (179,231,177)

Color info

#B3E7B1 contains red, green and blue colors in about the same proportion. Web safe color of #B3E7B1 is #99FF99 (or #9F9).

RGB color model

#B3E7B1 color RGB value is (179,231,177).

  • red value is 179;
  • green value is 231;
  • blue value is 177.
RGB:
(179,231,177)
(70%,91%,69%)

RGB channels and saturation

R 179 of 255 = 70%
G 231 of 255 = 91%
B 177 of 255 = 69%

179
231
177

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

Portions of RGB colors in percentages

R + G + B =
179 + 231 + 177 = 587 (100%)
R 179 of 587 ~ 30.49%
G 231 of 587 ~ 39.35%
B 177 of 587 ~ 30.15%

%30.49
%39.35
%30.15

CMYK color model

#B3E7B1 color CMYK value is (23,0,23,9).

  • cyan value is 22.51%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 9.41%
CMYK:
(23,0,23,9)
C23M0Y23K9 
(23%,0%,23%,9%)
(0.23/0.00/0.23/0.09)	

CMYK percentages

%22.51
%0
%23.38
%9.41

Codes

Color #B3E7B1 in popluar color models

B3E7B1
RGB179231177
HSL118°52.94%80.00%
HSB/HSV118°23.38%90.59%
CMYK22.51%0.00%23.38%
9.41%

Color #B3E7B1 in popluar number systems.

HEXB3E7B1
Decimal179231177
Binary101100111110011110110001
Octal263347261

Shades and tints

Shades of #B3E7B1

#B3E7B1
(179,231,177)
#A3D2A1
(163,210,161)
#93BD91
(147,189,145)
#83A881
(131,168,129)
#739371
(115,147,113)
#637E61
(99,126,97)
#536951
(83,105,81)
#435441
(67,84,65)
#333F31
(51,63,49)
#232A21
(35,42,33)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #B3E7B1

#B3E7B1
(179,231,177)
#B9E9B8
(185,233,184)
#BFEBBF
(191,235,191)
#C5EDC6
(197,237,198)
#CBEFCD
(203,239,205)
#D1F1D4
(209,241,212)
#D7F3DB
(215,243,219)
#DDF5E2
(221,245,226)
#E3F7E9
(227,247,233)
#E9F9F0
(233,249,240)
#EFFBF7
(239,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E7B1 color. Also use rgb(179,231,177) instead hex code.

Text Font Color

.myTextColor { color: #B3E7B1; }

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

This text font color is #B3E7B1.


Background Color

.myBgColor { background-color: #B3E7B1; }

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

This div background color is #B3E7B1.


Border color

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

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

This div border color is #B3E7B1.


Opacity

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

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

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

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

This text has shadow with #B3E7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E7B1 on black background.


Color preview on white background

This text has color #B3E7B1 on white background.



Black color preview on #B3E7B1 background

This text has black color on #B3E7B1 background.


White color preview on #B3E7B1 background

This text has white color on #B3E7B1 background.