COLOR #B3E4AD

HEX: #B3E4AD
RGB: (179,228,173)

Color info

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

RGB color model

#B3E4AD color RGB value is (179,228,173).

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

RGB channels and saturation

R 179 of 255 = 70%
G 228 of 255 = 89%
B 173 of 255 = 68%

179
228
173

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

Portions of RGB colors in percentages

R + G + B =
179 + 228 + 173 = 580 (100%)
R 179 of 580 ~ 30.86%
G 228 of 580 ~ 39.31%
B 173 of 580 ~ 29.83%

%30.86
%39.31
%29.83

CMYK color model

#B3E4AD color CMYK value is (21,0,24,11).

  • cyan value is 21.49%
  • magenta value is 0.00%
  • yellow value is 24.12%
  • key color value is 10.59%
CMYK:
(21,0,24,11)
C21M0Y24K11 
(21%,0%,24%,11%)
(0.21/0.00/0.24/0.11)	

CMYK percentages

%21.49
%0
%24.12
%10.59

Codes

Color #B3E4AD in popluar color models

B3E4AD
RGB179228173
HSL113°50.46%78.63%
HSB/HSV113°24.12%89.41%
CMYK21.49%0.00%24.12%
10.59%

Color #B3E4AD in popluar number systems.

HEXB3E4AD
Decimal179228173
Binary101100111110010010101101
Octal263344255

Shades and tints

Shades of #B3E4AD

#B3E4AD
(179,228,173)
#A3D09E
(163,208,158)
#93BC8F
(147,188,143)
#83A880
(131,168,128)
#739471
(115,148,113)
#638062
(99,128,98)
#536C53
(83,108,83)
#435844
(67,88,68)
#334435
(51,68,53)
#233026
(35,48,38)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #B3E4AD

#B3E4AD
(179,228,173)
#B9E6B4
(185,230,180)
#BFE8BB
(191,232,187)
#C5EAC2
(197,234,194)
#CBECC9
(203,236,201)
#D1EED0
(209,238,208)
#D7F0D7
(215,240,215)
#DDF2DE
(221,242,222)
#E3F4E5
(227,244,229)
#E9F6EC
(233,246,236)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E4AD; }

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

This text font color is #B3E4AD.


Background Color

.myBgColor { background-color: #B3E4AD; }

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

This div background color is #B3E4AD.


Border color

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

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

This div border color is #B3E4AD.


Opacity

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

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

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

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

This text has shadow with #B3E4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E4AD on black background.


Color preview on white background

This text has color #B3E4AD on white background.



Black color preview on #B3E4AD background

This text has black color on #B3E4AD background.


White color preview on #B3E4AD background

This text has white color on #B3E4AD background.