COLOR #BB83A8

HEX: #BB83A8
RGB: (187,131,168)

Color info

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

RGB color model

#BB83A8 color RGB value is (187,131,168).

  • red value is 187;
  • green value is 131;
  • blue value is 168.
RGB:
(187,131,168)
(73%,51%,66%)

RGB channels and saturation

R 187 of 255 = 73%
G 131 of 255 = 51%
B 168 of 255 = 66%

187
131
168

R + G + B ~ 63%. #BB83A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 131 + 168 = 486 (100%)
R 187 of 486 ~ 38.48%
G 131 of 486 ~ 26.95%
B 168 of 486 ~ 34.57%

%38.48
%26.95
%34.57

CMYK color model

#BB83A8 color CMYK value is (0,30,10,27).

  • cyan value is 0.00%
  • magenta value is 29.95%
  • yellow value is 10.16%
  • key color value is 26.67%
CMYK:
(0,30,10,27)
C0M30Y10K27 
(0%,30%,10%,27%)
(0.00/0.30/0.10/0.27)	

CMYK percentages

%0
%29.95
%10.16
%26.67

Codes

Color #BB83A8 in popluar color models

BB83A8
RGB187131168
HSL320°29.17%62.35%
HSB/HSV320°29.95%73.33%
CMYK0.00%29.95%10.16%
26.67%

Color #BB83A8 in popluar number systems.

HEXBB83A8
Decimal187131168
Binary101110111000001110101000
Octal273203250

Shades and tints

Shades of #BB83A8

#BB83A8
(187,131,168)
#AA7899
(170,120,153)
#996D8A
(153,109,138)
#88627B
(136,98,123)
#77576C
(119,87,108)
#664C5D
(102,76,93)
#55414E
(85,65,78)
#44363F
(68,54,63)
#332B30
(51,43,48)
#222021
(34,32,33)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #BB83A8

#BB83A8
(187,131,168)
#C18EAF
(193,142,175)
#C799B6
(199,153,182)
#CDA4BD
(205,164,189)
#D3AFC4
(211,175,196)
#D9BACB
(217,186,203)
#DFC5D2
(223,197,210)
#E5D0D9
(229,208,217)
#EBDBE0
(235,219,224)
#F1E6E7
(241,230,231)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB83A8 color. Also use rgb(187,131,168) instead hex code.

Text Font Color

.myTextColor { color: #BB83A8; }

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

This text font color is #BB83A8.


Background Color

.myBgColor { background-color: #BB83A8; }

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

This div background color is #BB83A8.


Border color

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

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

This div border color is #BB83A8.


Opacity

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

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

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

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

This text has shadow with #BB83A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB83A8 on black background.


Color preview on white background

This text has color #BB83A8 on white background.



Black color preview on #BB83A8 background

This text has black color on #BB83A8 background.


White color preview on #BB83A8 background

This text has white color on #BB83A8 background.