COLOR #B488AB

HEX: #B488AB RGB: (180,136,171)

Color info

#B488AB contains red, green and blue colors in about the same proportion. Web safe color of #B488AB is #CC9999 (or #C99).

RGB color model

#B488AB color RGB value is (180,136,171).

RGB: (180,136,171) (71%, 53%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 171 of 255 = 67%

180
136
171

R + G + B ~ 64%. #B488AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 136 + 171 = 487 (100%)
R 180 of 487 ~ 36.96%
G 136 of 487 ~ 27.93%
B 171 of 487 ~ 35.11'%

%36.96
%27.93
%35.11

CMYK color model

#B488AB color CMYK value is (0,24,5,29).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 5.00%
  • key color value is 29.41%
CMYK: (0,24,5,29) C0M24Y5K29 (0%,24%,5%,29%) (0.00/0.24/0.05/0.29) 

CMYK percentages

%0
%24.44
%5
%29.41

Codes

Color #B488AB in popluar color models

B4 88 AB
RGB 180 136 171
HSL 312° 22.68% 61.96%
HSB/HSV 312° 24.44% 70.59%
CMYK 0.00% 24.44% 5.00%
29.41%

Color #B488AB in popluar number systems.

HEX B4 88 AB
Decimal 180 136 171
Binary 10110100 10001000 10101011
Octal 264 210 253

Shades and tints

Shades of #B488AB

#B488AB
(180,136,171)
#A47C9C
(164,124,156)
#94708D
(148,112,141)
#84647E
(132,100,126)
#74586F
(116,88,111)
#644C60
(100,76,96)
#544051
(84,64,81)
#443442
(68,52,66)
#342833
(52,40,51)
#241C24
(36,28,36)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #B488AB

#B488AB
(180,136,171)
#BA92B2
(186,146,178)
#C09CB9
(192,156,185)
#C6A6C0
(198,166,192)
#CCB0C7
(204,176,199)
#D2BACE
(210,186,206)
#D8C4D5
(216,196,213)
#DECEDC
(222,206,220)
#E4D8E3
(228,216,227)
#EAE2EA
(234,226,234)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B488AB; }

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

This text font color is #B488AB.

Background Color

.myBgColor { background-color: #B488AB; }

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

This div background color is #B488AB.

Border color

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

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

This div border color is #B488AB.

Opacity

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

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

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

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

This text has shadow with #B488AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B488AB.

Preview

Color preview on black background

This text has color #B488AB on black background.


Color preview on white background

This text has color #B488AB on white background.


Black color preview on #B488AB background

This text has black color on #B488AB background.


White color preview on #B488AB background

This text has white color on #B488AB background.


Related colors

Complementary color

Complementary color for #hex is #4B7754.


I love getcolorcode.com

Triadic colors

1 #ABB488 and #88ABB4 with #B488AB are triadic colors.

2 #AB88B4 and #88B4AB with #B488AB are triadic colors.