COLOR #B6CD9B

HEX: #B6CD9B
RGB: (182,205,155)

Color info

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

RGB color model

#B6CD9B color RGB value is (182,205,155).

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

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 155 of 255 = 61%

182
205
155

R + G + B ~ 71%. #B6CD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 205 + 155 = 542 (100%)
R 182 of 542 ~ 33.58%
G 205 of 542 ~ 37.82%
B 155 of 542 ~ 28.6%

%33.58
%37.82
%28.6

CMYK color model

#B6CD9B color CMYK value is (11,0,24,20).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 19.61%
CMYK:
(11,0,24,20)
C11M0Y24K20 
(11%,0%,24%,20%)
(0.11/0.00/0.24/0.20)	

CMYK percentages

%11.22
%0
%24.39
%19.61

Codes

Color #B6CD9B in popluar color models

B6CD9B
RGB182205155
HSL88°33.33%70.59%
HSB/HSV88°24.39%80.39%
CMYK11.22%0.00%24.39%
19.61%

Color #B6CD9B in popluar number systems.

HEXB6CD9B
Decimal182205155
Binary101101101100110110011011
Octal266315233

Shades and tints

Shades of #B6CD9B

#B6CD9B
(182,205,155)
#A6BB8D
(166,187,141)
#96A97F
(150,169,127)
#869771
(134,151,113)
#768563
(118,133,99)
#667355
(102,115,85)
#566147
(86,97,71)
#464F39
(70,79,57)
#363D2B
(54,61,43)
#262B1D
(38,43,29)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #B6CD9B

#B6CD9B
(182,205,155)
#BCD1A4
(188,209,164)
#C2D5AD
(194,213,173)
#C8D9B6
(200,217,182)
#CEDDBF
(206,221,191)
#D4E1C8
(212,225,200)
#DAE5D1
(218,229,209)
#E0E9DA
(224,233,218)
#E6EDE3
(230,237,227)
#ECF1EC
(236,241,236)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CD9B; }

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

This text font color is #B6CD9B.


Background Color

.myBgColor { background-color: #B6CD9B; }

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

This div background color is #B6CD9B.


Border color

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

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

This div border color is #B6CD9B.


Opacity

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

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

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

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

This text has shadow with #B6CD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CD9B on black background.


Color preview on white background

This text has color #B6CD9B on white background.



Black color preview on #B6CD9B background

This text has black color on #B6CD9B background.


White color preview on #B6CD9B background

This text has white color on #B6CD9B background.