COLOR #B6BEAA

HEX: #B6BEAA
RGB: (182,190,170)

Color info

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

RGB color model

#B6BEAA color RGB value is (182,190,170).

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

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 170 of 255 = 67%

182
190
170

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

Portions of RGB colors in percentages

R + G + B =
182 + 190 + 170 = 542 (100%)
R 182 of 542 ~ 33.58%
G 190 of 542 ~ 35.06%
B 170 of 542 ~ 31.37%

%33.58
%35.06
%31.37

CMYK color model

#B6BEAA color CMYK value is (4,0,11,25).

  • cyan value is 4.21%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 25.49%
CMYK:
(4,0,11,25)
C4M0Y11K25 
(4%,0%,11%,25%)
(0.04/0.00/0.11/0.25)	

CMYK percentages

%4.21
%0
%10.53
%25.49

Codes

Color #B6BEAA in popluar color models

B6BEAA
RGB182190170
HSL84°13.33%70.59%
HSB/HSV84°10.53%74.51%
CMYK4.21%0.00%10.53%
25.49%

Color #B6BEAA in popluar number systems.

HEXB6BEAA
Decimal182190170
Binary101101101011111010101010
Octal266276252

Shades and tints

Shades of #B6BEAA

#B6BEAA
(182,190,170)
#A6AD9B
(166,173,155)
#969C8C
(150,156,140)
#868B7D
(134,139,125)
#767A6E
(118,122,110)
#66695F
(102,105,95)
#565850
(86,88,80)
#464741
(70,71,65)
#363632
(54,54,50)
#262523
(38,37,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #B6BEAA

#B6BEAA
(182,190,170)
#BCC3B1
(188,195,177)
#C2C8B8
(194,200,184)
#C8CDBF
(200,205,191)
#CED2C6
(206,210,198)
#D4D7CD
(212,215,205)
#DADCD4
(218,220,212)
#E0E1DB
(224,225,219)
#E6E6E2
(230,230,226)
#ECEBE9
(236,235,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BEAA; }

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

This text font color is #B6BEAA.


Background Color

.myBgColor { background-color: #B6BEAA; }

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

This div background color is #B6BEAA.


Border color

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

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

This div border color is #B6BEAA.


Opacity

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

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

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

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

This text has shadow with #B6BEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BEAA on black background.


Color preview on white background

This text has color #B6BEAA on white background.



Black color preview on #B6BEAA background

This text has black color on #B6BEAA background.


White color preview on #B6BEAA background

This text has white color on #B6BEAA background.