COLOR #B8ADA3

HEX: #B8ADA3
RGB: (184,173,163)

Color info

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

RGB color model

#B8ADA3 color RGB value is (184,173,163).

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

RGB channels and saturation

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

184
173
163

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

Portions of RGB colors in percentages

R + G + B =
184 + 173 + 163 = 520 (100%)
R 184 of 520 ~ 35.38%
G 173 of 520 ~ 33.27%
B 163 of 520 ~ 31.35%

%35.38
%33.27
%31.35

CMYK color model

#B8ADA3 color CMYK value is (0,6,11,28).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 11.41%
  • key color value is 27.84%
CMYK:
(0,6,11,28)
C0M6Y11K28 
(0%,6%,11%,28%)
(0.00/0.06/0.11/0.28)	

CMYK percentages

%0
%5.98
%11.41
%27.84

Codes

Color #B8ADA3 in popluar color models

B8ADA3
RGB184173163
HSL29°12.88%68.04%
HSB/HSV29°11.41%72.16%
CMYK0.00%5.98%11.41%
27.84%

Color #B8ADA3 in popluar number systems.

HEXB8ADA3
Decimal184173163
Binary101110001010110110100011
Octal270255243

Shades and tints

Shades of #B8ADA3

#B8ADA3
(184,173,163)
#A89E95
(168,158,149)
#988F87
(152,143,135)
#888079
(136,128,121)
#78716B
(120,113,107)
#68625D
(104,98,93)
#58534F
(88,83,79)
#484441
(72,68,65)
#383533
(56,53,51)
#282625
(40,38,37)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #B8ADA3

#B8ADA3
(184,173,163)
#BEB4AB
(190,180,171)
#C4BBB3
(196,187,179)
#CAC2BB
(202,194,187)
#D0C9C3
(208,201,195)
#D6D0CB
(214,208,203)
#DCD7D3
(220,215,211)
#E2DEDB
(226,222,219)
#E8E5E3
(232,229,227)
#EEECEB
(238,236,235)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ADA3; }

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

This text font color is #B8ADA3.


Background Color

.myBgColor { background-color: #B8ADA3; }

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

This div background color is #B8ADA3.


Border color

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

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

This div border color is #B8ADA3.


Opacity

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

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

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

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

This text has shadow with #B8ADA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ADA3 on black background.


Color preview on white background

This text has color #B8ADA3 on white background.



Black color preview on #B8ADA3 background

This text has black color on #B8ADA3 background.


White color preview on #B8ADA3 background

This text has white color on #B8ADA3 background.