COLOR #B49FCA

HEX: #B49FCA RGB: (180,159,202)

Color info

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

RGB color model

#B49FCA color RGB value is (180,159,202).

RGB: (180,159,202) (71%, 62%, 79%)

RGB channels and saturation

R 180 of 255 = 71%
G 159 of 255 = 62%
B 202 of 255 = 79%

180
159
202

R + G + B ~ 71%. #B49FCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 159 + 202 = 541 (100%)
R 180 of 541 ~ 33.27%
G 159 of 541 ~ 29.39%
B 202 of 541 ~ 37.34'%

%33.27
%29.39
%37.34

CMYK color model

#B49FCA color CMYK value is (11,21,0,21).

  • cyan value is 10.89%
  • magenta value is 21.29%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (11,21,0,21) C11M21Y0K21 (11%,21%,0%,21%) (0.11/0.21/0.00/0.21) 

CMYK percentages

%10.89
%21.29
%0
%20.78

Codes

Color #B49FCA in popluar color models

B4 9F CA
RGB 180 159 202
HSL 269° 28.86% 70.78%
HSB/HSV 269° 21.29% 79.22%
CMYK 10.89% 21.29% 0.00%
20.78%

Color #B49FCA in popluar number systems.

HEX B4 9F CA
Decimal 180 159 202
Binary 10110100 10011111 11001010
Octal 264 237 312

Shades and tints

Shades of #B49FCA

#B49FCA
(180,159,202)
#A491B8
(164,145,184)
#9483A6
(148,131,166)
#847594
(132,117,148)
#746782
(116,103,130)
#645970
(100,89,112)
#544B5E
(84,75,94)
#443D4C
(68,61,76)
#342F3A
(52,47,58)
#242128
(36,33,40)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #B49FCA

#B49FCA
(180,159,202)
#BAA7CE
(186,167,206)
#C0AFD2
(192,175,210)
#C6B7D6
(198,183,214)
#CCBFDA
(204,191,218)
#D2C7DE
(210,199,222)
#D8CFE2
(216,207,226)
#DED7E6
(222,215,230)
#E4DFEA
(228,223,234)
#EAE7EE
(234,231,238)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49FCA color. Also use rgb(180,159,202) instead hex code.

Text Font Color

.myTextColor { color: #B49FCA; }

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

This text font color is #B49FCA.

Background Color

.myBgColor { background-color: #B49FCA; }

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

This div background color is #B49FCA.

Border color

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

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

This div border color is #B49FCA.

Opacity

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

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

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

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

This text has shadow with #B49FCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49FCA.

Preview

Color preview on black background

This text has color #B49FCA on black background.


Color preview on white background

This text has color #B49FCA on white background.


Black color preview on #B49FCA background

This text has black color on #B49FCA background.


White color preview on #B49FCA background

This text has white color on #B49FCA background.


Related colors

Complementary color

Complementary color for #hex is #4B6035.


I love getcolorcode.com

Triadic colors

1 #CAB49F and #9FCAB4 with #B49FCA are triadic colors.

2 #CA9FB4 and #9FB4CA with #B49FCA are triadic colors.