COLOR #B89ED4

HEX: #B89ED4 RGB: (184,158,212)

Color info

#B89ED4 contains red, green and blue colors in about the same proportion. Web safe color of #B89ED4 is #CC99CC (or #C9C).

RGB color model

#B89ED4 color RGB value is (184,158,212).

RGB: (184,158,212) (72%, 62%, 83%)

RGB channels and saturation

R 184 of 255 = 72%
G 158 of 255 = 62%
B 212 of 255 = 83%

184
158
212

R + G + B ~ 72%. #B89ED4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 158 + 212 = 554 (100%)
R 184 of 554 ~ 33.21%
G 158 of 554 ~ 28.52%
B 212 of 554 ~ 38.27'%

%33.21
%28.52
%38.27

CMYK color model

#B89ED4 color CMYK value is (13,25,0,17).

  • cyan value is 13.21%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (13,25,0,17)
C13M25Y0K17 (13%, 25%, 0%, 17%)
(0.13 / 0.25 / 0.00 / 0.17)

CMYK percentages

%13.21
%25.47
%0
%16.86

Codes

Color #B89ED4 in popluar color models

B8 9E D4
RGB 184 158 212
HSL 269° 38.57% 72.55%
HSB/HSV 269° 25.47% 83.14%
CMYK 13.21% 25.47% 0.00%
16.86%

Color #B89ED4 in popluar number systems.

HEX B8 9E D4
Decimal 184 158 212
Binary 10111000 10011110 11010100
Octal 270 236 324

Shades and tints

Shades of #B89ED4

#B89ED4
(184,158,212)
#A890C1
(168,144,193)
#9882AE
(152,130,174)
#88749B
(136,116,155)
#786688
(120,102,136)
#685875
(104,88,117)
#584A62
(88,74,98)
#483C4F
(72,60,79)
#382E3C
(56,46,60)
#282029
(40,32,41)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #B89ED4

#B89ED4
(184,158,212)
#BEA6D7
(190,166,215)
#C4AEDA
(196,174,218)
#CAB6DD
(202,182,221)
#D0BEE0
(208,190,224)
#D6C6E3
(214,198,227)
#DCCEE6
(220,206,230)
#E2D6E9
(226,214,233)
#E8DEEC
(232,222,236)
#EEE6EF
(238,230,239)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89ED4 color. Also use rgb(184,158,212) instead hex code.

Text Font Color

.myTextColor { color: #B89ED4; }

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

This text font color is #B89ED4.

Background Color

.myBgColor { background-color: #B89ED4; }

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

This div background color is #B89ED4.

Border color

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

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

This div border color is #B89ED4.

Opacity

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

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

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

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

This text has shadow with #B89ED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89ED4.

Preview

Color preview on black background

This text has color #B89ED4 on black background.


Color preview on white background

This text has color #B89ED4 on white background.


Black color preview on #B89ED4 background

This text has black color on #B89ED4 background.


White color preview on #B89ED4 background

This text has white color on #B89ED4 background.


Related colors

Complementary color

Complementary color for #hex is #47612B.


I love getcolorcode.com

Triadic colors

1 #D4B89E and #9ED4B8 with #B89ED4 are triadic colors.

2 #D49EB8 and #9EB8D4 with #B89ED4 are triadic colors.