COLOR #B6DCA1

HEX: #B6DCA1 RGB: (182,220,161)

Color info

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

RGB color model

#B6DCA1 color RGB value is (182,220,161).

RGB: (182,220,161) (71%, 86%, 63%)

RGB channels and saturation

R 182 of 255 = 71%
G 220 of 255 = 86%
B 161 of 255 = 63%

182
220
161

R + G + B ~ 73%. #B6DCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 220 + 161 = 563 (100%)
R 182 of 563 ~ 32.33%
G 220 of 563 ~ 39.08%
B 161 of 563 ~ 28.6'%

%32.33
%39.08
%28.6

CMYK color model

#B6DCA1 color CMYK value is (17,0,27,14).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 26.82%
  • key color value is 13.73%

CMYK: (17,0,27,14)
C17M0Y27K14 (17%, 0%, 27%, 14%)
(0.17 / 0.00 / 0.27 / 0.14)

CMYK percentages

%17.27
%0
%26.82
%13.73

Codes

Color #B6DCA1 in popluar color models

B6 DC A1
RGB 182 220 161
HSL 99° 45.74% 74.71%
HSB/HSV 99° 26.82% 86.27%
CMYK 17.27% 0.00% 26.82%
13.73%

Color #B6DCA1 in popluar number systems.

HEX B6 DC A1
Decimal 182 220 161
Binary 10110110 11011100 10100001
Octal 266 334 241

Shades and tints

Shades of #B6DCA1

#B6DCA1
(182,220,161)
#A6C893
(166,200,147)
#96B485
(150,180,133)
#86A077
(134,160,119)
#768C69
(118,140,105)
#66785B
(102,120,91)
#56644D
(86,100,77)
#46503F
(70,80,63)
#363C31
(54,60,49)
#262823
(38,40,35)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #B6DCA1

#B6DCA1
(182,220,161)
#BCDFA9
(188,223,169)
#C2E2B1
(194,226,177)
#C8E5B9
(200,229,185)
#CEE8C1
(206,232,193)
#D4EBC9
(212,235,201)
#DAEED1
(218,238,209)
#E0F1D9
(224,241,217)
#E6F4E1
(230,244,225)
#ECF7E9
(236,247,233)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DCA1 color. Also use rgb(182,220,161) instead hex code.

Text Font Color

.myTextColor { color: #B6DCA1; }

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

This text font color is #B6DCA1.

Background Color

.myBgColor { background-color: #B6DCA1; }

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

This div background color is #B6DCA1.

Border color

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

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

This div border color is #B6DCA1.

Opacity

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

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

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

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

This text has shadow with #B6DCA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DCA1.

Preview

Color preview on black background

This text has color #B6DCA1 on black background.


Color preview on white background

This text has color #B6DCA1 on white background.


Black color preview on #B6DCA1 background

This text has black color on #B6DCA1 background.


White color preview on #B6DCA1 background

This text has white color on #B6DCA1 background.


Related colors

Complementary color

Complementary color for #hex is #49235E.


I love getcolorcode.com

Triadic colors

1 #A1B6DC and #DCA1B6 with #B6DCA1 are triadic colors.

2 #A1DCB6 and #DCB6A1 with #B6DCA1 are triadic colors.