COLOR #BB88AD

HEX: #BB88AD
RGB: (187,136,173)

Color info

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

RGB color model

#BB88AD color RGB value is (187,136,173).

  • red value is 187;
  • green value is 136;
  • blue value is 173.
RGB:
(187,136,173)
(73%,53%,68%)

RGB channels and saturation

R 187 of 255 = 73%
G 136 of 255 = 53%
B 173 of 255 = 68%

187
136
173

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

Portions of RGB colors in percentages

R + G + B =
187 + 136 + 173 = 496 (100%)
R 187 of 496 ~ 37.7%
G 136 of 496 ~ 27.42%
B 173 of 496 ~ 34.88%

%37.7
%27.42
%34.88

CMYK color model

#BB88AD color CMYK value is (0,27,7,27).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 7.49%
  • key color value is 26.67%
CMYK:
(0,27,7,27)
C0M27Y7K27 
(0%,27%,7%,27%)
(0.00/0.27/0.07/0.27)	

CMYK percentages

%0
%27.27
%7.49
%26.67

Codes

Color #BB88AD in popluar color models

BB88AD
RGB187136173
HSL316°27.27%63.33%
HSB/HSV316°27.27%73.33%
CMYK0.00%27.27%7.49%
26.67%

Color #BB88AD in popluar number systems.

HEXBB88AD
Decimal187136173
Binary101110111000100010101101
Octal273210255

Shades and tints

Shades of #BB88AD

#BB88AD
(187,136,173)
#AA7C9E
(170,124,158)
#99708F
(153,112,143)
#886480
(136,100,128)
#775871
(119,88,113)
#664C62
(102,76,98)
#554053
(85,64,83)
#443444
(68,52,68)
#332835
(51,40,53)
#221C26
(34,28,38)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #BB88AD

#BB88AD
(187,136,173)
#C192B4
(193,146,180)
#C79CBB
(199,156,187)
#CDA6C2
(205,166,194)
#D3B0C9
(211,176,201)
#D9BAD0
(217,186,208)
#DFC4D7
(223,196,215)
#E5CEDE
(229,206,222)
#EBD8E5
(235,216,229)
#F1E2EC
(241,226,236)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB88AD color. Also use rgb(187,136,173) instead hex code.

Text Font Color

.myTextColor { color: #BB88AD; }

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

This text font color is #BB88AD.


Background Color

.myBgColor { background-color: #BB88AD; }

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

This div background color is #BB88AD.


Border color

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

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

This div border color is #BB88AD.


Opacity

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

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

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

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

This text has shadow with #BB88AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB88AD on black background.


Color preview on white background

This text has color #BB88AD on white background.



Black color preview on #BB88AD background

This text has black color on #BB88AD background.


White color preview on #BB88AD background

This text has white color on #BB88AD background.