COLOR #B08DA3

HEX: #B08DA3
RGB: (176,141,163)

Color info

#B08DA3 contains red, green and blue colors in about the same proportion. Web safe color of #B08DA3 is #999999 (or #999).

RGB color model

#B08DA3 color RGB value is (176,141,163).

  • red value is 176;
  • green value is 141;
  • blue value is 163.
RGB:
(176,141,163)
(69%,55%,64%)

RGB channels and saturation

R 176 of 255 = 69%
G 141 of 255 = 55%
B 163 of 255 = 64%

176
141
163

R + G + B ~ 63%. #B08DA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 141 + 163 = 480 (100%)
R 176 of 480 ~ 36.67%
G 141 of 480 ~ 29.38%
B 163 of 480 ~ 33.96%

%36.67
%29.38
%33.96

CMYK color model

#B08DA3 color CMYK value is (0,20,7,31).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 7.39%
  • key color value is 30.98%
CMYK:
(0,20,7,31)
C0M20Y7K31 
(0%,20%,7%,31%)
(0.00/0.20/0.07/0.31)	

CMYK percentages

%0
%19.89
%7.39
%30.98

Codes

Color #B08DA3 in popluar color models

B08DA3
RGB176141163
HSL322°18.13%62.16%
HSB/HSV322°19.89%69.02%
CMYK0.00%19.89%7.39%
30.98%

Color #B08DA3 in popluar number systems.

HEXB08DA3
Decimal176141163
Binary101100001000110110100011
Octal260215243

Shades and tints

Shades of #B08DA3

#B08DA3
(176,141,163)
#A08195
(160,129,149)
#907587
(144,117,135)
#806979
(128,105,121)
#705D6B
(112,93,107)
#60515D
(96,81,93)
#50454F
(80,69,79)
#403941
(64,57,65)
#302D33
(48,45,51)
#202125
(32,33,37)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #B08DA3

#B08DA3
(176,141,163)
#B797AB
(183,151,171)
#BEA1B3
(190,161,179)
#C5ABBB
(197,171,187)
#CCB5C3
(204,181,195)
#D3BFCB
(211,191,203)
#DAC9D3
(218,201,211)
#E1D3DB
(225,211,219)
#E8DDE3
(232,221,227)
#EFE7EB
(239,231,235)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08DA3 color. Also use rgb(176,141,163) instead hex code.

Text Font Color

.myTextColor { color: #B08DA3; }

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

This text font color is #B08DA3.


Background Color

.myBgColor { background-color: #B08DA3; }

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

This div background color is #B08DA3.


Border color

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

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

This div border color is #B08DA3.


Opacity

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

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

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

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

This text has shadow with #B08DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08DA3 on black background.


Color preview on white background

This text has color #B08DA3 on white background.



Black color preview on #B08DA3 background

This text has black color on #B08DA3 background.


White color preview on #B08DA3 background

This text has white color on #B08DA3 background.