COLOR #B289A0

HEX: #B289A0
RGB: (178,137,160)

Color info

#B289A0 contains red, green and blue colors in about the same proportion. Web safe color of #B289A0 is #999999 (or #999).

RGB color model

#B289A0 color RGB value is (178,137,160).

  • red value is 178;
  • green value is 137;
  • blue value is 160.
RGB:
(178,137,160)
(70%,54%,63%)

RGB channels and saturation

R 178 of 255 = 70%
G 137 of 255 = 54%
B 160 of 255 = 63%

178
137
160

R + G + B ~ 62%. #B289A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 137 + 160 = 475 (100%)
R 178 of 475 ~ 37.47%
G 137 of 475 ~ 28.84%
B 160 of 475 ~ 33.68%

%37.47
%28.84
%33.68

CMYK color model

#B289A0 color CMYK value is (0,23,10,30).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 10.11%
  • key color value is 30.20%
CMYK:
(0,23,10,30)
C0M23Y10K30 
(0%,23%,10%,30%)
(0.00/0.23/0.10/0.30)	

CMYK percentages

%0
%23.03
%10.11
%30.2

Codes

Color #B289A0 in popluar color models

B289A0
RGB178137160
HSL326°21.03%61.76%
HSB/HSV326°23.03%69.80%
CMYK0.00%23.03%10.11%
30.20%

Color #B289A0 in popluar number systems.

HEXB289A0
Decimal178137160
Binary101100101000100110100000
Octal262211240

Shades and tints

Shades of #B289A0

#B289A0
(178,137,160)
#A27D92
(162,125,146)
#927184
(146,113,132)
#826576
(130,101,118)
#725968
(114,89,104)
#624D5A
(98,77,90)
#52414C
(82,65,76)
#42353E
(66,53,62)
#322930
(50,41,48)
#221D22
(34,29,34)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #B289A0

#B289A0
(178,137,160)
#B993A8
(185,147,168)
#C09DB0
(192,157,176)
#C7A7B8
(199,167,184)
#CEB1C0
(206,177,192)
#D5BBC8
(213,187,200)
#DCC5D0
(220,197,208)
#E3CFD8
(227,207,216)
#EAD9E0
(234,217,224)
#F1E3E8
(241,227,232)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B289A0 color. Also use rgb(178,137,160) instead hex code.

Text Font Color

.myTextColor { color: #B289A0; }

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

This text font color is #B289A0.


Background Color

.myBgColor { background-color: #B289A0; }

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

This div background color is #B289A0.


Border color

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

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

This div border color is #B289A0.


Opacity

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

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

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

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

This text has shadow with #B289A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B289A0 on black background.


Color preview on white background

This text has color #B289A0 on white background.



Black color preview on #B289A0 background

This text has black color on #B289A0 background.


White color preview on #B289A0 background

This text has white color on #B289A0 background.