COLOR #B6D69B

HEX: #B6D69B
RGB: (182,214,155)

Color info

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

RGB color model

#B6D69B color RGB value is (182,214,155).

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

RGB channels and saturation

R 182 of 255 = 71%
G 214 of 255 = 84%
B 155 of 255 = 61%

182
214
155

R + G + B ~ 72%. #B6D69B is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 214 + 155 = 551 (100%)
R 182 of 551 ~ 33.03%
G 214 of 551 ~ 38.84%
B 155 of 551 ~ 28.13%

%33.03
%38.84
%28.13

CMYK color model

#B6D69B color CMYK value is (15,0,28,16).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 27.57%
  • key color value is 16.08%
CMYK:
(15,0,28,16)
C15M0Y28K16 
(15%,0%,28%,16%)
(0.15/0.00/0.28/0.16)	

CMYK percentages

%14.95
%0
%27.57
%16.08

Codes

Color #B6D69B in popluar color models

B6D69B
RGB182214155
HSL93°41.84%72.35%
HSB/HSV93°27.57%83.92%
CMYK14.95%0.00%27.57%
16.08%

Color #B6D69B in popluar number systems.

HEXB6D69B
Decimal182214155
Binary101101101101011010011011
Octal266326233

Shades and tints

Shades of #B6D69B

#B6D69B
(182,214,155)
#A6C38D
(166,195,141)
#96B07F
(150,176,127)
#869D71
(134,157,113)
#768A63
(118,138,99)
#667755
(102,119,85)
#566447
(86,100,71)
#465139
(70,81,57)
#363E2B
(54,62,43)
#262B1D
(38,43,29)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #B6D69B

#B6D69B
(182,214,155)
#BCD9A4
(188,217,164)
#C2DCAD
(194,220,173)
#C8DFB6
(200,223,182)
#CEE2BF
(206,226,191)
#D4E5C8
(212,229,200)
#DAE8D1
(218,232,209)
#E0EBDA
(224,235,218)
#E6EEE3
(230,238,227)
#ECF1EC
(236,241,236)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D69B; }

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

This text font color is #B6D69B.


Background Color

.myBgColor { background-color: #B6D69B; }

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

This div background color is #B6D69B.


Border color

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

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

This div border color is #B6D69B.


Opacity

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

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

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

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

This text has shadow with #B6D69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D69B on black background.


Color preview on white background

This text has color #B6D69B on white background.



Black color preview on #B6D69B background

This text has black color on #B6D69B background.


White color preview on #B6D69B background

This text has white color on #B6D69B background.