COLOR #B6D294

HEX: #B6D294 RGB: (182,210,148)

Color info

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

RGB color model

#B6D294 color RGB value is (182,210,148).

RGB: (182,210,148) (71%, 82%, 58%)

RGB channels and saturation

R 182 of 255 = 71%
G 210 of 255 = 82%
B 148 of 255 = 58%

182
210
148

R + G + B ~ 70%. #B6D294 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 210 + 148 = 540 (100%)
R 182 of 540 ~ 33.7%
G 210 of 540 ~ 38.89%
B 148 of 540 ~ 27.41'%

%33.7
%38.89
%27.41

CMYK color model

#B6D294 color CMYK value is (13,0,30,18).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 29.52%
  • key color value is 17.65%
CMYK: (13,0,30,18) C13M0Y30K18 (13%,0%,30%,18%) (0.13/0.00/0.30/0.18) 

CMYK percentages

%13.33
%0
%29.52
%17.65

Codes

Color #B6D294 in popluar color models

B6 D2 94
RGB 182 210 148
HSL 87° 40.79% 70.20%
HSB/HSV 87° 29.52% 82.35%
CMYK 13.33% 0.00% 29.52%
17.65%

Color #B6D294 in popluar number systems.

HEX B6 D2 94
Decimal 182 210 148
Binary 10110110 11010010 10010100
Octal 266 322 224

Shades and tints

Shades of #B6D294

#B6D294
(182,210,148)
#A6BF87
(166,191,135)
#96AC7A
(150,172,122)
#86996D
(134,153,109)
#768660
(118,134,96)
#667353
(102,115,83)
#566046
(86,96,70)
#464D39
(70,77,57)
#363A2C
(54,58,44)
#26271F
(38,39,31)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #B6D294

#B6D294
(182,210,148)
#BCD69D
(188,214,157)
#C2DAA6
(194,218,166)
#C8DEAF
(200,222,175)
#CEE2B8
(206,226,184)
#D4E6C1
(212,230,193)
#DAEACA
(218,234,202)
#E0EED3
(224,238,211)
#E6F2DC
(230,242,220)
#ECF6E5
(236,246,229)
#F2FAEE
(242,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D294 color. Also use rgb(182,210,148) instead hex code.

Text Font Color

.myTextColor { color: #B6D294; }

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

This text font color is #B6D294.

Background Color

.myBgColor { background-color: #B6D294; }

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

This div background color is #B6D294.

Border color

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

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

This div border color is #B6D294.

Opacity

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

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

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

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

This text has shadow with #B6D294 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D294.

Preview

Color preview on black background

This text has color #B6D294 on black background.


Color preview on white background

This text has color #B6D294 on white background.


Black color preview on #B6D294 background

This text has black color on #B6D294 background.


White color preview on #B6D294 background

This text has white color on #B6D294 background.


Related colors

Complementary color

Complementary color for #hex is #492D6B.


I love getcolorcode.com

Triadic colors

1 #94B6D2 and #D294B6 with #B6D294 are triadic colors.

2 #94D2B6 and #D2B694 with #B6D294 are triadic colors.