COLOR #B6DB91

HEX: #B6DB91 RGB: (182,219,145)

Color info

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

RGB color model

#B6DB91 color RGB value is (182,219,145).

RGB: (182,219,145) (71%, 86%, 57%)

RGB channels and saturation

R 182 of 255 = 71%
G 219 of 255 = 86%
B 145 of 255 = 57%

182
219
145

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

Portions of RGB colors in percentages

R + G + B = 182 + 219 + 145 = 546 (100%)
R 182 of 546 ~ 33.33%
G 219 of 546 ~ 40.11%
B 145 of 546 ~ 26.56'%

%33.33
%40.11
%26.56

CMYK color model

#B6DB91 color CMYK value is (17,0,34,14).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 33.79%
  • key color value is 14.12%

CMYK: (17,0,34,14)
C17M0Y34K14 (17%, 0%, 34%, 14%)
(0.17 / 0.00 / 0.34 / 0.14)

CMYK percentages

%16.89
%0
%33.79
%14.12

Codes

Color #B6DB91 in popluar color models

B6 DB 91
RGB 182 219 145
HSL 90° 50.68% 71.37%
HSB/HSV 90° 33.79% 85.88%
CMYK 16.89% 0.00% 33.79%
14.12%

Color #B6DB91 in popluar number systems.

HEX B6 DB 91
Decimal 182 219 145
Binary 10110110 11011011 10010001
Octal 266 333 221

Shades and tints

Shades of #B6DB91

#B6DB91
(182,219,145)
#A6C884
(166,200,132)
#96B577
(150,181,119)
#86A26A
(134,162,106)
#768F5D
(118,143,93)
#667C50
(102,124,80)
#566943
(86,105,67)
#465636
(70,86,54)
#364329
(54,67,41)
#26301C
(38,48,28)
#161D0F
(22,29,15)
#000000
(0,0,0)

Tints of #B6DB91

#B6DB91
(182,219,145)
#BCDE9B
(188,222,155)
#C2E1A5
(194,225,165)
#C8E4AF
(200,228,175)
#CEE7B9
(206,231,185)
#D4EAC3
(212,234,195)
#DAEDCD
(218,237,205)
#E0F0D7
(224,240,215)
#E6F3E1
(230,243,225)
#ECF6EB
(236,246,235)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DB91 color. Also use rgb(182,219,145) instead hex code.

Text Font Color

.myTextColor { color: #B6DB91; }

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

This text font color is #B6DB91.

Background Color

.myBgColor { background-color: #B6DB91; }

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

This div background color is #B6DB91.

Border color

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

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

This div border color is #B6DB91.

Opacity

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

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

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

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

This text has shadow with #B6DB91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DB91.

Preview

Color preview on black background

This text has color #B6DB91 on black background.


Color preview on white background

This text has color #B6DB91 on white background.


Black color preview on #B6DB91 background

This text has black color on #B6DB91 background.


White color preview on #B6DB91 background

This text has white color on #B6DB91 background.


Related colors

Complementary color

Complementary color for #hex is #49246E.


I love getcolorcode.com

Triadic colors

1 #91B6DB and #DB91B6 with #B6DB91 are triadic colors.

2 #91DBB6 and #DBB691 with #B6DB91 are triadic colors.