COLOR #B88AB5

HEX: #B88AB5 RGB: (184,138,181)

Color info

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

RGB color model

#B88AB5 color RGB value is (184,138,181).

RGB: (184,138,181) (72%, 54%, 71%)

RGB channels and saturation

R 184 of 255 = 72%
G 138 of 255 = 54%
B 181 of 255 = 71%

184
138
181

R + G + B ~ 66%. #B88AB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 138 + 181 = 503 (100%)
R 184 of 503 ~ 36.58%
G 138 of 503 ~ 27.44%
B 181 of 503 ~ 35.98'%

%36.58
%27.44
%35.98

CMYK color model

#B88AB5 color CMYK value is (0,25,2,28).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 1.63%
  • key color value is 27.84%

CMYK: (0,25,2,28)
C0M25Y2K28 (0%, 25%, 2%, 28%)
(0.00 / 0.25 / 0.02 / 0.28)

CMYK percentages

%0
%25
%1.63
%27.84

Codes

Color #B88AB5 in popluar color models

B8 8A B5
RGB 184 138 181
HSL 304° 24.47% 63.14%
HSB/HSV 304° 25.00% 72.16%
CMYK 0.00% 25.00% 1.63%
27.84%

Color #B88AB5 in popluar number systems.

HEX B8 8A B5
Decimal 184 138 181
Binary 10111000 10001010 10110101
Octal 270 212 265

Shades and tints

Shades of #B88AB5

#B88AB5
(184,138,181)
#A87EA5
(168,126,165)
#987295
(152,114,149)
#886685
(136,102,133)
#785A75
(120,90,117)
#684E65
(104,78,101)
#584255
(88,66,85)
#483645
(72,54,69)
#382A35
(56,42,53)
#281E25
(40,30,37)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #B88AB5

#B88AB5
(184,138,181)
#BE94BB
(190,148,187)
#C49EC1
(196,158,193)
#CAA8C7
(202,168,199)
#D0B2CD
(208,178,205)
#D6BCD3
(214,188,211)
#DCC6D9
(220,198,217)
#E2D0DF
(226,208,223)
#E8DAE5
(232,218,229)
#EEE4EB
(238,228,235)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88AB5 color. Also use rgb(184,138,181) instead hex code.

Text Font Color

.myTextColor { color: #B88AB5; }

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

This text font color is #B88AB5.

Background Color

.myBgColor { background-color: #B88AB5; }

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

This div background color is #B88AB5.

Border color

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

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

This div border color is #B88AB5.

Opacity

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

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

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

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

This text has shadow with #B88AB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88AB5.

Preview

Color preview on black background

This text has color #B88AB5 on black background.


Color preview on white background

This text has color #B88AB5 on white background.


Black color preview on #B88AB5 background

This text has black color on #B88AB5 background.


White color preview on #B88AB5 background

This text has white color on #B88AB5 background.


Related colors

Complementary color

Complementary color for #hex is #47754A.


I love getcolorcode.com

Triadic colors

1 #B5B88A and #8AB5B8 with #B88AB5 are triadic colors.

2 #B58AB8 and #8AB8B5 with #B88AB5 are triadic colors.