COLOR #B7ADAD

HEX: #B7ADAD RGB: (183,173,173)

Color info

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

RGB color model

#B7ADAD color RGB value is (183,173,173).

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

RGB channels and saturation

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

183
173
173

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

Portions of RGB colors in percentages

R + G + B = 183 + 173 + 173 = 529 (100%)
R 183 of 529 ~ 34.59%
G 173 of 529 ~ 32.7%
B 173 of 529 ~ 32.7'%

%34.59
%32.7
%32.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 5.46%
  • key color value is 28.24%
CMYK: (0,5,5,28) C0M5Y5K28 (0%,5%,5%,28%) (0.00/0.05/0.05/0.28) 

CMYK percentages

%0
%5.46
%5.46
%28.24

Codes

Color #B7ADAD in popluar color models

B7 AD AD
RGB 183 173 173
HSL 6.49% 69.80%
HSB/HSV 5.46% 71.76%
CMYK 0.00% 5.46% 5.46%
28.24%

Color #B7ADAD in popluar number systems.

HEX B7 AD AD
Decimal 183 173 173
Binary 10110111 10101101 10101101
Octal 267 255 255

Shades and tints

Shades of #B7ADAD

#B7ADAD
(183,173,173)
#A79E9E
(167,158,158)
#978F8F
(151,143,143)
#878080
(135,128,128)
#777171
(119,113,113)
#676262
(103,98,98)
#575353
(87,83,83)
#474444
(71,68,68)
#373535
(55,53,53)
#272626
(39,38,38)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #B7ADAD

#B7ADAD
(183,173,173)
#BDB4B4
(189,180,180)
#C3BBBB
(195,187,187)
#C9C2C2
(201,194,194)
#CFC9C9
(207,201,201)
#D5D0D0
(213,208,208)
#DBD7D7
(219,215,215)
#E1DEDE
(225,222,222)
#E7E5E5
(231,229,229)
#EDECEC
(237,236,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ADAD; }

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

This text font color is #B7ADAD.

Background Color

.myBgColor { background-color: #B7ADAD; }

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

This div background color is #B7ADAD.

Border color

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

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

This div border color is #B7ADAD.

Opacity

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

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

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

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

This text has shadow with #B7ADAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7ADAD.

Preview

Color preview on black background

This text has color #B7ADAD on black background.


Color preview on white background

This text has color #B7ADAD on white background.


Black color preview on #B7ADAD background

This text has black color on #B7ADAD background.


White color preview on #B7ADAD background

This text has white color on #B7ADAD background.


Related colors

Complementary color

Complementary color for #hex is #485252.


I love getcolorcode.com