COLOR #B4AABD

HEX: #B4AABD
RGB: (180,170,189)

Color info

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

RGB color model

#B4AABD color RGB value is (180,170,189).

  • red value is 180;
  • green value is 170;
  • blue value is 189.
RGB:
(180,170,189)
(71%,67%,74%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 189 of 255 = 74%

180
170
189

R + G + B ~ 71%. #B4AABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 170 + 189 = 539 (100%)
R 180 of 539 ~ 33.4%
G 170 of 539 ~ 31.54%
B 189 of 539 ~ 35.06%

%33.4
%31.54
%35.06

CMYK color model

#B4AABD color CMYK value is (5,10,0,26).

  • cyan value is 4.76%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,10,0,26)
C5M10Y0K26 
(5%,10%,0%,26%)
(0.05/0.10/0.00/0.26)	

CMYK percentages

%4.76
%10.05
%0
%25.88

Codes

Color #B4AABD in popluar color models

B4AABD
RGB180170189
HSL272°12.58%70.39%
HSB/HSV272°10.05%74.12%
CMYK4.76%10.05%0.00%
25.88%

Color #B4AABD in popluar number systems.

HEXB4AABD
Decimal180170189
Binary101101001010101010111101
Octal264252275

Shades and tints

Shades of #B4AABD

#B4AABD
(180,170,189)
#A49BAC
(164,155,172)
#948C9B
(148,140,155)
#847D8A
(132,125,138)
#746E79
(116,110,121)
#645F68
(100,95,104)
#545057
(84,80,87)
#444146
(68,65,70)
#343235
(52,50,53)
#242324
(36,35,36)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #B4AABD

#B4AABD
(180,170,189)
#BAB1C3
(186,177,195)
#C0B8C9
(192,184,201)
#C6BFCF
(198,191,207)
#CCC6D5
(204,198,213)
#D2CDDB
(210,205,219)
#D8D4E1
(216,212,225)
#DEDBE7
(222,219,231)
#E4E2ED
(228,226,237)
#EAE9F3
(234,233,243)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AABD color. Also use rgb(180,170,189) instead hex code.

Text Font Color

.myTextColor { color: #B4AABD; }

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

This text font color is #B4AABD.


Background Color

.myBgColor { background-color: #B4AABD; }

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

This div background color is #B4AABD.


Border color

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

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

This div border color is #B4AABD.


Opacity

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

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

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

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

This text has shadow with #B4AABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AABD on black background.


Color preview on white background

This text has color #B4AABD on white background.



Black color preview on #B4AABD background

This text has black color on #B4AABD background.


White color preview on #B4AABD background

This text has white color on #B4AABD background.