COLOR #B4A0CD

HEX: #B4A0CD
RGB: (180,160,205)

Color info

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

RGB color model

#B4A0CD color RGB value is (180,160,205).

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

RGB channels and saturation

R 180 of 255 = 71%
G 160 of 255 = 63%
B 205 of 255 = 80%

180
160
205

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

Portions of RGB colors in percentages

R + G + B =
180 + 160 + 205 = 545 (100%)
R 180 of 545 ~ 33.03%
G 160 of 545 ~ 29.36%
B 205 of 545 ~ 37.61%

%33.03
%29.36
%37.61

CMYK color model

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

  • cyan value is 12.20%
  • magenta value is 21.95%
  • 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
%21.95
%0
%19.61

Codes

Color #B4A0CD in popluar color models

B4A0CD
RGB180160205
HSL267°31.03%71.57%
HSB/HSV267°21.95%80.39%
CMYK12.20%21.95%0.00%
19.61%

Color #B4A0CD in popluar number systems.

HEXB4A0CD
Decimal180160205
Binary101101001010000011001101
Octal264240315

Shades and tints

Shades of #B4A0CD

#B4A0CD
(180,160,205)
#A492BB
(164,146,187)
#9484A9
(148,132,169)
#847697
(132,118,151)
#746885
(116,104,133)
#645A73
(100,90,115)
#544C61
(84,76,97)
#443E4F
(68,62,79)
#34303D
(52,48,61)
#24222B
(36,34,43)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #B4A0CD

#B4A0CD
(180,160,205)
#BAA8D1
(186,168,209)
#C0B0D5
(192,176,213)
#C6B8D9
(198,184,217)
#CCC0DD
(204,192,221)
#D2C8E1
(210,200,225)
#D8D0E5
(216,208,229)
#DED8E9
(222,216,233)
#E4E0ED
(228,224,237)
#EAE8F1
(234,232,241)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A0CD; }

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

This text font color is #B4A0CD.


Background Color

.myBgColor { background-color: #B4A0CD; }

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

This div background color is #B4A0CD.


Border color

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

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

This div border color is #B4A0CD.


Opacity

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

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

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

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

This text has shadow with #B4A0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A0CD on black background.


Color preview on white background

This text has color #B4A0CD on white background.



Black color preview on #B4A0CD background

This text has black color on #B4A0CD background.


White color preview on #B4A0CD background

This text has white color on #B4A0CD background.