COLOR #B49FCD

HEX: #B49FCD
RGB: (180,159,205)

Color info

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

RGB color model

#B49FCD color RGB value is (180,159,205).

  • red value is 180;
  • green value is 159;
  • blue value is 205.
RGB:
(180,159,205)
(71%,62%,80%)

RGB channels and saturation

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

180
159
205

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

Portions of RGB colors in percentages

R + G + B =
180 + 159 + 205 = 544 (100%)
R 180 of 544 ~ 33.09%
G 159 of 544 ~ 29.23%
B 205 of 544 ~ 37.68%

%33.09
%29.23
%37.68

CMYK color model

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

  • cyan value is 12.20%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(12,22,0,20)
C12M22Y0K20 
(12%,22%,0%,20%)
(0.12/0.22/0.00/0.20)	

CMYK percentages

%12.2
%22.44
%0
%19.61

Codes

Color #B49FCD in popluar color models

B49FCD
RGB180159205
HSL267°31.51%71.37%
HSB/HSV267°22.44%80.39%
CMYK12.20%22.44%0.00%
19.61%

Color #B49FCD in popluar number systems.

HEXB49FCD
Decimal180159205
Binary101101001001111111001101
Octal264237315

Shades and tints

Shades of #B49FCD

#B49FCD
(180,159,205)
#A491BB
(164,145,187)
#9483A9
(148,131,169)
#847597
(132,117,151)
#746785
(116,103,133)
#645973
(100,89,115)
#544B61
(84,75,97)
#443D4F
(68,61,79)
#342F3D
(52,47,61)
#24212B
(36,33,43)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #B49FCD

#B49FCD
(180,159,205)
#BAA7D1
(186,167,209)
#C0AFD5
(192,175,213)
#C6B7D9
(198,183,217)
#CCBFDD
(204,191,221)
#D2C7E1
(210,199,225)
#D8CFE5
(216,207,229)
#DED7E9
(222,215,233)
#E4DFED
(228,223,237)
#EAE7F1
(234,231,241)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49FCD; }

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

This text font color is #B49FCD.


Background Color

.myBgColor { background-color: #B49FCD; }

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

This div background color is #B49FCD.


Border color

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

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

This div border color is #B49FCD.


Opacity

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

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

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

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

This text has shadow with #B49FCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49FCD on black background.


Color preview on white background

This text has color #B49FCD on white background.



Black color preview on #B49FCD background

This text has black color on #B49FCD background.


White color preview on #B49FCD background

This text has white color on #B49FCD background.