COLOR #B4A5CA

HEX: #B4A5CA
RGB: (180,165,202)

Color info

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

RGB color model

#B4A5CA color RGB value is (180,165,202).

  • red value is 180;
  • green value is 165;
  • blue value is 202.
RGB:
(180,165,202)
(71%,65%,79%)

RGB channels and saturation

R 180 of 255 = 71%
G 165 of 255 = 65%
B 202 of 255 = 79%

180
165
202

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

Portions of RGB colors in percentages

R + G + B =
180 + 165 + 202 = 547 (100%)
R 180 of 547 ~ 32.91%
G 165 of 547 ~ 30.16%
B 202 of 547 ~ 36.93%

%32.91
%30.16
%36.93

CMYK color model

#B4A5CA color CMYK value is (11,18,0,21).

  • cyan value is 10.89%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(11,18,0,21)
C11M18Y0K21 
(11%,18%,0%,21%)
(0.11/0.18/0.00/0.21)	

CMYK percentages

%10.89
%18.32
%0
%20.78

Codes

Color #B4A5CA in popluar color models

B4A5CA
RGB180165202
HSL264°25.87%71.96%
HSB/HSV264°18.32%79.22%
CMYK10.89%18.32%0.00%
20.78%

Color #B4A5CA in popluar number systems.

HEXB4A5CA
Decimal180165202
Binary101101001010010111001010
Octal264245312

Shades and tints

Shades of #B4A5CA

#B4A5CA
(180,165,202)
#A496B8
(164,150,184)
#9487A6
(148,135,166)
#847894
(132,120,148)
#746982
(116,105,130)
#645A70
(100,90,112)
#544B5E
(84,75,94)
#443C4C
(68,60,76)
#342D3A
(52,45,58)
#241E28
(36,30,40)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #B4A5CA

#B4A5CA
(180,165,202)
#BAADCE
(186,173,206)
#C0B5D2
(192,181,210)
#C6BDD6
(198,189,214)
#CCC5DA
(204,197,218)
#D2CDDE
(210,205,222)
#D8D5E2
(216,213,226)
#DEDDE6
(222,221,230)
#E4E5EA
(228,229,234)
#EAEDEE
(234,237,238)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A5CA color. Also use rgb(180,165,202) instead hex code.

Text Font Color

.myTextColor { color: #B4A5CA; }

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

This text font color is #B4A5CA.


Background Color

.myBgColor { background-color: #B4A5CA; }

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

This div background color is #B4A5CA.


Border color

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

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

This div border color is #B4A5CA.


Opacity

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

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

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

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

This text has shadow with #B4A5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A5CA on black background.


Color preview on white background

This text has color #B4A5CA on white background.



Black color preview on #B4A5CA background

This text has black color on #B4A5CA background.


White color preview on #B4A5CA background

This text has white color on #B4A5CA background.