COLOR #B6D1A3

HEX: #B6D1A3
RGB: (182,209,163)

Color info

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

RGB color model

#B6D1A3 color RGB value is (182,209,163).

  • red value is 182;
  • green value is 209;
  • blue value is 163.
RGB:
(182,209,163)
(71%,82%,64%)

RGB channels and saturation

R 182 of 255 = 71%
G 209 of 255 = 82%
B 163 of 255 = 64%

182
209
163

R + G + B ~ 72%. #B6D1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 209 + 163 = 554 (100%)
R 182 of 554 ~ 32.85%
G 209 of 554 ~ 37.73%
B 163 of 554 ~ 29.42%

%32.85
%37.73
%29.42

CMYK color model

#B6D1A3 color CMYK value is (13,0,22,18).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 22.01%
  • key color value is 18.04%
CMYK:
(13,0,22,18)
C13M0Y22K18 
(13%,0%,22%,18%)
(0.13/0.00/0.22/0.18)	

CMYK percentages

%12.92
%0
%22.01
%18.04

Codes

Color #B6D1A3 in popluar color models

B6D1A3
RGB182209163
HSL95°33.33%72.94%
HSB/HSV95°22.01%81.96%
CMYK12.92%0.00%22.01%
18.04%

Color #B6D1A3 in popluar number systems.

HEXB6D1A3
Decimal182209163
Binary101101101101000110100011
Octal266321243

Shades and tints

Shades of #B6D1A3

#B6D1A3
(182,209,163)
#A6BE95
(166,190,149)
#96AB87
(150,171,135)
#869879
(134,152,121)
#76856B
(118,133,107)
#66725D
(102,114,93)
#565F4F
(86,95,79)
#464C41
(70,76,65)
#363933
(54,57,51)
#262625
(38,38,37)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #B6D1A3

#B6D1A3
(182,209,163)
#BCD5AB
(188,213,171)
#C2D9B3
(194,217,179)
#C8DDBB
(200,221,187)
#CEE1C3
(206,225,195)
#D4E5CB
(212,229,203)
#DAE9D3
(218,233,211)
#E0EDDB
(224,237,219)
#E6F1E3
(230,241,227)
#ECF5EB
(236,245,235)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D1A3 color. Also use rgb(182,209,163) instead hex code.

Text Font Color

.myTextColor { color: #B6D1A3; }

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

This text font color is #B6D1A3.


Background Color

.myBgColor { background-color: #B6D1A3; }

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

This div background color is #B6D1A3.


Border color

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

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

This div border color is #B6D1A3.


Opacity

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

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

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

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

This text has shadow with #B6D1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D1A3 on black background.


Color preview on white background

This text has color #B6D1A3 on white background.



Black color preview on #B6D1A3 background

This text has black color on #B6D1A3 background.


White color preview on #B6D1A3 background

This text has white color on #B6D1A3 background.