COLOR #B6DC9B

HEX: #B6DC9B
RGB: (182,220,155)

Color info

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

RGB color model

#B6DC9B color RGB value is (182,220,155).

  • red value is 182;
  • green value is 220;
  • blue value is 155.
RGB:
(182,220,155)
(71%,86%,61%)

RGB channels and saturation

R 182 of 255 = 71%
G 220 of 255 = 86%
B 155 of 255 = 61%

182
220
155

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

Portions of RGB colors in percentages

R + G + B =
182 + 220 + 155 = 557 (100%)
R 182 of 557 ~ 32.68%
G 220 of 557 ~ 39.5%
B 155 of 557 ~ 27.83%

%32.68
%39.5
%27.83

CMYK color model

#B6DC9B color CMYK value is (17,0,30,14).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 13.73%
CMYK:
(17,0,30,14)
C17M0Y30K14 
(17%,0%,30%,14%)
(0.17/0.00/0.30/0.14)	

CMYK percentages

%17.27
%0
%29.55
%13.73

Codes

Color #B6DC9B in popluar color models

B6DC9B
RGB182220155
HSL95°48.15%73.53%
HSB/HSV95°29.55%86.27%
CMYK17.27%0.00%29.55%
13.73%

Color #B6DC9B in popluar number systems.

HEXB6DC9B
Decimal182220155
Binary101101101101110010011011
Octal266334233

Shades and tints

Shades of #B6DC9B

#B6DC9B
(182,220,155)
#A6C88D
(166,200,141)
#96B47F
(150,180,127)
#86A071
(134,160,113)
#768C63
(118,140,99)
#667855
(102,120,85)
#566447
(86,100,71)
#465039
(70,80,57)
#363C2B
(54,60,43)
#26281D
(38,40,29)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #B6DC9B

#B6DC9B
(182,220,155)
#BCDFA4
(188,223,164)
#C2E2AD
(194,226,173)
#C8E5B6
(200,229,182)
#CEE8BF
(206,232,191)
#D4EBC8
(212,235,200)
#DAEED1
(218,238,209)
#E0F1DA
(224,241,218)
#E6F4E3
(230,244,227)
#ECF7EC
(236,247,236)
#F2FAF5
(242,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DC9B color. Also use rgb(182,220,155) instead hex code.

Text Font Color

.myTextColor { color: #B6DC9B; }

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

This text font color is #B6DC9B.


Background Color

.myBgColor { background-color: #B6DC9B; }

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

This div background color is #B6DC9B.


Border color

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

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

This div border color is #B6DC9B.


Opacity

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

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

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

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

This text has shadow with #B6DC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DC9B on black background.


Color preview on white background

This text has color #B6DC9B on white background.



Black color preview on #B6DC9B background

This text has black color on #B6DC9B background.


White color preview on #B6DC9B background

This text has white color on #B6DC9B background.