COLOR #B89ACE

HEX: #B89ACE
RGB: (184,154,206)

Color info

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

RGB color model

#B89ACE color RGB value is (184,154,206).

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

RGB channels and saturation

R 184 of 255 = 72%
G 154 of 255 = 60%
B 206 of 255 = 81%

184
154
206

R + G + B ~ 71%. #B89ACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 154 + 206 = 544 (100%)
R 184 of 544 ~ 33.82%
G 154 of 544 ~ 28.31%
B 206 of 544 ~ 37.87%

%33.82
%28.31
%37.87

CMYK color model

#B89ACE color CMYK value is (11,25,0,19).

  • cyan value is 10.68%
  • magenta value is 25.24%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(11,25,0,19)
C11M25Y0K19 
(11%,25%,0%,19%)
(0.11/0.25/0.00/0.19)	

CMYK percentages

%10.68
%25.24
%0
%19.22

Codes

Color #B89ACE in popluar color models

B89ACE
RGB184154206
HSL275°34.67%70.59%
HSB/HSV275°25.24%80.78%
CMYK10.68%25.24%0.00%
19.22%

Color #B89ACE in popluar number systems.

HEXB89ACE
Decimal184154206
Binary101110001001101011001110
Octal270232316

Shades and tints

Shades of #B89ACE

#B89ACE
(184,154,206)
#A88CBC
(168,140,188)
#987EAA
(152,126,170)
#887098
(136,112,152)
#786286
(120,98,134)
#685474
(104,84,116)
#584662
(88,70,98)
#483850
(72,56,80)
#382A3E
(56,42,62)
#281C2C
(40,28,44)
#180E1A
(24,14,26)
#000000
(0,0,0)

Tints of #B89ACE

#B89ACE
(184,154,206)
#BEA3D2
(190,163,210)
#C4ACD6
(196,172,214)
#CAB5DA
(202,181,218)
#D0BEDE
(208,190,222)
#D6C7E2
(214,199,226)
#DCD0E6
(220,208,230)
#E2D9EA
(226,217,234)
#E8E2EE
(232,226,238)
#EEEBF2
(238,235,242)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89ACE; }

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

This text font color is #B89ACE.


Background Color

.myBgColor { background-color: #B89ACE; }

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

This div background color is #B89ACE.


Border color

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

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

This div border color is #B89ACE.


Opacity

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

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

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

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

This text has shadow with #B89ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89ACE on black background.


Color preview on white background

This text has color #B89ACE on white background.



Black color preview on #B89ACE background

This text has black color on #B89ACE background.


White color preview on #B89ACE background

This text has white color on #B89ACE background.