COLOR #B6E09E

HEX: #B6E09E RGB: (182,224,158)

Color info

#B6E09E contains mainly red and green colors. Web safe color of #B6E09E is #CCCC99 (or #CC9).

RGB color model

#B6E09E color RGB value is (182,224,158).

RGB: (182,224,158) (71%, 88%, 62%)

RGB channels and saturation

R 182 of 255 = 71%
G 224 of 255 = 88%
B 158 of 255 = 62%

182
224
158

R + G + B ~ 74%. #B6E09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 224 + 158 = 564 (100%)
R 182 of 564 ~ 32.27%
G 224 of 564 ~ 39.72%
B 158 of 564 ~ 28.01'%

%32.27
%39.72
%28.01

CMYK color model

#B6E09E color CMYK value is (19,0,29,12).

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

CMYK: (19,0,29,12)
C19M0Y29K12 (19%, 0%, 29%, 12%)
(0.19 / 0.00 / 0.29 / 0.12)

CMYK percentages

%18.75
%0
%29.46
%12.16

Codes

Color #B6E09E in popluar color models

B6 E0 9E
RGB 182 224 158
HSL 98° 51.56% 74.90%
HSB/HSV 98° 29.46% 87.84%
CMYK 18.75% 0.00% 29.46%
12.16%

Color #B6E09E in popluar number systems.

HEX B6 E0 9E
Decimal 182 224 158
Binary 10110110 11100000 10011110
Octal 266 340 236

Shades and tints

Shades of #B6E09E

#B6E09E
(182,224,158)
#A6CC90
(166,204,144)
#96B882
(150,184,130)
#86A474
(134,164,116)
#769066
(118,144,102)
#667C58
(102,124,88)
#56684A
(86,104,74)
#46543C
(70,84,60)
#36402E
(54,64,46)
#262C20
(38,44,32)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #B6E09E

#B6E09E
(182,224,158)
#BCE2A6
(188,226,166)
#C2E4AE
(194,228,174)
#C8E6B6
(200,230,182)
#CEE8BE
(206,232,190)
#D4EAC6
(212,234,198)
#DAECCE
(218,236,206)
#E0EED6
(224,238,214)
#E6F0DE
(230,240,222)
#ECF2E6
(236,242,230)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E09E; }

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

This text font color is #B6E09E.

Background Color

.myBgColor { background-color: #B6E09E; }

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

This div background color is #B6E09E.

Border color

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

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

This div border color is #B6E09E.

Opacity

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

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

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

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

This text has shadow with #B6E09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6E09E.

Preview

Color preview on black background

This text has color #B6E09E on black background.


Color preview on white background

This text has color #B6E09E on white background.


Black color preview on #B6E09E background

This text has black color on #B6E09E background.


White color preview on #B6E09E background

This text has white color on #B6E09E background.


Related colors

Complementary color

Complementary color for #hex is #491F61.


I love getcolorcode.com

Triadic colors

1 #9EB6E0 and #E09EB6 with #B6E09E are triadic colors.

2 #9EE0B6 and #E0B69E with #B6E09E are triadic colors.