COLOR #B089DB

HEX: #B089DB RGB: (176,137,219)

Color info

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

RGB color model

#B089DB color RGB value is (176,137,219).

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

RGB channels and saturation

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

176
137
219

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

Portions of RGB colors in percentages

R + G + B = 176 + 137 + 219 = 532 (100%)
R 176 of 532 ~ 33.08%
G 137 of 532 ~ 25.75%
B 219 of 532 ~ 41.17'%

%33.08
%25.75
%41.17

CMYK color model

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

  • cyan value is 19.63%
  • magenta value is 37.44%
  • 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
%37.44
%0
%14.12

Codes

Color #B089DB in popluar color models

B0 89 DB
RGB 176 137 219
HSL 269° 53.25% 69.80%
HSB/HSV 269° 37.44% 85.88%
CMYK 19.63% 37.44% 0.00%
14.12%

Color #B089DB in popluar number systems.

HEX B0 89 DB
Decimal 176 137 219
Binary 10110000 10001001 11011011
Octal 260 211 333

Shades and tints

Shades of #B089DB

#B089DB
(176,137,219)
#A07DC8
(160,125,200)
#9071B5
(144,113,181)
#8065A2
(128,101,162)
#70598F
(112,89,143)
#604D7C
(96,77,124)
#504169
(80,65,105)
#403556
(64,53,86)
#302943
(48,41,67)
#201D30
(32,29,48)
#10111D
(16,17,29)
#000000
(0,0,0)

Tints of #B089DB

#B089DB
(176,137,219)
#B793DE
(183,147,222)
#BE9DE1
(190,157,225)
#C5A7E4
(197,167,228)
#CCB1E7
(204,177,231)
#D3BBEA
(211,187,234)
#DAC5ED
(218,197,237)
#E1CFF0
(225,207,240)
#E8D9F3
(232,217,243)
#EFE3F6
(239,227,246)
#F6EDF9
(246,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B089DB; }

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

This text font color is #B089DB.

Background Color

.myBgColor { background-color: #B089DB; }

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

This div background color is #B089DB.

Border color

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

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

This div border color is #B089DB.

Opacity

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

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

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

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

This text has shadow with #B089DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B089DB.

Preview

Color preview on black background

This text has color #B089DB on black background.


Color preview on white background

This text has color #B089DB on white background.


Black color preview on #B089DB background

This text has black color on #B089DB background.


White color preview on #B089DB background

This text has white color on #B089DB background.


Related colors

Complementary color

Complementary color for #hex is #4F7624.


I love getcolorcode.com

Triadic colors

1 #DBB089 and #89DBB0 with #B089DB are triadic colors.

2 #DB89B0 and #89B0DB with #B089DB are triadic colors.