COLOR #B2ADAA

HEX: #B2ADAA RGB: (178,173,170)

Color info

#B2ADAA contains red, green and blue colors in about the same proportion. Web safe color of #B2ADAA is #999999 (or #999).

RGB color model

#B2ADAA color RGB value is (178,173,170).

RGB: (178,173,170) (70%, 68%, 67%)

RGB channels and saturation

R 178 of 255 = 70%
G 173 of 255 = 68%
B 170 of 255 = 67%

178
173
170

R + G + B ~ 68%. #B2ADAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 173 + 170 = 521 (100%)
R 178 of 521 ~ 34.17%
G 173 of 521 ~ 33.21%
B 170 of 521 ~ 32.63'%

%34.17
%33.21
%32.63

CMYK color model

#B2ADAA color CMYK value is (0,3,4,30).

  • cyan value is 0.00%
  • magenta value is 2.81%
  • yellow value is 4.49%
  • key color value is 30.20%
CMYK: (0,3,4,30) C0M3Y4K30 (0%,3%,4%,30%) (0.00/0.03/0.04/0.30) 

CMYK percentages

%0
%2.81
%4.49
%30.2

Codes

Color #B2ADAA in popluar color models

B2 AD AA
RGB 178 173 170
HSL 23° 4.94% 68.24%
HSB/HSV 23° 4.49% 69.80%
CMYK 0.00% 2.81% 4.49%
30.20%

Color #B2ADAA in popluar number systems.

HEX B2 AD AA
Decimal 178 173 170
Binary 10110010 10101101 10101010
Octal 262 255 252

Shades and tints

Shades of #B2ADAA

#B2ADAA
(178,173,170)
#A29E9B
(162,158,155)
#928F8C
(146,143,140)
#82807D
(130,128,125)
#72716E
(114,113,110)
#62625F
(98,98,95)
#525350
(82,83,80)
#424441
(66,68,65)
#323532
(50,53,50)
#222623
(34,38,35)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #B2ADAA

#B2ADAA
(178,173,170)
#B9B4B1
(185,180,177)
#C0BBB8
(192,187,184)
#C7C2BF
(199,194,191)
#CEC9C6
(206,201,198)
#D5D0CD
(213,208,205)
#DCD7D4
(220,215,212)
#E3DEDB
(227,222,219)
#EAE5E2
(234,229,226)
#F1ECE9
(241,236,233)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ADAA; }

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

This text font color is #B2ADAA.

Background Color

.myBgColor { background-color: #B2ADAA; }

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

This div background color is #B2ADAA.

Border color

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

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

This div border color is #B2ADAA.

Opacity

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

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

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

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

This text has shadow with #B2ADAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ADAA.

Preview

Color preview on black background

This text has color #B2ADAA on black background.


Color preview on white background

This text has color #B2ADAA on white background.


Black color preview on #B2ADAA background

This text has black color on #B2ADAA background.


White color preview on #B2ADAA background

This text has white color on #B2ADAA background.


Related colors

Complementary color

Complementary color for #hex is #4D5255.


I love getcolorcode.com

Triadic colors

1 #AAB2AD and #ADAAB2 with #B2ADAA are triadic colors.

2 #AAADB2 and #ADB2AA with #B2ADAA are triadic colors.