COLOR #B4ABD7

HEX: #B4ABD7 RGB: (180,171,215)

Color info

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

RGB color model

#B4ABD7 color RGB value is (180,171,215).

RGB: (180,171,215) (71%, 67%, 84%)

RGB channels and saturation

R 180 of 255 = 71%
G 171 of 255 = 67%
B 215 of 255 = 84%

180
171
215

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

Portions of RGB colors in percentages

R + G + B = 180 + 171 + 215 = 566 (100%)
R 180 of 566 ~ 31.8%
G 171 of 566 ~ 30.21%
B 215 of 566 ~ 37.99'%

%31.8
%30.21
%37.99

CMYK color model

#B4ABD7 color CMYK value is (16,20,0,16).

  • cyan value is 16.28%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (16,20,0,16)
C16M20Y0K16 (16%, 20%, 0%, 16%)
(0.16 / 0.20 / 0.00 / 0.16)

CMYK percentages

%16.28
%20.47
%0
%15.69

Codes

Color #B4ABD7 in popluar color models

B4 AB D7
RGB 180 171 215
HSL 252° 35.48% 75.69%
HSB/HSV 252° 20.47% 84.31%
CMYK 16.28% 20.47% 0.00%
15.69%

Color #B4ABD7 in popluar number systems.

HEX B4 AB D7
Decimal 180 171 215
Binary 10110100 10101011 11010111
Octal 264 253 327

Shades and tints

Shades of #B4ABD7

#B4ABD7
(180,171,215)
#A49CC4
(164,156,196)
#948DB1
(148,141,177)
#847E9E
(132,126,158)
#746F8B
(116,111,139)
#646078
(100,96,120)
#545165
(84,81,101)
#444252
(68,66,82)
#34333F
(52,51,63)
#24242C
(36,36,44)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #B4ABD7

#B4ABD7
(180,171,215)
#BAB2DA
(186,178,218)
#C0B9DD
(192,185,221)
#C6C0E0
(198,192,224)
#CCC7E3
(204,199,227)
#D2CEE6
(210,206,230)
#D8D5E9
(216,213,233)
#DEDCEC
(222,220,236)
#E4E3EF
(228,227,239)
#EAEAF2
(234,234,242)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ABD7; }

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

This text font color is #B4ABD7.

Background Color

.myBgColor { background-color: #B4ABD7; }

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

This div background color is #B4ABD7.

Border color

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

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

This div border color is #B4ABD7.

Opacity

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

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

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

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

This text has shadow with #B4ABD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4ABD7.

Preview

Color preview on black background

This text has color #B4ABD7 on black background.


Color preview on white background

This text has color #B4ABD7 on white background.


Black color preview on #B4ABD7 background

This text has black color on #B4ABD7 background.


White color preview on #B4ABD7 background

This text has white color on #B4ABD7 background.


Related colors

Complementary color

Complementary color for #hex is #4B5428.


I love getcolorcode.com

Triadic colors

1 #D7B4AB and #ABD7B4 with #B4ABD7 are triadic colors.

2 #D7ABB4 and #ABB4D7 with #B4ABD7 are triadic colors.