COLOR #B6DCAA

HEX: #B6DCAA
RGB: (182,220,170)

Color info

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

RGB color model

#B6DCAA color RGB value is (182,220,170).

  • red value is 182;
  • green value is 220;
  • blue value is 170.
RGB:
(182,220,170)
(71%,86%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 220 of 255 = 86%
B 170 of 255 = 67%

182
220
170

R + G + B ~ 75%. #B6DCAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 220 + 170 = 572 (100%)
R 182 of 572 ~ 31.82%
G 220 of 572 ~ 38.46%
B 170 of 572 ~ 29.72%

%31.82
%38.46
%29.72

CMYK color model

#B6DCAA color CMYK value is (17,0,23,14).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 13.73%
CMYK:
(17,0,23,14)
C17M0Y23K14 
(17%,0%,23%,14%)
(0.17/0.00/0.23/0.14)	

CMYK percentages

%17.27
%0
%22.73
%13.73

Codes

Color #B6DCAA in popluar color models

B6DCAA
RGB182220170
HSL106°41.67%76.47%
HSB/HSV106°22.73%86.27%
CMYK17.27%0.00%22.73%
13.73%

Color #B6DCAA in popluar number systems.

HEXB6DCAA
Decimal182220170
Binary101101101101110010101010
Octal266334252

Shades and tints

Shades of #B6DCAA

#B6DCAA
(182,220,170)
#A6C89B
(166,200,155)
#96B48C
(150,180,140)
#86A07D
(134,160,125)
#768C6E
(118,140,110)
#66785F
(102,120,95)
#566450
(86,100,80)
#465041
(70,80,65)
#363C32
(54,60,50)
#262823
(38,40,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #B6DCAA

#B6DCAA
(182,220,170)
#BCDFB1
(188,223,177)
#C2E2B8
(194,226,184)
#C8E5BF
(200,229,191)
#CEE8C6
(206,232,198)
#D4EBCD
(212,235,205)
#DAEED4
(218,238,212)
#E0F1DB
(224,241,219)
#E6F4E2
(230,244,226)
#ECF7E9
(236,247,233)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DCAA; }

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

This text font color is #B6DCAA.


Background Color

.myBgColor { background-color: #B6DCAA; }

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

This div background color is #B6DCAA.


Border color

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

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

This div border color is #B6DCAA.


Opacity

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

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

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

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

This text has shadow with #B6DCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DCAA on black background.


Color preview on white background

This text has color #B6DCAA on white background.



Black color preview on #B6DCAA background

This text has black color on #B6DCAA background.


White color preview on #B6DCAA background

This text has white color on #B6DCAA background.