COLOR #B89ADC

HEX: #B89ADC RGB: (184,154,220)

Color info

#B89ADC contains mainly red and blue colors. Web safe color of #B89ADC is #CC99CC (or #C9C).

RGB color model

#B89ADC color RGB value is (184,154,220).

RGB: (184,154,220) (72%, 60%, 86%)

RGB channels and saturation

R 184 of 255 = 72%
G 154 of 255 = 60%
B 220 of 255 = 86%

184
154
220

R + G + B ~ 73%. #B89ADC is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 154 + 220 = 558 (100%)
R 184 of 558 ~ 32.97%
G 154 of 558 ~ 27.6%
B 220 of 558 ~ 39.43'%

%32.97
%27.6
%39.43

CMYK color model

#B89ADC color CMYK value is (16,30,0,14).

  • cyan value is 16.36%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (16,30,0,14) C16M30Y0K14 (16%,30%,0%,14%) (0.16/0.30/0.00/0.14) 

CMYK percentages

%16.36
%30
%0
%13.73

Codes

Color #B89ADC in popluar color models

B8 9A DC
RGB 184 154 220
HSL 267° 48.53% 73.33%
HSB/HSV 267° 30.00% 86.27%
CMYK 16.36% 30.00% 0.00%
13.73%

Color #B89ADC in popluar number systems.

HEX B8 9A DC
Decimal 184 154 220
Binary 10111000 10011010 11011100
Octal 270 232 334

Shades and tints

Shades of #B89ADC

#B89ADC
(184,154,220)
#A88CC8
(168,140,200)
#987EB4
(152,126,180)
#8870A0
(136,112,160)
#78628C
(120,98,140)
#685478
(104,84,120)
#584664
(88,70,100)
#483850
(72,56,80)
#382A3C
(56,42,60)
#281C28
(40,28,40)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #B89ADC

#B89ADC
(184,154,220)
#BEA3DF
(190,163,223)
#C4ACE2
(196,172,226)
#CAB5E5
(202,181,229)
#D0BEE8
(208,190,232)
#D6C7EB
(214,199,235)
#DCD0EE
(220,208,238)
#E2D9F1
(226,217,241)
#E8E2F4
(232,226,244)
#EEEBF7
(238,235,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89ADC color. Also use rgb(184,154,220) instead hex code.

Text Font Color

.myTextColor { color: #B89ADC; }

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

This text font color is #B89ADC.

Background Color

.myBgColor { background-color: #B89ADC; }

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

This div background color is #B89ADC.

Border color

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

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

This div border color is #B89ADC.

Opacity

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

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

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

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

This text has shadow with #B89ADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89ADC.

Preview

Color preview on black background

This text has color #B89ADC on black background.


Color preview on white background

This text has color #B89ADC on white background.


Black color preview on #B89ADC background

This text has black color on #B89ADC background.


White color preview on #B89ADC background

This text has white color on #B89ADC background.


Related colors

Complementary color

Complementary color for #hex is #476523.


I love getcolorcode.com

Triadic colors

1 #DCB89A and #9ADCB8 with #B89ADC are triadic colors.

2 #DC9AB8 and #9AB8DC with #B89ADC are triadic colors.