COLOR #B6E0AF

HEX: #B6E0AF RGB: (182,224,175)

Color info

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

RGB color model

#B6E0AF color RGB value is (182,224,175).

RGB: (182,224,175) (71%, 88%, 69%)

RGB channels and saturation

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

182
224
175

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

Portions of RGB colors in percentages

R + G + B = 182 + 224 + 175 = 581 (100%)
R 182 of 581 ~ 31.33%
G 224 of 581 ~ 38.55%
B 175 of 581 ~ 30.12'%

%31.33
%38.55
%30.12

CMYK color model

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

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 12.16%

CMYK: (19,0,22,12)
C19M0Y22K12 (19%, 0%, 22%, 12%)
(0.19 / 0.00 / 0.22 / 0.12)

CMYK percentages

%18.75
%0
%21.88
%12.16

Codes

Color #B6E0AF in popluar color models

B6 E0 AF
RGB 182 224 175
HSL 111° 44.14% 78.24%
HSB/HSV 111° 21.88% 87.84%
CMYK 18.75% 0.00% 21.88%
12.16%

Color #B6E0AF in popluar number systems.

HEX B6 E0 AF
Decimal 182 224 175
Binary 10110110 11100000 10101111
Octal 266 340 257

Shades and tints

Shades of #B6E0AF

#B6E0AF
(182,224,175)
#A6CCA0
(166,204,160)
#96B891
(150,184,145)
#86A482
(134,164,130)
#769073
(118,144,115)
#667C64
(102,124,100)
#566855
(86,104,85)
#465446
(70,84,70)
#364037
(54,64,55)
#262C28
(38,44,40)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #B6E0AF

#B6E0AF
(182,224,175)
#BCE2B6
(188,226,182)
#C2E4BD
(194,228,189)
#C8E6C4
(200,230,196)
#CEE8CB
(206,232,203)
#D4EAD2
(212,234,210)
#DAECD9
(218,236,217)
#E0EEE0
(224,238,224)
#E6F0E7
(230,240,231)
#ECF2EE
(236,242,238)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E0AF; }

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

This text font color is #B6E0AF.

Background Color

.myBgColor { background-color: #B6E0AF; }

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

This div background color is #B6E0AF.

Border color

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

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

This div border color is #B6E0AF.

Opacity

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

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

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

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

This text has shadow with #B6E0AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6E0AF.

Preview

Color preview on black background

This text has color #B6E0AF on black background.


Color preview on white background

This text has color #B6E0AF on white background.


Black color preview on #B6E0AF background

This text has black color on #B6E0AF background.


White color preview on #B6E0AF background

This text has white color on #B6E0AF background.


Related colors

Complementary color

Complementary color for #hex is #491F50.


I love getcolorcode.com

Triadic colors

1 #AFB6E0 and #E0AFB6 with #B6E0AF are triadic colors.

2 #AFE0B6 and #E0B6AF with #B6E0AF are triadic colors.