COLOR #B070A9

HEX: #B070A9
RGB: (176,112,169)

Color info

#B070A9 contains mainly red and blue colors. Web safe color of #B070A9 is #996699 (or #969).

RGB color model

#B070A9 color RGB value is (176,112,169).

  • red value is 176;
  • green value is 112;
  • blue value is 169.
RGB:
(176,112,169)
(69%,44%,66%)

RGB channels and saturation

R 176 of 255 = 69%
G 112 of 255 = 44%
B 169 of 255 = 66%

176
112
169

R + G + B ~ 60%. #B070A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 112 + 169 = 457 (100%)
R 176 of 457 ~ 38.51%
G 112 of 457 ~ 24.51%
B 169 of 457 ~ 36.98%

%38.51
%24.51
%36.98

CMYK color model

#B070A9 color CMYK value is (0,36,4,31).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 3.98%
  • key color value is 30.98%
CMYK:
(0,36,4,31)
C0M36Y4K31 
(0%,36%,4%,31%)
(0.00/0.36/0.04/0.31)	

CMYK percentages

%0
%36.36
%3.98
%30.98

Codes

Color #B070A9 in popluar color models

B070A9
RGB176112169
HSL307°28.83%56.47%
HSB/HSV307°36.36%69.02%
CMYK0.00%36.36%3.98%
30.98%

Color #B070A9 in popluar number systems.

HEXB070A9
Decimal176112169
Binary10110000111000010101001
Octal260160251

Shades and tints

Shades of #B070A9

#B070A9
(176,112,169)
#A0669A
(160,102,154)
#905C8B
(144,92,139)
#80527C
(128,82,124)
#70486D
(112,72,109)
#603E5E
(96,62,94)
#50344F
(80,52,79)
#402A40
(64,42,64)
#302031
(48,32,49)
#201622
(32,22,34)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #B070A9

#B070A9
(176,112,169)
#B77DB0
(183,125,176)
#BE8AB7
(190,138,183)
#C597BE
(197,151,190)
#CCA4C5
(204,164,197)
#D3B1CC
(211,177,204)
#DABED3
(218,190,211)
#E1CBDA
(225,203,218)
#E8D8E1
(232,216,225)
#EFE5E8
(239,229,232)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B070A9 color. Also use rgb(176,112,169) instead hex code.

Text Font Color

.myTextColor { color: #B070A9; }

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

This text font color is #B070A9.


Background Color

.myBgColor { background-color: #B070A9; }

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

This div background color is #B070A9.


Border color

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

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

This div border color is #B070A9.


Opacity

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

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

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

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

This text has shadow with #B070A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B070A9 on black background.


Color preview on white background

This text has color #B070A9 on white background.



Black color preview on #B070A9 background

This text has black color on #B070A9 background.


White color preview on #B070A9 background

This text has white color on #B070A9 background.