COLOR #B88DA3

HEX: #B88DA3
RGB: (184,141,163)

Color info

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

RGB color model

#B88DA3 color RGB value is (184,141,163).

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

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 163 of 255 = 64%

184
141
163

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

Portions of RGB colors in percentages

R + G + B =
184 + 141 + 163 = 488 (100%)
R 184 of 488 ~ 37.7%
G 141 of 488 ~ 28.89%
B 163 of 488 ~ 33.4%

%37.7
%28.89
%33.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.37%
  • 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
%23.37
%11.41
%27.84

Codes

Color #B88DA3 in popluar color models

B88DA3
RGB184141163
HSL329°23.24%63.73%
HSB/HSV329°23.37%72.16%
CMYK0.00%23.37%11.41%
27.84%

Color #B88DA3 in popluar number systems.

HEXB88DA3
Decimal184141163
Binary101110001000110110100011
Octal270215243

Shades and tints

Shades of #B88DA3

#B88DA3
(184,141,163)
#A88195
(168,129,149)
#987587
(152,117,135)
#886979
(136,105,121)
#785D6B
(120,93,107)
#68515D
(104,81,93)
#58454F
(88,69,79)
#483941
(72,57,65)
#382D33
(56,45,51)
#282125
(40,33,37)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #B88DA3

#B88DA3
(184,141,163)
#BE97AB
(190,151,171)
#C4A1B3
(196,161,179)
#CAABBB
(202,171,187)
#D0B5C3
(208,181,195)
#D6BFCB
(214,191,203)
#DCC9D3
(220,201,211)
#E2D3DB
(226,211,219)
#E8DDE3
(232,221,227)
#EEE7EB
(238,231,235)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88DA3; }

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

This text font color is #B88DA3.


Background Color

.myBgColor { background-color: #B88DA3; }

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

This div background color is #B88DA3.


Border color

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

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

This div border color is #B88DA3.


Opacity

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

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

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

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

This text has shadow with #B88DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88DA3 on black background.


Color preview on white background

This text has color #B88DA3 on white background.



Black color preview on #B88DA3 background

This text has black color on #B88DA3 background.


White color preview on #B88DA3 background

This text has white color on #B88DA3 background.