COLOR #B6CDAB

HEX: #B6CDAB RGB: (182,205,171)

Color info

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

RGB color model

#B6CDAB color RGB value is (182,205,171).

RGB: (182,205,171) (71%, 80%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 171 of 255 = 67%

182
205
171

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

Portions of RGB colors in percentages

R + G + B = 182 + 205 + 171 = 558 (100%)
R 182 of 558 ~ 32.62%
G 205 of 558 ~ 36.74%
B 171 of 558 ~ 30.65'%

%32.62
%36.74
%30.65

CMYK color model

#B6CDAB color CMYK value is (11,0,17,20).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • key color value is 19.61%

CMYK: (11,0,17,20)
C11M0Y17K20 (11%, 0%, 17%, 20%)
(0.11 / 0.00 / 0.17 / 0.20)

CMYK percentages

%11.22
%0
%16.59
%19.61

Codes

Color #B6CDAB in popluar color models

B6 CD AB
RGB 182 205 171
HSL 101° 25.37% 73.73%
HSB/HSV 101° 16.59% 80.39%
CMYK 11.22% 0.00% 16.59%
19.61%

Color #B6CDAB in popluar number systems.

HEX B6 CD AB
Decimal 182 205 171
Binary 10110110 11001101 10101011
Octal 266 315 253

Shades and tints

Shades of #B6CDAB

#B6CDAB
(182,205,171)
#A6BB9C
(166,187,156)
#96A98D
(150,169,141)
#86977E
(134,151,126)
#76856F
(118,133,111)
#667360
(102,115,96)
#566151
(86,97,81)
#464F42
(70,79,66)
#363D33
(54,61,51)
#262B24
(38,43,36)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #B6CDAB

#B6CDAB
(182,205,171)
#BCD1B2
(188,209,178)
#C2D5B9
(194,213,185)
#C8D9C0
(200,217,192)
#CEDDC7
(206,221,199)
#D4E1CE
(212,225,206)
#DAE5D5
(218,229,213)
#E0E9DC
(224,233,220)
#E6EDE3
(230,237,227)
#ECF1EA
(236,241,234)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CDAB color. Also use rgb(182,205,171) instead hex code.

Text Font Color

.myTextColor { color: #B6CDAB; }

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

This text font color is #B6CDAB.

Background Color

.myBgColor { background-color: #B6CDAB; }

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

This div background color is #B6CDAB.

Border color

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

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

This div border color is #B6CDAB.

Opacity

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

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

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

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

This text has shadow with #B6CDAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CDAB.

Preview

Color preview on black background

This text has color #B6CDAB on black background.


Color preview on white background

This text has color #B6CDAB on white background.


Black color preview on #B6CDAB background

This text has black color on #B6CDAB background.


White color preview on #B6CDAB background

This text has white color on #B6CDAB background.


Related colors

Complementary color

Complementary color for #hex is #493254.


I love getcolorcode.com

Triadic colors

1 #ABB6CD and #CDABB6 with #B6CDAB are triadic colors.

2 #ABCDB6 and #CDB6AB with #B6CDAB are triadic colors.