COLOR #B88FAD

HEX: #B88FAD RGB: (184,143,173)

Color info

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

RGB color model

#B88FAD color RGB value is (184,143,173).

RGB: (184,143,173) (72%, 56%, 68%)

RGB channels and saturation

R 184 of 255 = 72%
G 143 of 255 = 56%
B 173 of 255 = 68%

184
143
173

R + G + B ~ 65%. #B88FAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 143 + 173 = 500 (100%)
R 184 of 500 ~ 36.8%
G 143 of 500 ~ 28.6%
B 173 of 500 ~ 34.6'%

%36.8
%28.6
%34.6

CMYK color model

#B88FAD color CMYK value is (0,22,6,28).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 5.98%
  • key color value is 27.84%

CMYK: (0,22,6,28)
C0M22Y6K28 (0%, 22%, 6%, 28%)
(0.00 / 0.22 / 0.06 / 0.28)

CMYK percentages

%0
%22.28
%5.98
%27.84

Codes

Color #B88FAD in popluar color models

B8 8F AD
RGB 184 143 173
HSL 316° 22.40% 64.12%
HSB/HSV 316° 22.28% 72.16%
CMYK 0.00% 22.28% 5.98%
27.84%

Color #B88FAD in popluar number systems.

HEX B8 8F AD
Decimal 184 143 173
Binary 10111000 10001111 10101101
Octal 270 217 255

Shades and tints

Shades of #B88FAD

#B88FAD
(184,143,173)
#A8829E
(168,130,158)
#98758F
(152,117,143)
#886880
(136,104,128)
#785B71
(120,91,113)
#684E62
(104,78,98)
#584153
(88,65,83)
#483444
(72,52,68)
#382735
(56,39,53)
#281A26
(40,26,38)
#180D17
(24,13,23)
#000000
(0,0,0)

Tints of #B88FAD

#B88FAD
(184,143,173)
#BE99B4
(190,153,180)
#C4A3BB
(196,163,187)
#CAADC2
(202,173,194)
#D0B7C9
(208,183,201)
#D6C1D0
(214,193,208)
#DCCBD7
(220,203,215)
#E2D5DE
(226,213,222)
#E8DFE5
(232,223,229)
#EEE9EC
(238,233,236)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88FAD color. Also use rgb(184,143,173) instead hex code.

Text Font Color

.myTextColor { color: #B88FAD; }

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

This text font color is #B88FAD.

Background Color

.myBgColor { background-color: #B88FAD; }

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

This div background color is #B88FAD.

Border color

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

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

This div border color is #B88FAD.

Opacity

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

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

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

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

This text has shadow with #B88FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88FAD.

Preview

Color preview on black background

This text has color #B88FAD on black background.


Color preview on white background

This text has color #B88FAD on white background.


Black color preview on #B88FAD background

This text has black color on #B88FAD background.


White color preview on #B88FAD background

This text has white color on #B88FAD background.


Related colors

Complementary color

Complementary color for #hex is #477052.


I love getcolorcode.com

Triadic colors

1 #ADB88F and #8FADB8 with #B88FAD are triadic colors.

2 #AD8FB8 and #8FB8AD with #B88FAD are triadic colors.