COLOR #B88DBC

HEX: #B88DBC RGB: (184,141,188)

Color info

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

RGB color model

#B88DBC color RGB value is (184,141,188).

RGB: (184,141,188) (72%, 55%, 74%)

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 188 of 255 = 74%

184
141
188

R + G + B ~ 67%. #B88DBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 141 + 188 = 513 (100%)
R 184 of 513 ~ 35.87%
G 141 of 513 ~ 27.49%
B 188 of 513 ~ 36.65'%

%35.87
%27.49
%36.65

CMYK color model

#B88DBC color CMYK value is (2,25,0,26).

  • cyan value is 2.13%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (2,25,0,26)
C2M25Y0K26 (2%, 25%, 0%, 26%)
(0.02 / 0.25 / 0.00 / 0.26)

CMYK percentages

%2.13
%25
%0
%26.27

Codes

Color #B88DBC in popluar color models

B8 8D BC
RGB 184 141 188
HSL 295° 25.97% 64.51%
HSB/HSV 295° 25.00% 73.73%
CMYK 2.13% 25.00% 0.00%
26.27%

Color #B88DBC in popluar number systems.

HEX B8 8D BC
Decimal 184 141 188
Binary 10111000 10001101 10111100
Octal 270 215 274

Shades and tints

Shades of #B88DBC

#B88DBC
(184,141,188)
#A881AB
(168,129,171)
#98759A
(152,117,154)
#886989
(136,105,137)
#785D78
(120,93,120)
#685167
(104,81,103)
#584556
(88,69,86)
#483945
(72,57,69)
#382D34
(56,45,52)
#282123
(40,33,35)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #B88DBC

#B88DBC
(184,141,188)
#BE97C2
(190,151,194)
#C4A1C8
(196,161,200)
#CAABCE
(202,171,206)
#D0B5D4
(208,181,212)
#D6BFDA
(214,191,218)
#DCC9E0
(220,201,224)
#E2D3E6
(226,211,230)
#E8DDEC
(232,221,236)
#EEE7F2
(238,231,242)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88DBC color. Also use rgb(184,141,188) instead hex code.

Text Font Color

.myTextColor { color: #B88DBC; }

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

This text font color is #B88DBC.

Background Color

.myBgColor { background-color: #B88DBC; }

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

This div background color is #B88DBC.

Border color

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

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

This div border color is #B88DBC.

Opacity

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

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

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

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

This text has shadow with #B88DBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88DBC.

Preview

Color preview on black background

This text has color #B88DBC on black background.


Color preview on white background

This text has color #B88DBC on white background.


Black color preview on #B88DBC background

This text has black color on #B88DBC background.


White color preview on #B88DBC background

This text has white color on #B88DBC background.


Related colors

Complementary color

Complementary color for #hex is #477243.


I love getcolorcode.com

Triadic colors

1 #BCB88D and #8DBCB8 with #B88DBC are triadic colors.

2 #BC8DB8 and #8DB8BC with #B88DBC are triadic colors.