COLOR #B6E09D

HEX: #B6E09D
RGB: (182,224,157)

Color info

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

RGB color model

#B6E09D color RGB value is (182,224,157).

  • red value is 182;
  • green value is 224;
  • blue value is 157.
RGB:
(182,224,157)
(71%,88%,62%)

RGB channels and saturation

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

182
224
157

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

Portions of RGB colors in percentages

R + G + B =
182 + 224 + 157 = 563 (100%)
R 182 of 563 ~ 32.33%
G 224 of 563 ~ 39.79%
B 157 of 563 ~ 27.89%

%32.33
%39.79
%27.89

CMYK color model

#B6E09D color CMYK value is (19,0,30,12).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 12.16%
CMYK:
(19,0,30,12)
C19M0Y30K12 
(19%,0%,30%,12%)
(0.19/0.00/0.30/0.12)	

CMYK percentages

%18.75
%0
%29.91
%12.16

Codes

Color #B6E09D in popluar color models

B6E09D
RGB182224157
HSL98°51.94%74.71%
HSB/HSV98°29.91%87.84%
CMYK18.75%0.00%29.91%
12.16%

Color #B6E09D in popluar number systems.

HEXB6E09D
Decimal182224157
Binary101101101110000010011101
Octal266340235

Shades and tints

Shades of #B6E09D

#B6E09D
(182,224,157)
#A6CC8F
(166,204,143)
#96B881
(150,184,129)
#86A473
(134,164,115)
#769065
(118,144,101)
#667C57
(102,124,87)
#566849
(86,104,73)
#46543B
(70,84,59)
#36402D
(54,64,45)
#262C1F
(38,44,31)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #B6E09D

#B6E09D
(182,224,157)
#BCE2A5
(188,226,165)
#C2E4AD
(194,228,173)
#C8E6B5
(200,230,181)
#CEE8BD
(206,232,189)
#D4EAC5
(212,234,197)
#DAECCD
(218,236,205)
#E0EED5
(224,238,213)
#E6F0DD
(230,240,221)
#ECF2E5
(236,242,229)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E09D; }

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

This text font color is #B6E09D.


Background Color

.myBgColor { background-color: #B6E09D; }

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

This div background color is #B6E09D.


Border color

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

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

This div border color is #B6E09D.


Opacity

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

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

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

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

This text has shadow with #B6E09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E09D on black background.


Color preview on white background

This text has color #B6E09D on white background.



Black color preview on #B6E09D background

This text has black color on #B6E09D background.


White color preview on #B6E09D background

This text has white color on #B6E09D background.