COLOR #B7ADA3

HEX: #B7ADA3 RGB: (183,173,163)

Color info

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

RGB color model

#B7ADA3 color RGB value is (183,173,163).

RGB: (183,173,163) (72%, 68%, 64%)

RGB channels and saturation

R 183 of 255 = 72%
G 173 of 255 = 68%
B 163 of 255 = 64%

183
173
163

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

Portions of RGB colors in percentages

R + G + B = 183 + 173 + 163 = 519 (100%)
R 183 of 519 ~ 35.26%
G 173 of 519 ~ 33.33%
B 163 of 519 ~ 31.41'%

%35.26
%33.33
%31.41

CMYK color model

#B7ADA3 color CMYK value is (0,5,11,28).

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 10.93%
  • key color value is 28.24%

CMYK: (0,5,11,28)
C0M5Y11K28 (0%, 5%, 11%, 28%)
(0.00 / 0.05 / 0.11 / 0.28)

CMYK percentages

%0
%5.46
%10.93
%28.24

Codes

Color #B7ADA3 in popluar color models

B7 AD A3
RGB 183 173 163
HSL 30° 12.20% 67.84%
HSB/HSV 30° 10.93% 71.76%
CMYK 0.00% 5.46% 10.93%
28.24%

Color #B7ADA3 in popluar number systems.

HEX B7 AD A3
Decimal 183 173 163
Binary 10110111 10101101 10100011
Octal 267 255 243

Shades and tints

Shades of #B7ADA3

#B7ADA3
(183,173,163)
#A79E95
(167,158,149)
#978F87
(151,143,135)
#878079
(135,128,121)
#77716B
(119,113,107)
#67625D
(103,98,93)
#57534F
(87,83,79)
#474441
(71,68,65)
#373533
(55,53,51)
#272625
(39,38,37)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #B7ADA3

#B7ADA3
(183,173,163)
#BDB4AB
(189,180,171)
#C3BBB3
(195,187,179)
#C9C2BB
(201,194,187)
#CFC9C3
(207,201,195)
#D5D0CB
(213,208,203)
#DBD7D3
(219,215,211)
#E1DEDB
(225,222,219)
#E7E5E3
(231,229,227)
#EDECEB
(237,236,235)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ADA3; }

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

This text font color is #B7ADA3.

Background Color

.myBgColor { background-color: #B7ADA3; }

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

This div background color is #B7ADA3.

Border color

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

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

This div border color is #B7ADA3.

Opacity

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

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

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

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

This text has shadow with #B7ADA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7ADA3.

Preview

Color preview on black background

This text has color #B7ADA3 on black background.


Color preview on white background

This text has color #B7ADA3 on white background.


Black color preview on #B7ADA3 background

This text has black color on #B7ADA3 background.


White color preview on #B7ADA3 background

This text has white color on #B7ADA3 background.


Related colors

Complementary color

Complementary color for #hex is #48525C.


I love getcolorcode.com

Triadic colors

1 #A3B7AD and #ADA3B7 with #B7ADA3 are triadic colors.

2 #A3ADB7 and #ADB7A3 with #B7ADA3 are triadic colors.