COLOR #B974AC

HEX: #B974AC
RGB: (185,116,172)

Color info

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

RGB color model

#B974AC color RGB value is (185,116,172).

  • red value is 185;
  • green value is 116;
  • blue value is 172.
RGB:
(185,116,172)
(73%,45%,67%)

RGB channels and saturation

R 185 of 255 = 73%
G 116 of 255 = 45%
B 172 of 255 = 67%

185
116
172

R + G + B ~ 62%. #B974AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 116 + 172 = 473 (100%)
R 185 of 473 ~ 39.11%
G 116 of 473 ~ 24.52%
B 172 of 473 ~ 36.36%

%39.11
%24.52
%36.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.30%
  • yellow value is 7.03%
  • key color value is 27.45%
CMYK:
(0,37,7,27)
C0M37Y7K27 
(0%,37%,7%,27%)
(0.00/0.37/0.07/0.27)	

CMYK percentages

%0
%37.3
%7.03
%27.45

Codes

Color #B974AC in popluar color models

B974AC
RGB185116172
HSL311°33.01%59.02%
HSB/HSV311°37.30%72.55%
CMYK0.00%37.30%7.03%
27.45%

Color #B974AC in popluar number systems.

HEXB974AC
Decimal185116172
Binary10111001111010010101100
Octal271164254

Shades and tints

Shades of #B974AC

#B974AC
(185,116,172)
#A96A9D
(169,106,157)
#99608E
(153,96,142)
#89567F
(137,86,127)
#794C70
(121,76,112)
#694261
(105,66,97)
#593852
(89,56,82)
#492E43
(73,46,67)
#392434
(57,36,52)
#291A25
(41,26,37)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #B974AC

#B974AC
(185,116,172)
#BF80B3
(191,128,179)
#C58CBA
(197,140,186)
#CB98C1
(203,152,193)
#D1A4C8
(209,164,200)
#D7B0CF
(215,176,207)
#DDBCD6
(221,188,214)
#E3C8DD
(227,200,221)
#E9D4E4
(233,212,228)
#EFE0EB
(239,224,235)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B974AC color. Also use rgb(185,116,172) instead hex code.

Text Font Color

.myTextColor { color: #B974AC; }

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

This text font color is #B974AC.


Background Color

.myBgColor { background-color: #B974AC; }

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

This div background color is #B974AC.


Border color

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

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

This div border color is #B974AC.


Opacity

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

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

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

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

This text has shadow with #B974AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B974AC on black background.


Color preview on white background

This text has color #B974AC on white background.



Black color preview on #B974AC background

This text has black color on #B974AC background.


White color preview on #B974AC background

This text has white color on #B974AC background.