COLOR #B3E6BD

HEX: #B3E6BD
RGB: (179,230,189)

Color info

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

RGB color model

#B3E6BD color RGB value is (179,230,189).

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

RGB channels and saturation

R 179 of 255 = 70%
G 230 of 255 = 90%
B 189 of 255 = 74%

179
230
189

R + G + B ~ 78%. #B3E6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 230 + 189 = 598 (100%)
R 179 of 598 ~ 29.93%
G 230 of 598 ~ 38.46%
B 189 of 598 ~ 31.61%

%29.93
%38.46
%31.61

CMYK color model

#B3E6BD color CMYK value is (22,0,18,10).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 9.80%
CMYK:
(22,0,18,10)
C22M0Y18K10 
(22%,0%,18%,10%)
(0.22/0.00/0.18/0.10)	

CMYK percentages

%22.17
%0
%17.83
%9.8

Codes

Color #B3E6BD in popluar color models

B3E6BD
RGB179230189
HSL132°50.50%80.20%
HSB/HSV132°22.17%90.20%
CMYK22.17%0.00%17.83%
9.80%

Color #B3E6BD in popluar number systems.

HEXB3E6BD
Decimal179230189
Binary101100111110011010111101
Octal263346275

Shades and tints

Shades of #B3E6BD

#B3E6BD
(179,230,189)
#A3D2AC
(163,210,172)
#93BE9B
(147,190,155)
#83AA8A
(131,170,138)
#739679
(115,150,121)
#638268
(99,130,104)
#536E57
(83,110,87)
#435A46
(67,90,70)
#334635
(51,70,53)
#233224
(35,50,36)
#131E13
(19,30,19)
#000000
(0,0,0)

Tints of #B3E6BD

#B3E6BD
(179,230,189)
#B9E8C3
(185,232,195)
#BFEAC9
(191,234,201)
#C5ECCF
(197,236,207)
#CBEED5
(203,238,213)
#D1F0DB
(209,240,219)
#D7F2E1
(215,242,225)
#DDF4E7
(221,244,231)
#E3F6ED
(227,246,237)
#E9F8F3
(233,248,243)
#EFFAF9
(239,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E6BD; }

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

This text font color is #B3E6BD.


Background Color

.myBgColor { background-color: #B3E6BD; }

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

This div background color is #B3E6BD.


Border color

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

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

This div border color is #B3E6BD.


Opacity

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

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

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

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

This text has shadow with #B3E6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E6BD on black background.


Color preview on white background

This text has color #B3E6BD on white background.



Black color preview on #B3E6BD background

This text has black color on #B3E6BD background.


White color preview on #B3E6BD background

This text has white color on #B3E6BD background.