COLOR #B289AE

HEX: #B289AE
RGB: (178,137,174)

Color info

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

RGB color model

#B289AE color RGB value is (178,137,174).

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

RGB channels and saturation

R 178 of 255 = 70%
G 137 of 255 = 54%
B 174 of 255 = 68%

178
137
174

R + G + B ~ 64%. #B289AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 137 + 174 = 489 (100%)
R 178 of 489 ~ 36.4%
G 137 of 489 ~ 28.02%
B 174 of 489 ~ 35.58%

%36.4
%28.02
%35.58

CMYK color model

#B289AE color CMYK value is (0,23,2,30).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 2.25%
  • key color value is 30.20%
CMYK:
(0,23,2,30)
C0M23Y2K30 
(0%,23%,2%,30%)
(0.00/0.23/0.02/0.30)	

CMYK percentages

%0
%23.03
%2.25
%30.2

Codes

Color #B289AE in popluar color models

B289AE
RGB178137174
HSL306°21.03%61.76%
HSB/HSV306°23.03%69.80%
CMYK0.00%23.03%2.25%
30.20%

Color #B289AE in popluar number systems.

HEXB289AE
Decimal178137174
Binary101100101000100110101110
Octal262211256

Shades and tints

Shades of #B289AE

#B289AE
(178,137,174)
#A27D9F
(162,125,159)
#927190
(146,113,144)
#826581
(130,101,129)
#725972
(114,89,114)
#624D63
(98,77,99)
#524154
(82,65,84)
#423545
(66,53,69)
#322936
(50,41,54)
#221D27
(34,29,39)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #B289AE

#B289AE
(178,137,174)
#B993B5
(185,147,181)
#C09DBC
(192,157,188)
#C7A7C3
(199,167,195)
#CEB1CA
(206,177,202)
#D5BBD1
(213,187,209)
#DCC5D8
(220,197,216)
#E3CFDF
(227,207,223)
#EAD9E6
(234,217,230)
#F1E3ED
(241,227,237)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B289AE; }

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

This text font color is #B289AE.


Background Color

.myBgColor { background-color: #B289AE; }

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

This div background color is #B289AE.


Border color

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

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

This div border color is #B289AE.


Opacity

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

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

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

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

This text has shadow with #B289AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B289AE on black background.


Color preview on white background

This text has color #B289AE on white background.



Black color preview on #B289AE background

This text has black color on #B289AE background.


White color preview on #B289AE background

This text has white color on #B289AE background.