COLOR #B88FAE

HEX: #B88FAE
RGB: (184,143,174)

Color info

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

RGB color model

#B88FAE color RGB value is (184,143,174).

  • red value is 184;
  • green value is 143;
  • blue value is 174.
RGB:
(184,143,174)
(72%,56%,68%)

RGB channels and saturation

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

184
143
174

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

Portions of RGB colors in percentages

R + G + B =
184 + 143 + 174 = 501 (100%)
R 184 of 501 ~ 36.73%
G 143 of 501 ~ 28.54%
B 174 of 501 ~ 34.73%

%36.73
%28.54
%34.73

CMYK color model

#B88FAE color CMYK value is (0,22,5,28).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 5.43%
  • key color value is 27.84%
CMYK:
(0,22,5,28)
C0M22Y5K28 
(0%,22%,5%,28%)
(0.00/0.22/0.05/0.28)	

CMYK percentages

%0
%22.28
%5.43
%27.84

Codes

Color #B88FAE in popluar color models

B88FAE
RGB184143174
HSL315°22.40%64.12%
HSB/HSV315°22.28%72.16%
CMYK0.00%22.28%5.43%
27.84%

Color #B88FAE in popluar number systems.

HEXB88FAE
Decimal184143174
Binary101110001000111110101110
Octal270217256

Shades and tints

Shades of #B88FAE

#B88FAE
(184,143,174)
#A8829F
(168,130,159)
#987590
(152,117,144)
#886881
(136,104,129)
#785B72
(120,91,114)
#684E63
(104,78,99)
#584154
(88,65,84)
#483445
(72,52,69)
#382736
(56,39,54)
#281A27
(40,26,39)
#180D18
(24,13,24)
#000000
(0,0,0)

Tints of #B88FAE

#B88FAE
(184,143,174)
#BE99B5
(190,153,181)
#C4A3BC
(196,163,188)
#CAADC3
(202,173,195)
#D0B7CA
(208,183,202)
#D6C1D1
(214,193,209)
#DCCBD8
(220,203,216)
#E2D5DF
(226,213,223)
#E8DFE6
(232,223,230)
#EEE9ED
(238,233,237)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88FAE; }

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

This text font color is #B88FAE.


Background Color

.myBgColor { background-color: #B88FAE; }

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

This div background color is #B88FAE.


Border color

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

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

This div border color is #B88FAE.


Opacity

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

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

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

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

This text has shadow with #B88FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88FAE on black background.


Color preview on white background

This text has color #B88FAE on white background.



Black color preview on #B88FAE background

This text has black color on #B88FAE background.


White color preview on #B88FAE background

This text has white color on #B88FAE background.