COLOR #B88EA3

HEX: #B88EA3
RGB: (184,142,163)

Color info

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

RGB color model

#B88EA3 color RGB value is (184,142,163).

  • red value is 184;
  • green value is 142;
  • blue value is 163.
RGB:
(184,142,163)
(72%,56%,64%)

RGB channels and saturation

R 184 of 255 = 72%
G 142 of 255 = 56%
B 163 of 255 = 64%

184
142
163

R + G + B ~ 64%. #B88EA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 142 + 163 = 489 (100%)
R 184 of 489 ~ 37.63%
G 142 of 489 ~ 29.04%
B 163 of 489 ~ 33.33%

%37.63
%29.04
%33.33

CMYK color model

#B88EA3 color CMYK value is (0,23,11,28).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 11.41%
  • key color value is 27.84%
CMYK:
(0,23,11,28)
C0M23Y11K28 
(0%,23%,11%,28%)
(0.00/0.23/0.11/0.28)	

CMYK percentages

%0
%22.83
%11.41
%27.84

Codes

Color #B88EA3 in popluar color models

B88EA3
RGB184142163
HSL330°22.83%63.92%
HSB/HSV330°22.83%72.16%
CMYK0.00%22.83%11.41%
27.84%

Color #B88EA3 in popluar number systems.

HEXB88EA3
Decimal184142163
Binary101110001000111010100011
Octal270216243

Shades and tints

Shades of #B88EA3

#B88EA3
(184,142,163)
#A88295
(168,130,149)
#987687
(152,118,135)
#886A79
(136,106,121)
#785E6B
(120,94,107)
#68525D
(104,82,93)
#58464F
(88,70,79)
#483A41
(72,58,65)
#382E33
(56,46,51)
#282225
(40,34,37)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #B88EA3

#B88EA3
(184,142,163)
#BE98AB
(190,152,171)
#C4A2B3
(196,162,179)
#CAACBB
(202,172,187)
#D0B6C3
(208,182,195)
#D6C0CB
(214,192,203)
#DCCAD3
(220,202,211)
#E2D4DB
(226,212,219)
#E8DEE3
(232,222,227)
#EEE8EB
(238,232,235)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88EA3 color. Also use rgb(184,142,163) instead hex code.

Text Font Color

.myTextColor { color: #B88EA3; }

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

This text font color is #B88EA3.


Background Color

.myBgColor { background-color: #B88EA3; }

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

This div background color is #B88EA3.


Border color

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

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

This div border color is #B88EA3.


Opacity

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

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

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

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

This text has shadow with #B88EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88EA3 on black background.


Color preview on white background

This text has color #B88EA3 on white background.



Black color preview on #B88EA3 background

This text has black color on #B88EA3 background.


White color preview on #B88EA3 background

This text has white color on #B88EA3 background.