COLOR #B6D3AC

HEX: #B6D3AC
RGB: (182,211,172)

Color info

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

RGB color model

#B6D3AC color RGB value is (182,211,172).

  • red value is 182;
  • green value is 211;
  • blue value is 172.
RGB:
(182,211,172)
(71%,83%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 211 of 255 = 83%
B 172 of 255 = 67%

182
211
172

R + G + B ~ 74%. #B6D3AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 211 + 172 = 565 (100%)
R 182 of 565 ~ 32.21%
G 211 of 565 ~ 37.35%
B 172 of 565 ~ 30.44%

%32.21
%37.35
%30.44

CMYK color model

#B6D3AC color CMYK value is (14,0,18,17).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 18.48%
  • key color value is 17.25%
CMYK:
(14,0,18,17)
C14M0Y18K17 
(14%,0%,18%,17%)
(0.14/0.00/0.18/0.17)	

CMYK percentages

%13.74
%0
%18.48
%17.25

Codes

Color #B6D3AC in popluar color models

B6D3AC
RGB182211172
HSL105°30.71%75.10%
HSB/HSV105°18.48%82.75%
CMYK13.74%0.00%18.48%
17.25%

Color #B6D3AC in popluar number systems.

HEXB6D3AC
Decimal182211172
Binary101101101101001110101100
Octal266323254

Shades and tints

Shades of #B6D3AC

#B6D3AC
(182,211,172)
#A6C09D
(166,192,157)
#96AD8E
(150,173,142)
#869A7F
(134,154,127)
#768770
(118,135,112)
#667461
(102,116,97)
#566152
(86,97,82)
#464E43
(70,78,67)
#363B34
(54,59,52)
#262825
(38,40,37)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #B6D3AC

#B6D3AC
(182,211,172)
#BCD7B3
(188,215,179)
#C2DBBA
(194,219,186)
#C8DFC1
(200,223,193)
#CEE3C8
(206,227,200)
#D4E7CF
(212,231,207)
#DAEBD6
(218,235,214)
#E0EFDD
(224,239,221)
#E6F3E4
(230,243,228)
#ECF7EB
(236,247,235)
#F2FBF2
(242,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D3AC color. Also use rgb(182,211,172) instead hex code.

Text Font Color

.myTextColor { color: #B6D3AC; }

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

This text font color is #B6D3AC.


Background Color

.myBgColor { background-color: #B6D3AC; }

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

This div background color is #B6D3AC.


Border color

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

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

This div border color is #B6D3AC.


Opacity

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

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

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

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

This text has shadow with #B6D3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D3AC on black background.


Color preview on white background

This text has color #B6D3AC on white background.



Black color preview on #B6D3AC background

This text has black color on #B6D3AC background.


White color preview on #B6D3AC background

This text has white color on #B6D3AC background.