COLOR #B6E0AE

HEX: #B6E0AE
RGB: (182,224,174)

Color info

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

RGB color model

#B6E0AE color RGB value is (182,224,174).

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

RGB channels and saturation

R 182 of 255 = 71%
G 224 of 255 = 88%
B 174 of 255 = 68%

182
224
174

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

Portions of RGB colors in percentages

R + G + B =
182 + 224 + 174 = 580 (100%)
R 182 of 580 ~ 31.38%
G 224 of 580 ~ 38.62%
B 174 of 580 ~ 30%

%31.38
%38.62
%30

CMYK color model

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

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 22.32%
  • 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
%22.32
%12.16

Codes

Color #B6E0AE in popluar color models

B6E0AE
RGB182224174
HSL110°44.64%78.04%
HSB/HSV110°22.32%87.84%
CMYK18.75%0.00%22.32%
12.16%

Color #B6E0AE in popluar number systems.

HEXB6E0AE
Decimal182224174
Binary101101101110000010101110
Octal266340256

Shades and tints

Shades of #B6E0AE

#B6E0AE
(182,224,174)
#A6CC9F
(166,204,159)
#96B890
(150,184,144)
#86A481
(134,164,129)
#769072
(118,144,114)
#667C63
(102,124,99)
#566854
(86,104,84)
#465445
(70,84,69)
#364036
(54,64,54)
#262C27
(38,44,39)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #B6E0AE

#B6E0AE
(182,224,174)
#BCE2B5
(188,226,181)
#C2E4BC
(194,228,188)
#C8E6C3
(200,230,195)
#CEE8CA
(206,232,202)
#D4EAD1
(212,234,209)
#DAECD8
(218,236,216)
#E0EEDF
(224,238,223)
#E6F0E6
(230,240,230)
#ECF2ED
(236,242,237)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E0AE; }

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

This text font color is #B6E0AE.


Background Color

.myBgColor { background-color: #B6E0AE; }

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

This div background color is #B6E0AE.


Border color

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

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

This div border color is #B6E0AE.


Opacity

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

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

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

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

This text has shadow with #B6E0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E0AE on black background.


Color preview on white background

This text has color #B6E0AE on white background.



Black color preview on #B6E0AE background

This text has black color on #B6E0AE background.


White color preview on #B6E0AE background

This text has white color on #B6E0AE background.