COLOR #B8ADA5

HEX: #B8ADA5
RGB: (184,173,165)

Color info

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

RGB color model

#B8ADA5 color RGB value is (184,173,165).

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

RGB channels and saturation

R 184 of 255 = 72%
G 173 of 255 = 68%
B 165 of 255 = 65%

184
173
165

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

Portions of RGB colors in percentages

R + G + B =
184 + 173 + 165 = 522 (100%)
R 184 of 522 ~ 35.25%
G 173 of 522 ~ 33.14%
B 165 of 522 ~ 31.61%

%35.25
%33.14
%31.61

CMYK color model

#B8ADA5 color CMYK value is (0,6,10,28).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 10.33%
  • key color value is 27.84%
CMYK:
(0,6,10,28)
C0M6Y10K28 
(0%,6%,10%,28%)
(0.00/0.06/0.10/0.28)	

CMYK percentages

%0
%5.98
%10.33
%27.84

Codes

Color #B8ADA5 in popluar color models

B8ADA5
RGB184173165
HSL25°11.80%68.43%
HSB/HSV25°10.33%72.16%
CMYK0.00%5.98%10.33%
27.84%

Color #B8ADA5 in popluar number systems.

HEXB8ADA5
Decimal184173165
Binary101110001010110110100101
Octal270255245

Shades and tints

Shades of #B8ADA5

#B8ADA5
(184,173,165)
#A89E96
(168,158,150)
#988F87
(152,143,135)
#888078
(136,128,120)
#787169
(120,113,105)
#68625A
(104,98,90)
#58534B
(88,83,75)
#48443C
(72,68,60)
#38352D
(56,53,45)
#28261E
(40,38,30)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #B8ADA5

#B8ADA5
(184,173,165)
#BEB4AD
(190,180,173)
#C4BBB5
(196,187,181)
#CAC2BD
(202,194,189)
#D0C9C5
(208,201,197)
#D6D0CD
(214,208,205)
#DCD7D5
(220,215,213)
#E2DEDD
(226,222,221)
#E8E5E5
(232,229,229)
#EEECED
(238,236,237)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ADA5; }

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

This text font color is #B8ADA5.


Background Color

.myBgColor { background-color: #B8ADA5; }

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

This div background color is #B8ADA5.


Border color

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

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

This div border color is #B8ADA5.


Opacity

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

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

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

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

This text has shadow with #B8ADA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ADA5 on black background.


Color preview on white background

This text has color #B8ADA5 on white background.



Black color preview on #B8ADA5 background

This text has black color on #B8ADA5 background.


White color preview on #B8ADA5 background

This text has white color on #B8ADA5 background.