COLOR #B49DCD

HEX: #B49DCD RGB: (180,157,205)

Color info

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

RGB color model

#B49DCD color RGB value is (180,157,205).

RGB: (180,157,205) (71%, 62%, 80%)

RGB channels and saturation

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

180
157
205

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

Portions of RGB colors in percentages

R + G + B = 180 + 157 + 205 = 542 (100%)
R 180 of 542 ~ 33.21%
G 157 of 542 ~ 28.97%
B 205 of 542 ~ 37.82'%

%33.21
%28.97
%37.82

CMYK color model

#B49DCD color CMYK value is (12,23,0,20).

  • cyan value is 12.20%
  • magenta value is 23.41%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (12,23,0,20)
C12M23Y0K20 (12%, 23%, 0%, 20%)
(0.12 / 0.23 / 0.00 / 0.20)

CMYK percentages

%12.2
%23.41
%0
%19.61

Codes

Color #B49DCD in popluar color models

B4 9D CD
RGB 180 157 205
HSL 269° 32.43% 70.98%
HSB/HSV 269° 23.41% 80.39%
CMYK 12.20% 23.41% 0.00%
19.61%

Color #B49DCD in popluar number systems.

HEX B4 9D CD
Decimal 180 157 205
Binary 10110100 10011101 11001101
Octal 264 235 315

Shades and tints

Shades of #B49DCD

#B49DCD
(180,157,205)
#A48FBB
(164,143,187)
#9481A9
(148,129,169)
#847397
(132,115,151)
#746585
(116,101,133)
#645773
(100,87,115)
#544961
(84,73,97)
#443B4F
(68,59,79)
#342D3D
(52,45,61)
#241F2B
(36,31,43)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #B49DCD

#B49DCD
(180,157,205)
#BAA5D1
(186,165,209)
#C0ADD5
(192,173,213)
#C6B5D9
(198,181,217)
#CCBDDD
(204,189,221)
#D2C5E1
(210,197,225)
#D8CDE5
(216,205,229)
#DED5E9
(222,213,233)
#E4DDED
(228,221,237)
#EAE5F1
(234,229,241)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49DCD; }

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

This text font color is #B49DCD.

Background Color

.myBgColor { background-color: #B49DCD; }

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

This div background color is #B49DCD.

Border color

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

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

This div border color is #B49DCD.

Opacity

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

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

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

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

This text has shadow with #B49DCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49DCD.

Preview

Color preview on black background

This text has color #B49DCD on black background.


Color preview on white background

This text has color #B49DCD on white background.


Black color preview on #B49DCD background

This text has black color on #B49DCD background.


White color preview on #B49DCD background

This text has white color on #B49DCD background.


Related colors

Complementary color

Complementary color for #hex is #4B6232.


I love getcolorcode.com

Triadic colors

1 #CDB49D and #9DCDB4 with #B49DCD are triadic colors.

2 #CD9DB4 and #9DB4CD with #B49DCD are triadic colors.