COLOR #B08ADB

HEX: #B08ADB RGB: (176,138,219)

Color info

#B08ADB contains mainly red and blue colors. Web safe color of #B08ADB is #9999CC (or #99C).

RGB color model

#B08ADB color RGB value is (176,138,219).

RGB: (176,138,219) (69%, 54%, 86%)

RGB channels and saturation

R 176 of 255 = 69%
G 138 of 255 = 54%
B 219 of 255 = 86%

176
138
219

R + G + B ~ 70%. #B08ADB is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 138 + 219 = 533 (100%)
R 176 of 533 ~ 33.02%
G 138 of 533 ~ 25.89%
B 219 of 533 ~ 41.09'%

%33.02
%25.89
%41.09

CMYK color model

#B08ADB color CMYK value is (20,37,0,14).

  • cyan value is 19.63%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (20,37,0,14)
C20M37Y0K14 (20%, 37%, 0%, 14%)
(0.20 / 0.37 / 0.00 / 0.14)

CMYK percentages

%19.63
%36.99
%0
%14.12

Codes

Color #B08ADB in popluar color models

B0 8A DB
RGB 176 138 219
HSL 268° 52.94% 70.00%
HSB/HSV 268° 36.99% 85.88%
CMYK 19.63% 36.99% 0.00%
14.12%

Color #B08ADB in popluar number systems.

HEX B0 8A DB
Decimal 176 138 219
Binary 10110000 10001010 11011011
Octal 260 212 333

Shades and tints

Shades of #B08ADB

#B08ADB
(176,138,219)
#A07EC8
(160,126,200)
#9072B5
(144,114,181)
#8066A2
(128,102,162)
#705A8F
(112,90,143)
#604E7C
(96,78,124)
#504269
(80,66,105)
#403656
(64,54,86)
#302A43
(48,42,67)
#201E30
(32,30,48)
#10121D
(16,18,29)
#000000
(0,0,0)

Tints of #B08ADB

#B08ADB
(176,138,219)
#B794DE
(183,148,222)
#BE9EE1
(190,158,225)
#C5A8E4
(197,168,228)
#CCB2E7
(204,178,231)
#D3BCEA
(211,188,234)
#DAC6ED
(218,198,237)
#E1D0F0
(225,208,240)
#E8DAF3
(232,218,243)
#EFE4F6
(239,228,246)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08ADB color. Also use rgb(176,138,219) instead hex code.

Text Font Color

.myTextColor { color: #B08ADB; }

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

This text font color is #B08ADB.

Background Color

.myBgColor { background-color: #B08ADB; }

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

This div background color is #B08ADB.

Border color

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

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

This div border color is #B08ADB.

Opacity

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

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

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

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

This text has shadow with #B08ADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08ADB.

Preview

Color preview on black background

This text has color #B08ADB on black background.


Color preview on white background

This text has color #B08ADB on white background.


Black color preview on #B08ADB background

This text has black color on #B08ADB background.


White color preview on #B08ADB background

This text has white color on #B08ADB background.


Related colors

Complementary color

Complementary color for #hex is #4F7524.


I love getcolorcode.com

Triadic colors

1 #DBB08A and #8ADBB0 with #B08ADB are triadic colors.

2 #DB8AB0 and #8AB0DB with #B08ADB are triadic colors.