COLOR #B08DB3

HEX: #B08DB3 RGB: (176,141,179)

Color info

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

RGB color model

#B08DB3 color RGB value is (176,141,179).

RGB: (176,141,179) (69%, 55%, 70%)

RGB channels and saturation

R 176 of 255 = 69%
G 141 of 255 = 55%
B 179 of 255 = 70%

176
141
179

R + G + B ~ 65%. #B08DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 141 + 179 = 496 (100%)
R 176 of 496 ~ 35.48%
G 141 of 496 ~ 28.43%
B 179 of 496 ~ 36.09'%

%35.48
%28.43
%36.09

CMYK color model

#B08DB3 color CMYK value is (2,21,0,30).

  • cyan value is 1.68%
  • magenta value is 21.23%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (2,21,0,30)
C2M21Y0K30 (2%, 21%, 0%, 30%)
(0.02 / 0.21 / 0.00 / 0.30)

CMYK percentages

%1.68
%21.23
%0
%29.8

Codes

Color #B08DB3 in popluar color models

B0 8D B3
RGB 176 141 179
HSL 295° 20.00% 62.75%
HSB/HSV 295° 21.23% 70.20%
CMYK 1.68% 21.23% 0.00%
29.80%

Color #B08DB3 in popluar number systems.

HEX B0 8D B3
Decimal 176 141 179
Binary 10110000 10001101 10110011
Octal 260 215 263

Shades and tints

Shades of #B08DB3

#B08DB3
(176,141,179)
#A081A3
(160,129,163)
#907593
(144,117,147)
#806983
(128,105,131)
#705D73
(112,93,115)
#605163
(96,81,99)
#504553
(80,69,83)
#403943
(64,57,67)
#302D33
(48,45,51)
#202123
(32,33,35)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #B08DB3

#B08DB3
(176,141,179)
#B797B9
(183,151,185)
#BEA1BF
(190,161,191)
#C5ABC5
(197,171,197)
#CCB5CB
(204,181,203)
#D3BFD1
(211,191,209)
#DAC9D7
(218,201,215)
#E1D3DD
(225,211,221)
#E8DDE3
(232,221,227)
#EFE7E9
(239,231,233)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08DB3; }

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

This text font color is #B08DB3.

Background Color

.myBgColor { background-color: #B08DB3; }

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

This div background color is #B08DB3.

Border color

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

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

This div border color is #B08DB3.

Opacity

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

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

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

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

This text has shadow with #B08DB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08DB3.

Preview

Color preview on black background

This text has color #B08DB3 on black background.


Color preview on white background

This text has color #B08DB3 on white background.


Black color preview on #B08DB3 background

This text has black color on #B08DB3 background.


White color preview on #B08DB3 background

This text has white color on #B08DB3 background.


Related colors

Complementary color

Complementary color for #hex is #4F724C.


I love getcolorcode.com

Triadic colors

1 #B3B08D and #8DB3B0 with #B08DB3 are triadic colors.

2 #B38DB0 and #8DB0B3 with #B08DB3 are triadic colors.