COLOR #B89EDC

HEX: #B89EDC
RGB: (184,158,220)

Color info

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

RGB color model

#B89EDC color RGB value is (184,158,220).

  • red value is 184;
  • green value is 158;
  • blue value is 220.
RGB:
(184,158,220)
(72%,62%,86%)

RGB channels and saturation

R 184 of 255 = 72%
G 158 of 255 = 62%
B 220 of 255 = 86%

184
158
220

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

Portions of RGB colors in percentages

R + G + B =
184 + 158 + 220 = 562 (100%)
R 184 of 562 ~ 32.74%
G 158 of 562 ~ 28.11%
B 220 of 562 ~ 39.15%

%32.74
%28.11
%39.15

CMYK color model

#B89EDC color CMYK value is (16,28,0,14).

  • cyan value is 16.36%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(16,28,0,14)
C16M28Y0K14 
(16%,28%,0%,14%)
(0.16/0.28/0.00/0.14)	

CMYK percentages

%16.36
%28.18
%0
%13.73

Codes

Color #B89EDC in popluar color models

B89EDC
RGB184158220
HSL265°46.97%74.12%
HSB/HSV265°28.18%86.27%
CMYK16.36%28.18%0.00%
13.73%

Color #B89EDC in popluar number systems.

HEXB89EDC
Decimal184158220
Binary101110001001111011011100
Octal270236334

Shades and tints

Shades of #B89EDC

#B89EDC
(184,158,220)
#A890C8
(168,144,200)
#9882B4
(152,130,180)
#8874A0
(136,116,160)
#78668C
(120,102,140)
#685878
(104,88,120)
#584A64
(88,74,100)
#483C50
(72,60,80)
#382E3C
(56,46,60)
#282028
(40,32,40)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #B89EDC

#B89EDC
(184,158,220)
#BEA6DF
(190,166,223)
#C4AEE2
(196,174,226)
#CAB6E5
(202,182,229)
#D0BEE8
(208,190,232)
#D6C6EB
(214,198,235)
#DCCEEE
(220,206,238)
#E2D6F1
(226,214,241)
#E8DEF4
(232,222,244)
#EEE6F7
(238,230,247)
#F4EEFA
(244,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89EDC; }

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

This text font color is #B89EDC.


Background Color

.myBgColor { background-color: #B89EDC; }

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

This div background color is #B89EDC.


Border color

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

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

This div border color is #B89EDC.


Opacity

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

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

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

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

This text has shadow with #B89EDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89EDC on black background.


Color preview on white background

This text has color #B89EDC on white background.



Black color preview on #B89EDC background

This text has black color on #B89EDC background.


White color preview on #B89EDC background

This text has white color on #B89EDC background.