COLOR #B489C7

HEX: #B489C7
RGB: (180,137,199)

Color info

#B489C7 contains mainly red and blue colors. Web safe color of #B489C7 is #CC99CC (or #C9C).

RGB color model

#B489C7 color RGB value is (180,137,199).

  • red value is 180;
  • green value is 137;
  • blue value is 199.
RGB:
(180,137,199)
(71%,54%,78%)

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 199 of 255 = 78%

180
137
199

R + G + B ~ 68%. #B489C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 137 + 199 = 516 (100%)
R 180 of 516 ~ 34.88%
G 137 of 516 ~ 26.55%
B 199 of 516 ~ 38.57%

%34.88
%26.55
%38.57

CMYK color model

#B489C7 color CMYK value is (10,31,0,22).

  • cyan value is 9.55%
  • magenta value is 31.16%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(10,31,0,22)
C10M31Y0K22 
(10%,31%,0%,22%)
(0.10/0.31/0.00/0.22)	

CMYK percentages

%9.55
%31.16
%0
%21.96

Codes

Color #B489C7 in popluar color models

B489C7
RGB180137199
HSL282°35.63%65.88%
HSB/HSV282°31.16%78.04%
CMYK9.55%31.16%0.00%
21.96%

Color #B489C7 in popluar number systems.

HEXB489C7
Decimal180137199
Binary101101001000100111000111
Octal264211307

Shades and tints

Shades of #B489C7

#B489C7
(180,137,199)
#A47DB5
(164,125,181)
#9471A3
(148,113,163)
#846591
(132,101,145)
#74597F
(116,89,127)
#644D6D
(100,77,109)
#54415B
(84,65,91)
#443549
(68,53,73)
#342937
(52,41,55)
#241D25
(36,29,37)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #B489C7

#B489C7
(180,137,199)
#BA93CC
(186,147,204)
#C09DD1
(192,157,209)
#C6A7D6
(198,167,214)
#CCB1DB
(204,177,219)
#D2BBE0
(210,187,224)
#D8C5E5
(216,197,229)
#DECFEA
(222,207,234)
#E4D9EF
(228,217,239)
#EAE3F4
(234,227,244)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B489C7 color. Also use rgb(180,137,199) instead hex code.

Text Font Color

.myTextColor { color: #B489C7; }

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

This text font color is #B489C7.


Background Color

.myBgColor { background-color: #B489C7; }

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

This div background color is #B489C7.


Border color

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

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

This div border color is #B489C7.


Opacity

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

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

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

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

This text has shadow with #B489C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B489C7 on black background.


Color preview on white background

This text has color #B489C7 on white background.



Black color preview on #B489C7 background

This text has black color on #B489C7 background.


White color preview on #B489C7 background

This text has white color on #B489C7 background.