COLOR #B4A4CD

HEX: #B4A4CD
RGB: (180,164,205)

Color info

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

RGB color model

#B4A4CD color RGB value is (180,164,205).

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

RGB channels and saturation

R 180 of 255 = 71%
G 164 of 255 = 64%
B 205 of 255 = 80%

180
164
205

R + G + B ~ 72%. #B4A4CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 164 + 205 = 549 (100%)
R 180 of 549 ~ 32.79%
G 164 of 549 ~ 29.87%
B 205 of 549 ~ 37.34%

%32.79
%29.87
%37.34

CMYK color model

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

  • cyan value is 12.20%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(12,20,0,20)
C12M20Y0K20 
(12%,20%,0%,20%)
(0.12/0.20/0.00/0.20)	

CMYK percentages

%12.2
%20
%0
%19.61

Codes

Color #B4A4CD in popluar color models

B4A4CD
RGB180164205
HSL263°29.08%72.35%
HSB/HSV263°20.00%80.39%
CMYK12.20%20.00%0.00%
19.61%

Color #B4A4CD in popluar number systems.

HEXB4A4CD
Decimal180164205
Binary101101001010010011001101
Octal264244315

Shades and tints

Shades of #B4A4CD

#B4A4CD
(180,164,205)
#A496BB
(164,150,187)
#9488A9
(148,136,169)
#847A97
(132,122,151)
#746C85
(116,108,133)
#645E73
(100,94,115)
#545061
(84,80,97)
#44424F
(68,66,79)
#34343D
(52,52,61)
#24262B
(36,38,43)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #B4A4CD

#B4A4CD
(180,164,205)
#BAACD1
(186,172,209)
#C0B4D5
(192,180,213)
#C6BCD9
(198,188,217)
#CCC4DD
(204,196,221)
#D2CCE1
(210,204,225)
#D8D4E5
(216,212,229)
#DEDCE9
(222,220,233)
#E4E4ED
(228,228,237)
#EAECF1
(234,236,241)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A4CD; }

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

This text font color is #B4A4CD.


Background Color

.myBgColor { background-color: #B4A4CD; }

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

This div background color is #B4A4CD.


Border color

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

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

This div border color is #B4A4CD.


Opacity

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

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

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

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

This text has shadow with #B4A4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A4CD on black background.


Color preview on white background

This text has color #B4A4CD on white background.



Black color preview on #B4A4CD background

This text has black color on #B4A4CD background.


White color preview on #B4A4CD background

This text has white color on #B4A4CD background.