COLOR #B6BEAD

HEX: #B6BEAD RGB: (182,190,173)

Color info

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

RGB color model

#B6BEAD color RGB value is (182,190,173).

RGB: (182,190,173) (71%, 75%, 68%)

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 173 of 255 = 68%

182
190
173

R + G + B ~ 71%. #B6BEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 190 + 173 = 545 (100%)
R 182 of 545 ~ 33.39%
G 190 of 545 ~ 34.86%
B 173 of 545 ~ 31.74'%

%33.39
%34.86
%31.74

CMYK color model

#B6BEAD color CMYK value is (4,0,9,25).

  • cyan value is 4.21%
  • magenta value is 0.00%
  • yellow value is 8.95%
  • key color value is 25.49%

CMYK: (4,0,9,25)
C4M0Y9K25 (4%, 0%, 9%, 25%)
(0.04 / 0.00 / 0.09 / 0.25)

CMYK percentages

%4.21
%0
%8.95
%25.49

Codes

Color #B6BEAD in popluar color models

B6 BE AD
RGB 182 190 173
HSL 88° 11.56% 71.18%
HSB/HSV 88° 8.95% 74.51%
CMYK 4.21% 0.00% 8.95%
25.49%

Color #B6BEAD in popluar number systems.

HEX B6 BE AD
Decimal 182 190 173
Binary 10110110 10111110 10101101
Octal 266 276 255

Shades and tints

Shades of #B6BEAD

#B6BEAD
(182,190,173)
#A6AD9E
(166,173,158)
#969C8F
(150,156,143)
#868B80
(134,139,128)
#767A71
(118,122,113)
#666962
(102,105,98)
#565853
(86,88,83)
#464744
(70,71,68)
#363635
(54,54,53)
#262526
(38,37,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #B6BEAD

#B6BEAD
(182,190,173)
#BCC3B4
(188,195,180)
#C2C8BB
(194,200,187)
#C8CDC2
(200,205,194)
#CED2C9
(206,210,201)
#D4D7D0
(212,215,208)
#DADCD7
(218,220,215)
#E0E1DE
(224,225,222)
#E6E6E5
(230,230,229)
#ECEBEC
(236,235,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BEAD color. Also use rgb(182,190,173) instead hex code.

Text Font Color

.myTextColor { color: #B6BEAD; }

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

This text font color is #B6BEAD.

Background Color

.myBgColor { background-color: #B6BEAD; }

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

This div background color is #B6BEAD.

Border color

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

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

This div border color is #B6BEAD.

Opacity

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

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

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

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

This text has shadow with #B6BEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BEAD.

Preview

Color preview on black background

This text has color #B6BEAD on black background.


Color preview on white background

This text has color #B6BEAD on white background.


Black color preview on #B6BEAD background

This text has black color on #B6BEAD background.


White color preview on #B6BEAD background

This text has white color on #B6BEAD background.


Related colors

Complementary color

Complementary color for #hex is #494152.


I love getcolorcode.com

Triadic colors

1 #ADB6BE and #BEADB6 with #B6BEAD are triadic colors.

2 #ADBEB6 and #BEB6AD with #B6BEAD are triadic colors.