COLOR #B2ADA3

HEX: #B2ADA3 RGB: (178,173,163)

Color info

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

RGB color model

#B2ADA3 color RGB value is (178,173,163).

RGB: (178,173,163) (70%, 68%, 64%)

RGB channels and saturation

R 178 of 255 = 70%
G 173 of 255 = 68%
B 163 of 255 = 64%

178
173
163

R + G + B ~ 67%. #B2ADA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 173 + 163 = 514 (100%)
R 178 of 514 ~ 34.63%
G 173 of 514 ~ 33.66%
B 163 of 514 ~ 31.71'%

%34.63
%33.66
%31.71

CMYK color model

#B2ADA3 color CMYK value is (0,3,8,30).

  • cyan value is 0.00%
  • magenta value is 2.81%
  • yellow value is 8.43%
  • key color value is 30.20%

CMYK: (0,3,8,30)
C0M3Y8K30 (0%, 3%, 8%, 30%)
(0.00 / 0.03 / 0.08 / 0.30)

CMYK percentages

%0
%2.81
%8.43
%30.2

Codes

Color #B2ADA3 in popluar color models

B2 AD A3
RGB 178 173 163
HSL 40° 8.88% 66.86%
HSB/HSV 40° 8.43% 69.80%
CMYK 0.00% 2.81% 8.43%
30.20%

Color #B2ADA3 in popluar number systems.

HEX B2 AD A3
Decimal 178 173 163
Binary 10110010 10101101 10100011
Octal 262 255 243

Shades and tints

Shades of #B2ADA3

#B2ADA3
(178,173,163)
#A29E95
(162,158,149)
#928F87
(146,143,135)
#828079
(130,128,121)
#72716B
(114,113,107)
#62625D
(98,98,93)
#52534F
(82,83,79)
#424441
(66,68,65)
#323533
(50,53,51)
#222625
(34,38,37)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #B2ADA3

#B2ADA3
(178,173,163)
#B9B4AB
(185,180,171)
#C0BBB3
(192,187,179)
#C7C2BB
(199,194,187)
#CEC9C3
(206,201,195)
#D5D0CB
(213,208,203)
#DCD7D3
(220,215,211)
#E3DEDB
(227,222,219)
#EAE5E3
(234,229,227)
#F1ECEB
(241,236,235)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ADA3; }

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

This text font color is #B2ADA3.

Background Color

.myBgColor { background-color: #B2ADA3; }

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

This div background color is #B2ADA3.

Border color

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

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

This div border color is #B2ADA3.

Opacity

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

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

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

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

This text has shadow with #B2ADA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ADA3.

Preview

Color preview on black background

This text has color #B2ADA3 on black background.


Color preview on white background

This text has color #B2ADA3 on white background.


Black color preview on #B2ADA3 background

This text has black color on #B2ADA3 background.


White color preview on #B2ADA3 background

This text has white color on #B2ADA3 background.


Related colors

Complementary color

Complementary color for #hex is #4D525C.


I love getcolorcode.com

Triadic colors

1 #A3B2AD and #ADA3B2 with #B2ADA3 are triadic colors.

2 #A3ADB2 and #ADB2A3 with #B2ADA3 are triadic colors.