COLOR #B770AA

HEX: #B770AA
RGB: (183,112,170)

Color info

#B770AA contains mainly red and blue colors. Web safe color of #B770AA is #CC6699 (or #C69).

RGB color model

#B770AA color RGB value is (183,112,170).

  • red value is 183;
  • green value is 112;
  • blue value is 170.
RGB:
(183,112,170)
(72%,44%,67%)

RGB channels and saturation

R 183 of 255 = 72%
G 112 of 255 = 44%
B 170 of 255 = 67%

183
112
170

R + G + B ~ 61%. #B770AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 112 + 170 = 465 (100%)
R 183 of 465 ~ 39.35%
G 112 of 465 ~ 24.09%
B 170 of 465 ~ 36.56%

%39.35
%24.09
%36.56

CMYK color model

#B770AA color CMYK value is (0,39,7,28).

  • cyan value is 0.00%
  • magenta value is 38.80%
  • yellow value is 7.10%
  • key color value is 28.24%
CMYK:
(0,39,7,28)
C0M39Y7K28 
(0%,39%,7%,28%)
(0.00/0.39/0.07/0.28)	

CMYK percentages

%0
%38.8
%7.1
%28.24

Codes

Color #B770AA in popluar color models

B770AA
RGB183112170
HSL311°33.02%57.84%
HSB/HSV311°38.80%71.76%
CMYK0.00%38.80%7.10%
28.24%

Color #B770AA in popluar number systems.

HEXB770AA
Decimal183112170
Binary10110111111000010101010
Octal267160252

Shades and tints

Shades of #B770AA

#B770AA
(183,112,170)
#A7669B
(167,102,155)
#975C8C
(151,92,140)
#87527D
(135,82,125)
#77486E
(119,72,110)
#673E5F
(103,62,95)
#573450
(87,52,80)
#472A41
(71,42,65)
#372032
(55,32,50)
#271623
(39,22,35)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #B770AA

#B770AA
(183,112,170)
#BD7DB1
(189,125,177)
#C38AB8
(195,138,184)
#C997BF
(201,151,191)
#CFA4C6
(207,164,198)
#D5B1CD
(213,177,205)
#DBBED4
(219,190,212)
#E1CBDB
(225,203,219)
#E7D8E2
(231,216,226)
#EDE5E9
(237,229,233)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B770AA color. Also use rgb(183,112,170) instead hex code.

Text Font Color

.myTextColor { color: #B770AA; }

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

This text font color is #B770AA.


Background Color

.myBgColor { background-color: #B770AA; }

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

This div background color is #B770AA.


Border color

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

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

This div border color is #B770AA.


Opacity

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

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

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

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

This text has shadow with #B770AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B770AA on black background.


Color preview on white background

This text has color #B770AA on white background.



Black color preview on #B770AA background

This text has black color on #B770AA background.


White color preview on #B770AA background

This text has white color on #B770AA background.