COLOR #B6DEA7

HEX: #B6DEA7
RGB: (182,222,167)

Color info

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

RGB color model

#B6DEA7 color RGB value is (182,222,167).

  • red value is 182;
  • green value is 222;
  • blue value is 167.
RGB:
(182,222,167)
(71%,87%,65%)

RGB channels and saturation

R 182 of 255 = 71%
G 222 of 255 = 87%
B 167 of 255 = 65%

182
222
167

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

Portions of RGB colors in percentages

R + G + B =
182 + 222 + 167 = 571 (100%)
R 182 of 571 ~ 31.87%
G 222 of 571 ~ 38.88%
B 167 of 571 ~ 29.25%

%31.87
%38.88
%29.25

CMYK color model

#B6DEA7 color CMYK value is (18,0,25,13).

  • cyan value is 18.02%
  • magenta value is 0.00%
  • yellow value is 24.77%
  • key color value is 12.94%
CMYK:
(18,0,25,13)
C18M0Y25K13 
(18%,0%,25%,13%)
(0.18/0.00/0.25/0.13)	

CMYK percentages

%18.02
%0
%24.77
%12.94

Codes

Color #B6DEA7 in popluar color models

B6DEA7
RGB182222167
HSL104°45.45%76.27%
HSB/HSV104°24.77%87.06%
CMYK18.02%0.00%24.77%
12.94%

Color #B6DEA7 in popluar number systems.

HEXB6DEA7
Decimal182222167
Binary101101101101111010100111
Octal266336247

Shades and tints

Shades of #B6DEA7

#B6DEA7
(182,222,167)
#A6CA98
(166,202,152)
#96B689
(150,182,137)
#86A27A
(134,162,122)
#768E6B
(118,142,107)
#667A5C
(102,122,92)
#56664D
(86,102,77)
#46523E
(70,82,62)
#363E2F
(54,62,47)
#262A20
(38,42,32)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #B6DEA7

#B6DEA7
(182,222,167)
#BCE1AF
(188,225,175)
#C2E4B7
(194,228,183)
#C8E7BF
(200,231,191)
#CEEAC7
(206,234,199)
#D4EDCF
(212,237,207)
#DAF0D7
(218,240,215)
#E0F3DF
(224,243,223)
#E6F6E7
(230,246,231)
#ECF9EF
(236,249,239)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DEA7 color. Also use rgb(182,222,167) instead hex code.

Text Font Color

.myTextColor { color: #B6DEA7; }

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

This text font color is #B6DEA7.


Background Color

.myBgColor { background-color: #B6DEA7; }

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

This div background color is #B6DEA7.


Border color

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

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

This div border color is #B6DEA7.


Opacity

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

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

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

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

This text has shadow with #B6DEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DEA7 on black background.


Color preview on white background

This text has color #B6DEA7 on white background.



Black color preview on #B6DEA7 background

This text has black color on #B6DEA7 background.


White color preview on #B6DEA7 background

This text has white color on #B6DEA7 background.