COLOR #B6EEA8

HEX: #B6EEA8
RGB: (182,238,168)

Color info

#B6EEA8 contains mainly red and green colors. Web safe color of #B6EEA8 is #CCFF99 (or #CF9).

RGB color model

#B6EEA8 color RGB value is (182,238,168).

  • red value is 182;
  • green value is 238;
  • blue value is 168.
RGB:
(182,238,168)
(71%,93%,66%)

RGB channels and saturation

R 182 of 255 = 71%
G 238 of 255 = 93%
B 168 of 255 = 66%

182
238
168

R + G + B ~ 77%. #B6EEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 238 + 168 = 588 (100%)
R 182 of 588 ~ 30.95%
G 238 of 588 ~ 40.48%
B 168 of 588 ~ 28.57%

%30.95
%40.48
%28.57

CMYK color model

#B6EEA8 color CMYK value is (24,0,29,7).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 6.67%
CMYK:
(24,0,29,7)
C24M0Y29K7 
(24%,0%,29%,7%)
(0.24/0.00/0.29/0.07)	

CMYK percentages

%23.53
%0
%29.41
%6.67

Codes

Color #B6EEA8 in popluar color models

B6EEA8
RGB182238168
HSL108°67.31%79.61%
HSB/HSV108°29.41%93.33%
CMYK23.53%0.00%29.41%
6.67%

Color #B6EEA8 in popluar number systems.

HEXB6EEA8
Decimal182238168
Binary101101101110111010101000
Octal266356250

Shades and tints

Shades of #B6EEA8

#B6EEA8
(182,238,168)
#A6D999
(166,217,153)
#96C48A
(150,196,138)
#86AF7B
(134,175,123)
#769A6C
(118,154,108)
#66855D
(102,133,93)
#56704E
(86,112,78)
#465B3F
(70,91,63)
#364630
(54,70,48)
#263121
(38,49,33)
#161C12
(22,28,18)
#000000
(0,0,0)

Tints of #B6EEA8

#B6EEA8
(182,238,168)
#BCEFAF
(188,239,175)
#C2F0B6
(194,240,182)
#C8F1BD
(200,241,189)
#CEF2C4
(206,242,196)
#D4F3CB
(212,243,203)
#DAF4D2
(218,244,210)
#E0F5D9
(224,245,217)
#E6F6E0
(230,246,224)
#ECF7E7
(236,247,231)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6EEA8 color. Also use rgb(182,238,168) instead hex code.

Text Font Color

.myTextColor { color: #B6EEA8; }

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

This text font color is #B6EEA8.


Background Color

.myBgColor { background-color: #B6EEA8; }

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

This div background color is #B6EEA8.


Border color

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

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

This div border color is #B6EEA8.


Opacity

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

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

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

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

This text has shadow with #B6EEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EEA8 on black background.


Color preview on white background

This text has color #B6EEA8 on white background.



Black color preview on #B6EEA8 background

This text has black color on #B6EEA8 background.


White color preview on #B6EEA8 background

This text has white color on #B6EEA8 background.