COLOR #B3B5AA

HEX: #B3B5AA RGB: (179,181,170)

Color info

#B3B5AA contains red, green and blue colors in about the same proportion. Web safe color of #B3B5AA is #99CC99 (or #9C9).

RGB color model

#B3B5AA color RGB value is (179,181,170).

RGB: (179,181,170) (70%, 71%, 67%)

RGB channels and saturation

R 179 of 255 = 70%
G 181 of 255 = 71%
B 170 of 255 = 67%

179
181
170

R + G + B ~ 69%. #B3B5AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 181 + 170 = 530 (100%)
R 179 of 530 ~ 33.77%
G 181 of 530 ~ 34.15%
B 170 of 530 ~ 32.08'%

%33.77
%34.15
%32.08

CMYK color model

#B3B5AA color CMYK value is (1,0,6,29).

  • cyan value is 1.10%
  • magenta value is 0.00%
  • yellow value is 6.08%
  • key color value is 29.02%

CMYK: (1,0,6,29)
C1M0Y6K29 (1%, 0%, 6%, 29%)
(0.01 / 0.00 / 0.06 / 0.29)

CMYK percentages

%1.1
%0
%6.08
%29.02

Codes

Color #B3B5AA in popluar color models

B3 B5 AA
RGB 179 181 170
HSL 71° 6.92% 68.82%
HSB/HSV 71° 6.08% 70.98%
CMYK 1.10% 0.00% 6.08%
29.02%

Color #B3B5AA in popluar number systems.

HEX B3 B5 AA
Decimal 179 181 170
Binary 10110011 10110101 10101010
Octal 263 265 252

Shades and tints

Shades of #B3B5AA

#B3B5AA
(179,181,170)
#A3A59B
(163,165,155)
#93958C
(147,149,140)
#83857D
(131,133,125)
#73756E
(115,117,110)
#63655F
(99,101,95)
#535550
(83,85,80)
#434541
(67,69,65)
#333532
(51,53,50)
#232523
(35,37,35)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #B3B5AA

#B3B5AA
(179,181,170)
#B9BBB1
(185,187,177)
#BFC1B8
(191,193,184)
#C5C7BF
(197,199,191)
#CBCDC6
(203,205,198)
#D1D3CD
(209,211,205)
#D7D9D4
(215,217,212)
#DDDFDB
(221,223,219)
#E3E5E2
(227,229,226)
#E9EBE9
(233,235,233)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B5AA color. Also use rgb(179,181,170) instead hex code.

Text Font Color

.myTextColor { color: #B3B5AA; }

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

This text font color is #B3B5AA.

Background Color

.myBgColor { background-color: #B3B5AA; }

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

This div background color is #B3B5AA.

Border color

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

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

This div border color is #B3B5AA.

Opacity

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

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

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

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

This text has shadow with #B3B5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B5AA.

Preview

Color preview on black background

This text has color #B3B5AA on black background.


Color preview on white background

This text has color #B3B5AA on white background.


Black color preview on #B3B5AA background

This text has black color on #B3B5AA background.


White color preview on #B3B5AA background

This text has white color on #B3B5AA background.


Related colors

Complementary color

Complementary color for #hex is #4C4A55.


I love getcolorcode.com

Triadic colors

1 #AAB3B5 and #B5AAB3 with #B3B5AA are triadic colors.

2 #AAB5B3 and #B5B3AA with #B3B5AA are triadic colors.