COLOR #B3E6AF

HEX: #B3E6AF
RGB: (179,230,175)

Color info

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

RGB color model

#B3E6AF color RGB value is (179,230,175).

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

RGB channels and saturation

R 179 of 255 = 70%
G 230 of 255 = 90%
B 175 of 255 = 69%

179
230
175

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

Portions of RGB colors in percentages

R + G + B =
179 + 230 + 175 = 584 (100%)
R 179 of 584 ~ 30.65%
G 230 of 584 ~ 39.38%
B 175 of 584 ~ 29.97%

%30.65
%39.38
%29.97

CMYK color model

#B3E6AF color CMYK value is (22,0,24,10).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 9.80%
CMYK:
(22,0,24,10)
C22M0Y24K10 
(22%,0%,24%,10%)
(0.22/0.00/0.24/0.10)	

CMYK percentages

%22.17
%0
%23.91
%9.8

Codes

Color #B3E6AF in popluar color models

B3E6AF
RGB179230175
HSL116°52.38%79.41%
HSB/HSV116°23.91%90.20%
CMYK22.17%0.00%23.91%
9.80%

Color #B3E6AF in popluar number systems.

HEXB3E6AF
Decimal179230175
Binary101100111110011010101111
Octal263346257

Shades and tints

Shades of #B3E6AF

#B3E6AF
(179,230,175)
#A3D2A0
(163,210,160)
#93BE91
(147,190,145)
#83AA82
(131,170,130)
#739673
(115,150,115)
#638264
(99,130,100)
#536E55
(83,110,85)
#435A46
(67,90,70)
#334637
(51,70,55)
#233228
(35,50,40)
#131E19
(19,30,25)
#000000
(0,0,0)

Tints of #B3E6AF

#B3E6AF
(179,230,175)
#B9E8B6
(185,232,182)
#BFEABD
(191,234,189)
#C5ECC4
(197,236,196)
#CBEECB
(203,238,203)
#D1F0D2
(209,240,210)
#D7F2D9
(215,242,217)
#DDF4E0
(221,244,224)
#E3F6E7
(227,246,231)
#E9F8EE
(233,248,238)
#EFFAF5
(239,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E6AF; }

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

This text font color is #B3E6AF.


Background Color

.myBgColor { background-color: #B3E6AF; }

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

This div background color is #B3E6AF.


Border color

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

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

This div border color is #B3E6AF.


Opacity

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

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

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

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

This text has shadow with #B3E6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E6AF on black background.


Color preview on white background

This text has color #B3E6AF on white background.



Black color preview on #B3E6AF background

This text has black color on #B3E6AF background.


White color preview on #B3E6AF background

This text has white color on #B3E6AF background.