COLOR #B6D09B

HEX: #B6D09B RGB: (182,208,155)

Color info

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

RGB color model

#B6D09B color RGB value is (182,208,155).

RGB: (182,208,155) (71%, 82%, 61%)

RGB channels and saturation

R 182 of 255 = 71%
G 208 of 255 = 82%
B 155 of 255 = 61%

182
208
155

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

Portions of RGB colors in percentages

R + G + B = 182 + 208 + 155 = 545 (100%)
R 182 of 545 ~ 33.39%
G 208 of 545 ~ 38.17%
B 155 of 545 ~ 28.44'%

%33.39
%38.17
%28.44

CMYK color model

#B6D09B color CMYK value is (13,0,25,18).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 25.48%
  • key color value is 18.43%
CMYK: (13,0,25,18) C13M0Y25K18 (13%,0%,25%,18%) (0.13/0.00/0.25/0.18) 

CMYK percentages

%12.5
%0
%25.48
%18.43

Codes

Color #B6D09B in popluar color models

B6 D0 9B
RGB 182 208 155
HSL 89° 36.05% 71.18%
HSB/HSV 89° 25.48% 81.57%
CMYK 12.50% 0.00% 25.48%
18.43%

Color #B6D09B in popluar number systems.

HEX B6 D0 9B
Decimal 182 208 155
Binary 10110110 11010000 10011011
Octal 266 320 233

Shades and tints

Shades of #B6D09B

#B6D09B
(182,208,155)
#A6BE8D
(166,190,141)
#96AC7F
(150,172,127)
#869A71
(134,154,113)
#768863
(118,136,99)
#667655
(102,118,85)
#566447
(86,100,71)
#465239
(70,82,57)
#36402B
(54,64,43)
#262E1D
(38,46,29)
#161C0F
(22,28,15)
#000000
(0,0,0)

Tints of #B6D09B

#B6D09B
(182,208,155)
#BCD4A4
(188,212,164)
#C2D8AD
(194,216,173)
#C8DCB6
(200,220,182)
#CEE0BF
(206,224,191)
#D4E4C8
(212,228,200)
#DAE8D1
(218,232,209)
#E0ECDA
(224,236,218)
#E6F0E3
(230,240,227)
#ECF4EC
(236,244,236)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D09B; }

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

This text font color is #B6D09B.

Background Color

.myBgColor { background-color: #B6D09B; }

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

This div background color is #B6D09B.

Border color

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

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

This div border color is #B6D09B.

Opacity

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

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

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

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

This text has shadow with #B6D09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D09B.

Preview

Color preview on black background

This text has color #B6D09B on black background.


Color preview on white background

This text has color #B6D09B on white background.


Black color preview on #B6D09B background

This text has black color on #B6D09B background.


White color preview on #B6D09B background

This text has white color on #B6D09B background.


Related colors

Complementary color

Complementary color for #hex is #492F64.


I love getcolorcode.com

Triadic colors

1 #9BB6D0 and #D09BB6 with #B6D09B are triadic colors.

2 #9BD0B6 and #D0B69B with #B6D09B are triadic colors.