COLOR #B89DD3

HEX: #B89DD3
RGB: (184,157,211)

Color info

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

RGB color model

#B89DD3 color RGB value is (184,157,211).

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

RGB channels and saturation

R 184 of 255 = 72%
G 157 of 255 = 62%
B 211 of 255 = 83%

184
157
211

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

Portions of RGB colors in percentages

R + G + B =
184 + 157 + 211 = 552 (100%)
R 184 of 552 ~ 33.33%
G 157 of 552 ~ 28.44%
B 211 of 552 ~ 38.22%

%33.33
%28.44
%38.22

CMYK color model

#B89DD3 color CMYK value is (13,26,0,17).

  • cyan value is 12.80%
  • magenta value is 25.59%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(13,26,0,17)
C13M26Y0K17 
(13%,26%,0%,17%)
(0.13/0.26/0.00/0.17)	

CMYK percentages

%12.8
%25.59
%0
%17.25

Codes

Color #B89DD3 in popluar color models

B89DD3
RGB184157211
HSL270°38.03%72.16%
HSB/HSV270°25.59%82.75%
CMYK12.80%25.59%0.00%
17.25%

Color #B89DD3 in popluar number systems.

HEXB89DD3
Decimal184157211
Binary101110001001110111010011
Octal270235323

Shades and tints

Shades of #B89DD3

#B89DD3
(184,157,211)
#A88FC0
(168,143,192)
#9881AD
(152,129,173)
#88739A
(136,115,154)
#786587
(120,101,135)
#685774
(104,87,116)
#584961
(88,73,97)
#483B4E
(72,59,78)
#382D3B
(56,45,59)
#281F28
(40,31,40)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #B89DD3

#B89DD3
(184,157,211)
#BEA5D7
(190,165,215)
#C4ADDB
(196,173,219)
#CAB5DF
(202,181,223)
#D0BDE3
(208,189,227)
#D6C5E7
(214,197,231)
#DCCDEB
(220,205,235)
#E2D5EF
(226,213,239)
#E8DDF3
(232,221,243)
#EEE5F7
(238,229,247)
#F4EDFB
(244,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89DD3; }

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

This text font color is #B89DD3.


Background Color

.myBgColor { background-color: #B89DD3; }

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

This div background color is #B89DD3.


Border color

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

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

This div border color is #B89DD3.


Opacity

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

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

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

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

This text has shadow with #B89DD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89DD3 on black background.


Color preview on white background

This text has color #B89DD3 on white background.



Black color preview on #B89DD3 background

This text has black color on #B89DD3 background.


White color preview on #B89DD3 background

This text has white color on #B89DD3 background.