COLOR #B5ADAA

HEX: #B5ADAA RGB: (181,173,170)

Color info

#B5ADAA contains red, green and blue colors in about the same proportion. Web safe color of #B5ADAA is #CC9999 (or #C99).

RGB color model

#B5ADAA color RGB value is (181,173,170).

RGB: (181,173,170) (71%, 68%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 173 of 255 = 68%
B 170 of 255 = 67%

181
173
170

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

Portions of RGB colors in percentages

R + G + B = 181 + 173 + 170 = 524 (100%)
R 181 of 524 ~ 34.54%
G 173 of 524 ~ 33.02%
B 170 of 524 ~ 32.44'%

%34.54
%33.02
%32.44

CMYK color model

#B5ADAA color CMYK value is (0,4,6,29).

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

CMYK: (0,4,6,29)
C0M4Y6K29 (0%, 4%, 6%, 29%)
(0.00 / 0.04 / 0.06 / 0.29)

CMYK percentages

%0
%4.42
%6.08
%29.02

Codes

Color #B5ADAA in popluar color models

B5 AD AA
RGB 181 173 170
HSL 16° 6.92% 68.82%
HSB/HSV 16° 6.08% 70.98%
CMYK 0.00% 4.42% 6.08%
29.02%

Color #B5ADAA in popluar number systems.

HEX B5 AD AA
Decimal 181 173 170
Binary 10110101 10101101 10101010
Octal 265 255 252

Shades and tints

Shades of #B5ADAA

#B5ADAA
(181,173,170)
#A59E9B
(165,158,155)
#958F8C
(149,143,140)
#85807D
(133,128,125)
#75716E
(117,113,110)
#65625F
(101,98,95)
#555350
(85,83,80)
#454441
(69,68,65)
#353532
(53,53,50)
#252623
(37,38,35)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #B5ADAA

#B5ADAA
(181,173,170)
#BBB4B1
(187,180,177)
#C1BBB8
(193,187,184)
#C7C2BF
(199,194,191)
#CDC9C6
(205,201,198)
#D3D0CD
(211,208,205)
#D9D7D4
(217,215,212)
#DFDEDB
(223,222,219)
#E5E5E2
(229,229,226)
#EBECE9
(235,236,233)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ADAA; }

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

This text font color is #B5ADAA.

Background Color

.myBgColor { background-color: #B5ADAA; }

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

This div background color is #B5ADAA.

Border color

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

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

This div border color is #B5ADAA.

Opacity

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

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

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

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

This text has shadow with #B5ADAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5ADAA.

Preview

Color preview on black background

This text has color #B5ADAA on black background.


Color preview on white background

This text has color #B5ADAA on white background.


Black color preview on #B5ADAA background

This text has black color on #B5ADAA background.


White color preview on #B5ADAA background

This text has white color on #B5ADAA background.


Related colors

Complementary color

Complementary color for #hex is #4A5255.


I love getcolorcode.com

Triadic colors

1 #AAB5AD and #ADAAB5 with #B5ADAA are triadic colors.

2 #AAADB5 and #ADB5AA with #B5ADAA are triadic colors.