COLOR #B8ADAA

HEX: #B8ADAA
RGB: (184,173,170)

Color info

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

RGB color model

#B8ADAA color RGB value is (184,173,170).

  • red value is 184;
  • green value is 173;
  • blue value is 170.
RGB:
(184,173,170)
(72%,68%,67%)

RGB channels and saturation

R 184 of 255 = 72%
G 173 of 255 = 68%
B 170 of 255 = 67%

184
173
170

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

Portions of RGB colors in percentages

R + G + B =
184 + 173 + 170 = 527 (100%)
R 184 of 527 ~ 34.91%
G 173 of 527 ~ 32.83%
B 170 of 527 ~ 32.26%

%34.91
%32.83
%32.26

CMYK color model

#B8ADAA color CMYK value is (0,6,8,28).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 7.61%
  • key color value is 27.84%
CMYK:
(0,6,8,28)
C0M6Y8K28 
(0%,6%,8%,28%)
(0.00/0.06/0.08/0.28)	

CMYK percentages

%0
%5.98
%7.61
%27.84

Codes

Color #B8ADAA in popluar color models

B8ADAA
RGB184173170
HSL13°8.97%69.41%
HSB/HSV13°7.61%72.16%
CMYK0.00%5.98%7.61%
27.84%

Color #B8ADAA in popluar number systems.

HEXB8ADAA
Decimal184173170
Binary101110001010110110101010
Octal270255252

Shades and tints

Shades of #B8ADAA

#B8ADAA
(184,173,170)
#A89E9B
(168,158,155)
#988F8C
(152,143,140)
#88807D
(136,128,125)
#78716E
(120,113,110)
#68625F
(104,98,95)
#585350
(88,83,80)
#484441
(72,68,65)
#383532
(56,53,50)
#282623
(40,38,35)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #B8ADAA

#B8ADAA
(184,173,170)
#BEB4B1
(190,180,177)
#C4BBB8
(196,187,184)
#CAC2BF
(202,194,191)
#D0C9C6
(208,201,198)
#D6D0CD
(214,208,205)
#DCD7D4
(220,215,212)
#E2DEDB
(226,222,219)
#E8E5E2
(232,229,226)
#EEECE9
(238,236,233)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ADAA; }

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

This text font color is #B8ADAA.


Background Color

.myBgColor { background-color: #B8ADAA; }

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

This div background color is #B8ADAA.


Border color

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

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

This div border color is #B8ADAA.


Opacity

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

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

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

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

This text has shadow with #B8ADAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ADAA on black background.


Color preview on white background

This text has color #B8ADAA on white background.



Black color preview on #B8ADAA background

This text has black color on #B8ADAA background.


White color preview on #B8ADAA background

This text has white color on #B8ADAA background.