COLOR #B4A3DB

HEX: #B4A3DB RGB: (180,163,219)

Color info

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

RGB color model

#B4A3DB color RGB value is (180,163,219).

RGB: (180,163,219) (71%, 64%, 86%)

RGB channels and saturation

R 180 of 255 = 71%
G 163 of 255 = 64%
B 219 of 255 = 86%

180
163
219

R + G + B ~ 74%. #B4A3DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 163 + 219 = 562 (100%)
R 180 of 562 ~ 32.03%
G 163 of 562 ~ 29%
B 219 of 562 ~ 38.97'%

%32.03
%29
%38.97

CMYK color model

#B4A3DB color CMYK value is (18,26,0,14).

  • cyan value is 17.81%
  • magenta value is 25.57%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (18,26,0,14)
C18M26Y0K14 (18%, 26%, 0%, 14%)
(0.18 / 0.26 / 0.00 / 0.14)

CMYK percentages

%17.81
%25.57
%0
%14.12

Codes

Color #B4A3DB in popluar color models

B4 A3 DB
RGB 180 163 219
HSL 258° 43.75% 74.90%
HSB/HSV 258° 25.57% 85.88%
CMYK 17.81% 25.57% 0.00%
14.12%

Color #B4A3DB in popluar number systems.

HEX B4 A3 DB
Decimal 180 163 219
Binary 10110100 10100011 11011011
Octal 264 243 333

Shades and tints

Shades of #B4A3DB

#B4A3DB
(180,163,219)
#A495C8
(164,149,200)
#9487B5
(148,135,181)
#8479A2
(132,121,162)
#746B8F
(116,107,143)
#645D7C
(100,93,124)
#544F69
(84,79,105)
#444156
(68,65,86)
#343343
(52,51,67)
#242530
(36,37,48)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #B4A3DB

#B4A3DB
(180,163,219)
#BAABDE
(186,171,222)
#C0B3E1
(192,179,225)
#C6BBE4
(198,187,228)
#CCC3E7
(204,195,231)
#D2CBEA
(210,203,234)
#D8D3ED
(216,211,237)
#DEDBF0
(222,219,240)
#E4E3F3
(228,227,243)
#EAEBF6
(234,235,246)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A3DB color. Also use rgb(180,163,219) instead hex code.

Text Font Color

.myTextColor { color: #B4A3DB; }

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

This text font color is #B4A3DB.

Background Color

.myBgColor { background-color: #B4A3DB; }

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

This div background color is #B4A3DB.

Border color

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

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

This div border color is #B4A3DB.

Opacity

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

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

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

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

This text has shadow with #B4A3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A3DB.

Preview

Color preview on black background

This text has color #B4A3DB on black background.


Color preview on white background

This text has color #B4A3DB on white background.


Black color preview on #B4A3DB background

This text has black color on #B4A3DB background.


White color preview on #B4A3DB background

This text has white color on #B4A3DB background.


Related colors

Complementary color

Complementary color for #hex is #4B5C24.


I love getcolorcode.com

Triadic colors

1 #DBB4A3 and #A3DBB4 with #B4A3DB are triadic colors.

2 #DBA3B4 and #A3B4DB with #B4A3DB are triadic colors.