COLOR #B89DCE

HEX: #B89DCE
RGB: (184,157,206)

Color info

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

RGB color model

#B89DCE color RGB value is (184,157,206).

  • red value is 184;
  • green value is 157;
  • blue value is 206.
RGB:
(184,157,206)
(72%,62%,81%)

RGB channels and saturation

R 184 of 255 = 72%
G 157 of 255 = 62%
B 206 of 255 = 81%

184
157
206

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

Portions of RGB colors in percentages

R + G + B =
184 + 157 + 206 = 547 (100%)
R 184 of 547 ~ 33.64%
G 157 of 547 ~ 28.7%
B 206 of 547 ~ 37.66%

%33.64
%28.7
%37.66

CMYK color model

#B89DCE color CMYK value is (11,24,0,19).

  • cyan value is 10.68%
  • magenta value is 23.79%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(11,24,0,19)
C11M24Y0K19 
(11%,24%,0%,19%)
(0.11/0.24/0.00/0.19)	

CMYK percentages

%10.68
%23.79
%0
%19.22

Codes

Color #B89DCE in popluar color models

B89DCE
RGB184157206
HSL273°33.33%71.18%
HSB/HSV273°23.79%80.78%
CMYK10.68%23.79%0.00%
19.22%

Color #B89DCE in popluar number systems.

HEXB89DCE
Decimal184157206
Binary101110001001110111001110
Octal270235316

Shades and tints

Shades of #B89DCE

#B89DCE
(184,157,206)
#A88FBC
(168,143,188)
#9881AA
(152,129,170)
#887398
(136,115,152)
#786586
(120,101,134)
#685774
(104,87,116)
#584962
(88,73,98)
#483B50
(72,59,80)
#382D3E
(56,45,62)
#281F2C
(40,31,44)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #B89DCE

#B89DCE
(184,157,206)
#BEA5D2
(190,165,210)
#C4ADD6
(196,173,214)
#CAB5DA
(202,181,218)
#D0BDDE
(208,189,222)
#D6C5E2
(214,197,226)
#DCCDE6
(220,205,230)
#E2D5EA
(226,213,234)
#E8DDEE
(232,221,238)
#EEE5F2
(238,229,242)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89DCE color. Also use rgb(184,157,206) instead hex code.

Text Font Color

.myTextColor { color: #B89DCE; }

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

This text font color is #B89DCE.


Background Color

.myBgColor { background-color: #B89DCE; }

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

This div background color is #B89DCE.


Border color

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

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

This div border color is #B89DCE.


Opacity

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

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

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

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

This text has shadow with #B89DCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89DCE on black background.


Color preview on white background

This text has color #B89DCE on white background.



Black color preview on #B89DCE background

This text has black color on #B89DCE background.


White color preview on #B89DCE background

This text has white color on #B89DCE background.