COLOR #B4ABC5

HEX: #B4ABC5
RGB: (180,171,197)

Color info

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

RGB color model

#B4ABC5 color RGB value is (180,171,197).

  • red value is 180;
  • green value is 171;
  • blue value is 197.
RGB:
(180,171,197)
(71%,67%,77%)

RGB channels and saturation

R 180 of 255 = 71%
G 171 of 255 = 67%
B 197 of 255 = 77%

180
171
197

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

Portions of RGB colors in percentages

R + G + B =
180 + 171 + 197 = 548 (100%)
R 180 of 548 ~ 32.85%
G 171 of 548 ~ 31.2%
B 197 of 548 ~ 35.95%

%32.85
%31.2
%35.95

CMYK color model

#B4ABC5 color CMYK value is (9,13,0,23).

  • cyan value is 8.63%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(9,13,0,23)
C9M13Y0K23 
(9%,13%,0%,23%)
(0.09/0.13/0.00/0.23)	

CMYK percentages

%8.63
%13.2
%0
%22.75

Codes

Color #B4ABC5 in popluar color models

B4ABC5
RGB180171197
HSL261°18.31%72.16%
HSB/HSV261°13.20%77.25%
CMYK8.63%13.20%0.00%
22.75%

Color #B4ABC5 in popluar number systems.

HEXB4ABC5
Decimal180171197
Binary101101001010101111000101
Octal264253305

Shades and tints

Shades of #B4ABC5

#B4ABC5
(180,171,197)
#A49CB4
(164,156,180)
#948DA3
(148,141,163)
#847E92
(132,126,146)
#746F81
(116,111,129)
#646070
(100,96,112)
#54515F
(84,81,95)
#44424E
(68,66,78)
#34333D
(52,51,61)
#24242C
(36,36,44)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #B4ABC5

#B4ABC5
(180,171,197)
#BAB2CA
(186,178,202)
#C0B9CF
(192,185,207)
#C6C0D4
(198,192,212)
#CCC7D9
(204,199,217)
#D2CEDE
(210,206,222)
#D8D5E3
(216,213,227)
#DEDCE8
(222,220,232)
#E4E3ED
(228,227,237)
#EAEAF2
(234,234,242)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4ABC5 color. Also use rgb(180,171,197) instead hex code.

Text Font Color

.myTextColor { color: #B4ABC5; }

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

This text font color is #B4ABC5.


Background Color

.myBgColor { background-color: #B4ABC5; }

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

This div background color is #B4ABC5.


Border color

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

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

This div border color is #B4ABC5.


Opacity

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

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

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

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

This text has shadow with #B4ABC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ABC5 on black background.


Color preview on white background

This text has color #B4ABC5 on white background.



Black color preview on #B4ABC5 background

This text has black color on #B4ABC5 background.


White color preview on #B4ABC5 background

This text has white color on #B4ABC5 background.