COLOR #BB8DAF

HEX: #BB8DAF
RGB: (187,141,175)

Color info

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

RGB color model

#BB8DAF color RGB value is (187,141,175).

  • red value is 187;
  • green value is 141;
  • blue value is 175.
RGB:
(187,141,175)
(73%,55%,69%)

RGB channels and saturation

R 187 of 255 = 73%
G 141 of 255 = 55%
B 175 of 255 = 69%

187
141
175

R + G + B ~ 66%. #BB8DAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 141 + 175 = 503 (100%)
R 187 of 503 ~ 37.18%
G 141 of 503 ~ 28.03%
B 175 of 503 ~ 34.79%

%37.18
%28.03
%34.79

CMYK color model

#BB8DAF color CMYK value is (0,25,6,27).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 6.42%
  • key color value is 26.67%
CMYK:
(0,25,6,27)
C0M25Y6K27 
(0%,25%,6%,27%)
(0.00/0.25/0.06/0.27)	

CMYK percentages

%0
%24.6
%6.42
%26.67

Codes

Color #BB8DAF in popluar color models

BB8DAF
RGB187141175
HSL316°25.27%64.31%
HSB/HSV316°24.60%73.33%
CMYK0.00%24.60%6.42%
26.67%

Color #BB8DAF in popluar number systems.

HEXBB8DAF
Decimal187141175
Binary101110111000110110101111
Octal273215257

Shades and tints

Shades of #BB8DAF

#BB8DAF
(187,141,175)
#AA81A0
(170,129,160)
#997591
(153,117,145)
#886982
(136,105,130)
#775D73
(119,93,115)
#665164
(102,81,100)
#554555
(85,69,85)
#443946
(68,57,70)
#332D37
(51,45,55)
#222128
(34,33,40)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #BB8DAF

#BB8DAF
(187,141,175)
#C197B6
(193,151,182)
#C7A1BD
(199,161,189)
#CDABC4
(205,171,196)
#D3B5CB
(211,181,203)
#D9BFD2
(217,191,210)
#DFC9D9
(223,201,217)
#E5D3E0
(229,211,224)
#EBDDE7
(235,221,231)
#F1E7EE
(241,231,238)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8DAF color. Also use rgb(187,141,175) instead hex code.

Text Font Color

.myTextColor { color: #BB8DAF; }

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

This text font color is #BB8DAF.


Background Color

.myBgColor { background-color: #BB8DAF; }

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

This div background color is #BB8DAF.


Border color

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

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

This div border color is #BB8DAF.


Opacity

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

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

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

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

This text has shadow with #BB8DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8DAF on black background.


Color preview on white background

This text has color #BB8DAF on white background.



Black color preview on #BB8DAF background

This text has black color on #BB8DAF background.


White color preview on #BB8DAF background

This text has white color on #BB8DAF background.