COLOR #B49FCC

HEX: #B49FCC RGB: (180,159,204)

Color info

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

RGB color model

#B49FCC color RGB value is (180,159,204).

RGB: (180,159,204) (71%, 62%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 159 of 255 = 62%
B 204 of 255 = 80%

180
159
204

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

Portions of RGB colors in percentages

R + G + B = 180 + 159 + 204 = 543 (100%)
R 180 of 543 ~ 33.15%
G 159 of 543 ~ 29.28%
B 204 of 543 ~ 37.57'%

%33.15
%29.28
%37.57

CMYK color model

#B49FCC color CMYK value is (12,22,0,20).

  • cyan value is 11.76%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (12,22,0,20)
C12M22Y0K20 (12%, 22%, 0%, 20%)
(0.12 / 0.22 / 0.00 / 0.20)

CMYK percentages

%11.76
%22.06
%0
%20

Codes

Color #B49FCC in popluar color models

B4 9F CC
RGB 180 159 204
HSL 268° 30.61% 71.18%
HSB/HSV 268° 22.06% 80.00%
CMYK 11.76% 22.06% 0.00%
20.00%

Color #B49FCC in popluar number systems.

HEX B4 9F CC
Decimal 180 159 204
Binary 10110100 10011111 11001100
Octal 264 237 314

Shades and tints

Shades of #B49FCC

#B49FCC
(180,159,204)
#A491BA
(164,145,186)
#9483A8
(148,131,168)
#847596
(132,117,150)
#746784
(116,103,132)
#645972
(100,89,114)
#544B60
(84,75,96)
#443D4E
(68,61,78)
#342F3C
(52,47,60)
#24212A
(36,33,42)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #B49FCC

#B49FCC
(180,159,204)
#BAA7D0
(186,167,208)
#C0AFD4
(192,175,212)
#C6B7D8
(198,183,216)
#CCBFDC
(204,191,220)
#D2C7E0
(210,199,224)
#D8CFE4
(216,207,228)
#DED7E8
(222,215,232)
#E4DFEC
(228,223,236)
#EAE7F0
(234,231,240)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49FCC; }

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

This text font color is #B49FCC.

Background Color

.myBgColor { background-color: #B49FCC; }

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

This div background color is #B49FCC.

Border color

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

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

This div border color is #B49FCC.

Opacity

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

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

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

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

This text has shadow with #B49FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49FCC.

Preview

Color preview on black background

This text has color #B49FCC on black background.


Color preview on white background

This text has color #B49FCC on white background.


Black color preview on #B49FCC background

This text has black color on #B49FCC background.


White color preview on #B49FCC background

This text has white color on #B49FCC background.


Related colors

Complementary color

Complementary color for #hex is #4B6033.


I love getcolorcode.com

Triadic colors

1 #CCB49F and #9FCCB4 with #B49FCC are triadic colors.

2 #CC9FB4 and #9FB4CC with #B49FCC are triadic colors.