COLOR #B08DAF

HEX: #B08DAF
RGB: (176,141,175)

Color info

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

RGB color model

#B08DAF color RGB value is (176,141,175).

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

RGB channels and saturation

R 176 of 255 = 69%
G 141 of 255 = 55%
B 175 of 255 = 69%

176
141
175

R + G + B ~ 64%. #B08DAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 141 + 175 = 492 (100%)
R 176 of 492 ~ 35.77%
G 141 of 492 ~ 28.66%
B 175 of 492 ~ 35.57%

%35.77
%28.66
%35.57

CMYK color model

#B08DAF color CMYK value is (0,20,1,31).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 0.57%
  • key color value is 30.98%
CMYK:
(0,20,1,31)
C0M20Y1K31 
(0%,20%,1%,31%)
(0.00/0.20/0.01/0.31)	

CMYK percentages

%0
%19.89
%0.57
%30.98

Codes

Color #B08DAF in popluar color models

B08DAF
RGB176141175
HSL302°18.13%62.16%
HSB/HSV302°19.89%69.02%
CMYK0.00%19.89%0.57%
30.98%

Color #B08DAF in popluar number systems.

HEXB08DAF
Decimal176141175
Binary101100001000110110101111
Octal260215257

Shades and tints

Shades of #B08DAF

#B08DAF
(176,141,175)
#A081A0
(160,129,160)
#907591
(144,117,145)
#806982
(128,105,130)
#705D73
(112,93,115)
#605164
(96,81,100)
#504555
(80,69,85)
#403946
(64,57,70)
#302D37
(48,45,55)
#202128
(32,33,40)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #B08DAF

#B08DAF
(176,141,175)
#B797B6
(183,151,182)
#BEA1BD
(190,161,189)
#C5ABC4
(197,171,196)
#CCB5CB
(204,181,203)
#D3BFD2
(211,191,210)
#DAC9D9
(218,201,217)
#E1D3E0
(225,211,224)
#E8DDE7
(232,221,231)
#EFE7EE
(239,231,238)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08DAF; }

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

This text font color is #B08DAF.


Background Color

.myBgColor { background-color: #B08DAF; }

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

This div background color is #B08DAF.


Border color

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

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

This div border color is #B08DAF.


Opacity

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

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

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

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

This text has shadow with #B08DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08DAF on black background.


Color preview on white background

This text has color #B08DAF on white background.



Black color preview on #B08DAF background

This text has black color on #B08DAF background.


White color preview on #B08DAF background

This text has white color on #B08DAF background.