COLOR #B6DB7A

HEX: #B6DB7A RGB: (182,219,122)

Color info

#B6DB7A contains mainly red and green colors. Web safe color of #B6DB7A is #CCCC66 (or #CC6).

RGB color model

#B6DB7A color RGB value is (182,219,122).

RGB: (182,219,122) (71%, 86%, 48%)

RGB channels and saturation

R 182 of 255 = 71%
G 219 of 255 = 86%
B 122 of 255 = 48%

182
219
122

R + G + B ~ 68%. #B6DB7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 219 + 122 = 523 (100%)
R 182 of 523 ~ 34.8%
G 219 of 523 ~ 41.87%
B 122 of 523 ~ 23.33'%

%34.8
%41.87
%23.33

CMYK color model

#B6DB7A color CMYK value is (17,0,44,14).

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

CMYK: (17,0,44,14)
C17M0Y44K14 (17%, 0%, 44%, 14%)
(0.17 / 0.00 / 0.44 / 0.14)

CMYK percentages

%16.89
%0
%44.29
%14.12

Codes

Color #B6DB7A in popluar color models

B6 DB 7A
RGB 182 219 122
HSL 83° 57.40% 66.86%
HSB/HSV 83° 44.29% 85.88%
CMYK 16.89% 0.00% 44.29%
14.12%

Color #B6DB7A in popluar number systems.

HEX B6 DB 7A
Decimal 182 219 122
Binary 10110110 11011011 1111010
Octal 266 333 172

Shades and tints

Shades of #B6DB7A

#B6DB7A
(182,219,122)
#A6C86F
(166,200,111)
#96B564
(150,181,100)
#86A259
(134,162,89)
#768F4E
(118,143,78)
#667C43
(102,124,67)
#566938
(86,105,56)
#46562D
(70,86,45)
#364322
(54,67,34)
#263017
(38,48,23)
#161D0C
(22,29,12)
#000000
(0,0,0)

Tints of #B6DB7A

#B6DB7A
(182,219,122)
#BCDE86
(188,222,134)
#C2E192
(194,225,146)
#C8E49E
(200,228,158)
#CEE7AA
(206,231,170)
#D4EAB6
(212,234,182)
#DAEDC2
(218,237,194)
#E0F0CE
(224,240,206)
#E6F3DA
(230,243,218)
#ECF6E6
(236,246,230)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DB7A; }

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

This text font color is #B6DB7A.

Background Color

.myBgColor { background-color: #B6DB7A; }

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

This div background color is #B6DB7A.

Border color

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

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

This div border color is #B6DB7A.

Opacity

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

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

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

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

This text has shadow with #B6DB7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DB7A.

Preview

Color preview on black background

This text has color #B6DB7A on black background.


Color preview on white background

This text has color #B6DB7A on white background.


Black color preview on #B6DB7A background

This text has black color on #B6DB7A background.


White color preview on #B6DB7A background

This text has white color on #B6DB7A background.


Related colors

Complementary color

Complementary color for #hex is #492485.


I love getcolorcode.com

Triadic colors

1 #7AB6DB and #DB7AB6 with #B6DB7A are triadic colors.

2 #7ADBB6 and #DBB67A with #B6DB7A are triadic colors.