COLOR #B6E1AF

HEX: #B6E1AF
RGB: (182,225,175)

Color info

#B6E1AF contains red, green and blue colors in about the same proportion. Web safe color of #B6E1AF is #CCCC99 (or #CC9).

RGB color model

#B6E1AF color RGB value is (182,225,175).

  • red value is 182;
  • green value is 225;
  • blue value is 175.
RGB:
(182,225,175)
(71%,88%,69%)

RGB channels and saturation

R 182 of 255 = 71%
G 225 of 255 = 88%
B 175 of 255 = 69%

182
225
175

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

Portions of RGB colors in percentages

R + G + B =
182 + 225 + 175 = 582 (100%)
R 182 of 582 ~ 31.27%
G 225 of 582 ~ 38.66%
B 175 of 582 ~ 30.07%

%31.27
%38.66
%30.07

CMYK color model

#B6E1AF color CMYK value is (19,0,22,12).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 11.76%
CMYK:
(19,0,22,12)
C19M0Y22K12 
(19%,0%,22%,12%)
(0.19/0.00/0.22/0.12)	

CMYK percentages

%19.11
%0
%22.22
%11.76

Codes

Color #B6E1AF in popluar color models

B6E1AF
RGB182225175
HSL112°45.45%78.43%
HSB/HSV112°22.22%88.24%
CMYK19.11%0.00%22.22%
11.76%

Color #B6E1AF in popluar number systems.

HEXB6E1AF
Decimal182225175
Binary101101101110000110101111
Octal266341257

Shades and tints

Shades of #B6E1AF

#B6E1AF
(182,225,175)
#A6CDA0
(166,205,160)
#96B991
(150,185,145)
#86A582
(134,165,130)
#769173
(118,145,115)
#667D64
(102,125,100)
#566955
(86,105,85)
#465546
(70,85,70)
#364137
(54,65,55)
#262D28
(38,45,40)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #B6E1AF

#B6E1AF
(182,225,175)
#BCE3B6
(188,227,182)
#C2E5BD
(194,229,189)
#C8E7C4
(200,231,196)
#CEE9CB
(206,233,203)
#D4EBD2
(212,235,210)
#DAEDD9
(218,237,217)
#E0EFE0
(224,239,224)
#E6F1E7
(230,241,231)
#ECF3EE
(236,243,238)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E1AF color. Also use rgb(182,225,175) instead hex code.

Text Font Color

.myTextColor { color: #B6E1AF; }

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

This text font color is #B6E1AF.


Background Color

.myBgColor { background-color: #B6E1AF; }

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

This div background color is #B6E1AF.


Border color

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

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

This div border color is #B6E1AF.


Opacity

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

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

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

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

This text has shadow with #B6E1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E1AF on black background.


Color preview on white background

This text has color #B6E1AF on white background.



Black color preview on #B6E1AF background

This text has black color on #B6E1AF background.


White color preview on #B6E1AF background

This text has white color on #B6E1AF background.