COLOR #B88ABB

HEX: #B88ABB RGB: (184,138,187)

Color info

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

RGB color model

#B88ABB color RGB value is (184,138,187).

RGB: (184,138,187) (72%, 54%, 73%)

RGB channels and saturation

R 184 of 255 = 72%
G 138 of 255 = 54%
B 187 of 255 = 73%

184
138
187

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

Portions of RGB colors in percentages

R + G + B = 184 + 138 + 187 = 509 (100%)
R 184 of 509 ~ 36.15%
G 138 of 509 ~ 27.11%
B 187 of 509 ~ 36.74'%

%36.15
%27.11
%36.74

CMYK color model

#B88ABB color CMYK value is (2,26,0,27).

  • cyan value is 1.60%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (2,26,0,27)
C2M26Y0K27 (2%, 26%, 0%, 27%)
(0.02 / 0.26 / 0.00 / 0.27)

CMYK percentages

%1.6
%26.2
%0
%26.67

Codes

Color #B88ABB in popluar color models

B8 8A BB
RGB 184 138 187
HSL 296° 26.49% 63.73%
HSB/HSV 296° 26.20% 73.33%
CMYK 1.60% 26.20% 0.00%
26.67%

Color #B88ABB in popluar number systems.

HEX B8 8A BB
Decimal 184 138 187
Binary 10111000 10001010 10111011
Octal 270 212 273

Shades and tints

Shades of #B88ABB

#B88ABB
(184,138,187)
#A87EAA
(168,126,170)
#987299
(152,114,153)
#886688
(136,102,136)
#785A77
(120,90,119)
#684E66
(104,78,102)
#584255
(88,66,85)
#483644
(72,54,68)
#382A33
(56,42,51)
#281E22
(40,30,34)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #B88ABB

#B88ABB
(184,138,187)
#BE94C1
(190,148,193)
#C49EC7
(196,158,199)
#CAA8CD
(202,168,205)
#D0B2D3
(208,178,211)
#D6BCD9
(214,188,217)
#DCC6DF
(220,198,223)
#E2D0E5
(226,208,229)
#E8DAEB
(232,218,235)
#EEE4F1
(238,228,241)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88ABB; }

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

This text font color is #B88ABB.

Background Color

.myBgColor { background-color: #B88ABB; }

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

This div background color is #B88ABB.

Border color

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

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

This div border color is #B88ABB.

Opacity

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

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

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

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

This text has shadow with #B88ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88ABB.

Preview

Color preview on black background

This text has color #B88ABB on black background.


Color preview on white background

This text has color #B88ABB on white background.


Black color preview on #B88ABB background

This text has black color on #B88ABB background.


White color preview on #B88ABB background

This text has white color on #B88ABB background.


Related colors

Complementary color

Complementary color for #hex is #477544.


I love getcolorcode.com

Triadic colors

1 #BBB88A and #8ABBB8 with #B88ABB are triadic colors.

2 #BB8AB8 and #8AB8BB with #B88ABB are triadic colors.