COLOR #B49ABE

HEX: #B49ABE RGB: (180,154,190)

Color info

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

RGB color model

#B49ABE color RGB value is (180,154,190).

RGB: (180,154,190) (71%, 60%, 75%)

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 190 of 255 = 75%

180
154
190

R + G + B ~ 69%. #B49ABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 154 + 190 = 524 (100%)
R 180 of 524 ~ 34.35%
G 154 of 524 ~ 29.39%
B 190 of 524 ~ 36.26'%

%34.35
%29.39
%36.26

CMYK color model

#B49ABE color CMYK value is (5,19,0,25).

  • cyan value is 5.26%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (5,19,0,25)
C5M19Y0K25 (5%, 19%, 0%, 25%)
(0.05 / 0.19 / 0.00 / 0.25)

CMYK percentages

%5.26
%18.95
%0
%25.49

Codes

Color #B49ABE in popluar color models

B4 9A BE
RGB 180 154 190
HSL 283° 21.69% 67.45%
HSB/HSV 283° 18.95% 74.51%
CMYK 5.26% 18.95% 0.00%
25.49%

Color #B49ABE in popluar number systems.

HEX B4 9A BE
Decimal 180 154 190
Binary 10110100 10011010 10111110
Octal 264 232 276

Shades and tints

Shades of #B49ABE

#B49ABE
(180,154,190)
#A48CAD
(164,140,173)
#947E9C
(148,126,156)
#84708B
(132,112,139)
#74627A
(116,98,122)
#645469
(100,84,105)
#544658
(84,70,88)
#443847
(68,56,71)
#342A36
(52,42,54)
#241C25
(36,28,37)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #B49ABE

#B49ABE
(180,154,190)
#BAA3C3
(186,163,195)
#C0ACC8
(192,172,200)
#C6B5CD
(198,181,205)
#CCBED2
(204,190,210)
#D2C7D7
(210,199,215)
#D8D0DC
(216,208,220)
#DED9E1
(222,217,225)
#E4E2E6
(228,226,230)
#EAEBEB
(234,235,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49ABE color. Also use rgb(180,154,190) instead hex code.

Text Font Color

.myTextColor { color: #B49ABE; }

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

This text font color is #B49ABE.

Background Color

.myBgColor { background-color: #B49ABE; }

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

This div background color is #B49ABE.

Border color

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

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

This div border color is #B49ABE.

Opacity

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

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

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

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

This text has shadow with #B49ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49ABE.

Preview

Color preview on black background

This text has color #B49ABE on black background.


Color preview on white background

This text has color #B49ABE on white background.


Black color preview on #B49ABE background

This text has black color on #B49ABE background.


White color preview on #B49ABE background

This text has white color on #B49ABE background.


Related colors

Complementary color

Complementary color for #hex is #4B6541.


I love getcolorcode.com

Triadic colors

1 #BEB49A and #9ABEB4 with #B49ABE are triadic colors.

2 #BE9AB4 and #9AB4BE with #B49ABE are triadic colors.