COLOR #B3E7AD

HEX: #B3E7AD
RGB: (179,231,173)

Color info

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

RGB color model

#B3E7AD color RGB value is (179,231,173).

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

RGB channels and saturation

R 179 of 255 = 70%
G 231 of 255 = 91%
B 173 of 255 = 68%

179
231
173

R + G + B ~ 76%. #B3E7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 231 + 173 = 583 (100%)
R 179 of 583 ~ 30.7%
G 231 of 583 ~ 39.62%
B 173 of 583 ~ 29.67%

%30.7
%39.62
%29.67

CMYK color model

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

  • cyan value is 22.51%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 9.41%
CMYK:
(23,0,25,9)
C23M0Y25K9 
(23%,0%,25%,9%)
(0.23/0.00/0.25/0.09)	

CMYK percentages

%22.51
%0
%25.11
%9.41

Codes

Color #B3E7AD in popluar color models

B3E7AD
RGB179231173
HSL114°54.72%79.22%
HSB/HSV114°25.11%90.59%
CMYK22.51%0.00%25.11%
9.41%

Color #B3E7AD in popluar number systems.

HEXB3E7AD
Decimal179231173
Binary101100111110011110101101
Octal263347255

Shades and tints

Shades of #B3E7AD

#B3E7AD
(179,231,173)
#A3D29E
(163,210,158)
#93BD8F
(147,189,143)
#83A880
(131,168,128)
#739371
(115,147,113)
#637E62
(99,126,98)
#536953
(83,105,83)
#435444
(67,84,68)
#333F35
(51,63,53)
#232A26
(35,42,38)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #B3E7AD

#B3E7AD
(179,231,173)
#B9E9B4
(185,233,180)
#BFEBBB
(191,235,187)
#C5EDC2
(197,237,194)
#CBEFC9
(203,239,201)
#D1F1D0
(209,241,208)
#D7F3D7
(215,243,215)
#DDF5DE
(221,245,222)
#E3F7E5
(227,247,229)
#E9F9EC
(233,249,236)
#EFFBF3
(239,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E7AD; }

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

This text font color is #B3E7AD.


Background Color

.myBgColor { background-color: #B3E7AD; }

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

This div background color is #B3E7AD.


Border color

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

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

This div border color is #B3E7AD.


Opacity

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

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

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

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

This text has shadow with #B3E7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E7AD on black background.


Color preview on white background

This text has color #B3E7AD on white background.



Black color preview on #B3E7AD background

This text has black color on #B3E7AD background.


White color preview on #B3E7AD background

This text has white color on #B3E7AD background.