COLOR #B6DEB9

HEX: #B6DEB9
RGB: (182,222,185)

Color info

#B6DEB9 contains red, green and blue colors in about the same proportion. Web safe color of #B6DEB9 is #CCCCCC (or #CCC).

RGB color model

#B6DEB9 color RGB value is (182,222,185).

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

RGB channels and saturation

R 182 of 255 = 71%
G 222 of 255 = 87%
B 185 of 255 = 73%

182
222
185

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

Portions of RGB colors in percentages

R + G + B =
182 + 222 + 185 = 589 (100%)
R 182 of 589 ~ 30.9%
G 222 of 589 ~ 37.69%
B 185 of 589 ~ 31.41%

%30.9
%37.69
%31.41

CMYK color model

#B6DEB9 color CMYK value is (18,0,17,13).

  • cyan value is 18.02%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK:
(18,0,17,13)
C18M0Y17K13 
(18%,0%,17%,13%)
(0.18/0.00/0.17/0.13)	

CMYK percentages

%18.02
%0
%16.67
%12.94

Codes

Color #B6DEB9 in popluar color models

B6DEB9
RGB182222185
HSL125°37.74%79.22%
HSB/HSV125°18.02%87.06%
CMYK18.02%0.00%16.67%
12.94%

Color #B6DEB9 in popluar number systems.

HEXB6DEB9
Decimal182222185
Binary101101101101111010111001
Octal266336271

Shades and tints

Shades of #B6DEB9

#B6DEB9
(182,222,185)
#A6CAA9
(166,202,169)
#96B699
(150,182,153)
#86A289
(134,162,137)
#768E79
(118,142,121)
#667A69
(102,122,105)
#566659
(86,102,89)
#465249
(70,82,73)
#363E39
(54,62,57)
#262A29
(38,42,41)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #B6DEB9

#B6DEB9
(182,222,185)
#BCE1BF
(188,225,191)
#C2E4C5
(194,228,197)
#C8E7CB
(200,231,203)
#CEEAD1
(206,234,209)
#D4EDD7
(212,237,215)
#DAF0DD
(218,240,221)
#E0F3E3
(224,243,227)
#E6F6E9
(230,246,233)
#ECF9EF
(236,249,239)
#F2FCF5
(242,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DEB9; }

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

This text font color is #B6DEB9.


Background Color

.myBgColor { background-color: #B6DEB9; }

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

This div background color is #B6DEB9.


Border color

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

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

This div border color is #B6DEB9.


Opacity

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

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

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

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

This text has shadow with #B6DEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DEB9 on black background.


Color preview on white background

This text has color #B6DEB9 on white background.



Black color preview on #B6DEB9 background

This text has black color on #B6DEB9 background.


White color preview on #B6DEB9 background

This text has white color on #B6DEB9 background.