COLOR #B4A3CC

HEX: #B4A3CC RGB: (180,163,204)

Color info

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

RGB color model

#B4A3CC color RGB value is (180,163,204).

RGB: (180,163,204) (71%, 64%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 163 of 255 = 64%
B 204 of 255 = 80%

180
163
204

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

Portions of RGB colors in percentages

R + G + B = 180 + 163 + 204 = 547 (100%)
R 180 of 547 ~ 32.91%
G 163 of 547 ~ 29.8%
B 204 of 547 ~ 37.29'%

%32.91
%29.8
%37.29

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (12,20,0,20)
C12M20Y0K20 (12%, 20%, 0%, 20%)
(0.12 / 0.20 / 0.00 / 0.20)

CMYK percentages

%11.76
%20.1
%0
%20

Codes

Color #B4A3CC in popluar color models

B4 A3 CC
RGB 180 163 204
HSL 265° 28.67% 71.96%
HSB/HSV 265° 20.10% 80.00%
CMYK 11.76% 20.10% 0.00%
20.00%

Color #B4A3CC in popluar number systems.

HEX B4 A3 CC
Decimal 180 163 204
Binary 10110100 10100011 11001100
Octal 264 243 314

Shades and tints

Shades of #B4A3CC

#B4A3CC
(180,163,204)
#A495BA
(164,149,186)
#9487A8
(148,135,168)
#847996
(132,121,150)
#746B84
(116,107,132)
#645D72
(100,93,114)
#544F60
(84,79,96)
#44414E
(68,65,78)
#34333C
(52,51,60)
#24252A
(36,37,42)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #B4A3CC

#B4A3CC
(180,163,204)
#BAABD0
(186,171,208)
#C0B3D4
(192,179,212)
#C6BBD8
(198,187,216)
#CCC3DC
(204,195,220)
#D2CBE0
(210,203,224)
#D8D3E4
(216,211,228)
#DEDBE8
(222,219,232)
#E4E3EC
(228,227,236)
#EAEBF0
(234,235,240)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A3CC; }

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

This text font color is #B4A3CC.

Background Color

.myBgColor { background-color: #B4A3CC; }

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

This div background color is #B4A3CC.

Border color

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

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

This div border color is #B4A3CC.

Opacity

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

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

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

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

This text has shadow with #B4A3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A3CC.

Preview

Color preview on black background

This text has color #B4A3CC on black background.


Color preview on white background

This text has color #B4A3CC on white background.


Black color preview on #B4A3CC background

This text has black color on #B4A3CC background.


White color preview on #B4A3CC background

This text has white color on #B4A3CC background.


Related colors

Complementary color

Complementary color for #hex is #4B5C33.


I love getcolorcode.com

Triadic colors

1 #CCB4A3 and #A3CCB4 with #B4A3CC are triadic colors.

2 #CCA3B4 and #A3B4CC with #B4A3CC are triadic colors.