COLOR #B08DB5

HEX: #B08DB5 RGB: (176,141,181)

Color info

#B08DB5 contains red, green and blue colors in about the same proportion. Web safe color of #B08DB5 is #9999CC (or #99C).

RGB color model

#B08DB5 color RGB value is (176,141,181).

RGB: (176,141,181) (69%, 55%, 71%)

RGB channels and saturation

R 176 of 255 = 69%
G 141 of 255 = 55%
B 181 of 255 = 71%

176
141
181

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

Portions of RGB colors in percentages

R + G + B = 176 + 141 + 181 = 498 (100%)
R 176 of 498 ~ 35.34%
G 141 of 498 ~ 28.31%
B 181 of 498 ~ 36.35'%

%35.34
%28.31
%36.35

CMYK color model

#B08DB5 color CMYK value is (3,22,0,29).

  • cyan value is 2.76%
  • magenta value is 22.10%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK: (3,22,0,29) C3M22Y0K29 (3%,22%,0%,29%) (0.03/0.22/0.00/0.29) 

CMYK percentages

%2.76
%22.1
%0
%29.02

Codes

Color #B08DB5 in popluar color models

B0 8D B5
RGB 176 141 181
HSL 293° 21.28% 63.14%
HSB/HSV 293° 22.10% 70.98%
CMYK 2.76% 22.10% 0.00%
29.02%

Color #B08DB5 in popluar number systems.

HEX B0 8D B5
Decimal 176 141 181
Binary 10110000 10001101 10110101
Octal 260 215 265

Shades and tints

Shades of #B08DB5

#B08DB5
(176,141,181)
#A081A5
(160,129,165)
#907595
(144,117,149)
#806985
(128,105,133)
#705D75
(112,93,117)
#605165
(96,81,101)
#504555
(80,69,85)
#403945
(64,57,69)
#302D35
(48,45,53)
#202125
(32,33,37)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #B08DB5

#B08DB5
(176,141,181)
#B797BB
(183,151,187)
#BEA1C1
(190,161,193)
#C5ABC7
(197,171,199)
#CCB5CD
(204,181,205)
#D3BFD3
(211,191,211)
#DAC9D9
(218,201,217)
#E1D3DF
(225,211,223)
#E8DDE5
(232,221,229)
#EFE7EB
(239,231,235)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08DB5; }

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

This text font color is #B08DB5.

Background Color

.myBgColor { background-color: #B08DB5; }

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

This div background color is #B08DB5.

Border color

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

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

This div border color is #B08DB5.

Opacity

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

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

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

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

This text has shadow with #B08DB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08DB5.

Preview

Color preview on black background

This text has color #B08DB5 on black background.


Color preview on white background

This text has color #B08DB5 on white background.


Black color preview on #B08DB5 background

This text has black color on #B08DB5 background.


White color preview on #B08DB5 background

This text has white color on #B08DB5 background.


Related colors

Complementary color

Complementary color for #hex is #4F724A.


I love getcolorcode.com

Triadic colors

1 #B5B08D and #8DB5B0 with #B08DB5 are triadic colors.

2 #B58DB0 and #8DB0B5 with #B08DB5 are triadic colors.