COLOR #B6DE9D

HEX: #B6DE9D
RGB: (182,222,157)

Color info

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

RGB color model

#B6DE9D color RGB value is (182,222,157).

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

RGB channels and saturation

R 182 of 255 = 71%
G 222 of 255 = 87%
B 157 of 255 = 62%

182
222
157

R + G + B ~ 73%. #B6DE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 222 + 157 = 561 (100%)
R 182 of 561 ~ 32.44%
G 222 of 561 ~ 39.57%
B 157 of 561 ~ 27.99%

%32.44
%39.57
%27.99

CMYK color model

#B6DE9D color CMYK value is (18,0,29,13).

  • cyan value is 18.02%
  • magenta value is 0.00%
  • yellow value is 29.28%
  • key color value is 12.94%
CMYK:
(18,0,29,13)
C18M0Y29K13 
(18%,0%,29%,13%)
(0.18/0.00/0.29/0.13)	

CMYK percentages

%18.02
%0
%29.28
%12.94

Codes

Color #B6DE9D in popluar color models

B6DE9D
RGB182222157
HSL97°49.62%74.31%
HSB/HSV97°29.28%87.06%
CMYK18.02%0.00%29.28%
12.94%

Color #B6DE9D in popluar number systems.

HEXB6DE9D
Decimal182222157
Binary101101101101111010011101
Octal266336235

Shades and tints

Shades of #B6DE9D

#B6DE9D
(182,222,157)
#A6CA8F
(166,202,143)
#96B681
(150,182,129)
#86A273
(134,162,115)
#768E65
(118,142,101)
#667A57
(102,122,87)
#566649
(86,102,73)
#46523B
(70,82,59)
#363E2D
(54,62,45)
#262A1F
(38,42,31)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #B6DE9D

#B6DE9D
(182,222,157)
#BCE1A5
(188,225,165)
#C2E4AD
(194,228,173)
#C8E7B5
(200,231,181)
#CEEABD
(206,234,189)
#D4EDC5
(212,237,197)
#DAF0CD
(218,240,205)
#E0F3D5
(224,243,213)
#E6F6DD
(230,246,221)
#ECF9E5
(236,249,229)
#F2FCED
(242,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DE9D; }

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

This text font color is #B6DE9D.


Background Color

.myBgColor { background-color: #B6DE9D; }

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

This div background color is #B6DE9D.


Border color

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

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

This div border color is #B6DE9D.


Opacity

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

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

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

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

This text has shadow with #B6DE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DE9D on black background.


Color preview on white background

This text has color #B6DE9D on white background.



Black color preview on #B6DE9D background

This text has black color on #B6DE9D background.


White color preview on #B6DE9D background

This text has white color on #B6DE9D background.