COLOR #B970A9

HEX: #B970A9 RGB: (185,112,169)

Color info

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

RGB color model

#B970A9 color RGB value is (185,112,169).

RGB: (185,112,169) (73%, 44%, 66%)

RGB channels and saturation

R 185 of 255 = 73%
G 112 of 255 = 44%
B 169 of 255 = 66%

185
112
169

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

Portions of RGB colors in percentages

R + G + B = 185 + 112 + 169 = 466 (100%)
R 185 of 466 ~ 39.7%
G 112 of 466 ~ 24.03%
B 169 of 466 ~ 36.27'%

%39.7
%24.03
%36.27

CMYK color model

#B970A9 color CMYK value is (0,39,9,27).

  • cyan value is 0.00%
  • magenta value is 39.46%
  • yellow value is 8.65%
  • key color value is 27.45%

CMYK: (0,39,9,27)
C0M39Y9K27 (0%, 39%, 9%, 27%)
(0.00 / 0.39 / 0.09 / 0.27)

CMYK percentages

%0
%39.46
%8.65
%27.45

Codes

Color #B970A9 in popluar color models

B9 70 A9
RGB 185 112 169
HSL 313° 34.27% 58.24%
HSB/HSV 313° 39.46% 72.55%
CMYK 0.00% 39.46% 8.65%
27.45%

Color #B970A9 in popluar number systems.

HEX B9 70 A9
Decimal 185 112 169
Binary 10111001 1110000 10101001
Octal 271 160 251

Shades and tints

Shades of #B970A9

#B970A9
(185,112,169)
#A9669A
(169,102,154)
#995C8B
(153,92,139)
#89527C
(137,82,124)
#79486D
(121,72,109)
#693E5E
(105,62,94)
#59344F
(89,52,79)
#492A40
(73,42,64)
#392031
(57,32,49)
#291622
(41,22,34)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #B970A9

#B970A9
(185,112,169)
#BF7DB0
(191,125,176)
#C58AB7
(197,138,183)
#CB97BE
(203,151,190)
#D1A4C5
(209,164,197)
#D7B1CC
(215,177,204)
#DDBED3
(221,190,211)
#E3CBDA
(227,203,218)
#E9D8E1
(233,216,225)
#EFE5E8
(239,229,232)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B970A9; }

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

This text font color is #B970A9.

Background Color

.myBgColor { background-color: #B970A9; }

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

This div background color is #B970A9.

Border color

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

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

This div border color is #B970A9.

Opacity

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

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

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

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

This text has shadow with #B970A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B970A9.

Preview

Color preview on black background

This text has color #B970A9 on black background.


Color preview on white background

This text has color #B970A9 on white background.


Black color preview on #B970A9 background

This text has black color on #B970A9 background.


White color preview on #B970A9 background

This text has white color on #B970A9 background.


Related colors

Complementary color

Complementary color for #hex is #468F56.


I love getcolorcode.com

Triadic colors

1 #A9B970 and #70A9B9 with #B970A9 are triadic colors.

2 #A970B9 and #70B9A9 with #B970A9 are triadic colors.