COLOR #B874AD

HEX: #B874AD
RGB: (184,116,173)

Color info

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

RGB color model

#B874AD color RGB value is (184,116,173).

  • red value is 184;
  • green value is 116;
  • blue value is 173.
RGB:
(184,116,173)
(72%,45%,68%)

RGB channels and saturation

R 184 of 255 = 72%
G 116 of 255 = 45%
B 173 of 255 = 68%

184
116
173

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

Portions of RGB colors in percentages

R + G + B =
184 + 116 + 173 = 473 (100%)
R 184 of 473 ~ 38.9%
G 116 of 473 ~ 24.52%
B 173 of 473 ~ 36.58%

%38.9
%24.52
%36.58

CMYK color model

#B874AD color CMYK value is (0,37,6,28).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 5.98%
  • key color value is 27.84%
CMYK:
(0,37,6,28)
C0M37Y6K28 
(0%,37%,6%,28%)
(0.00/0.37/0.06/0.28)	

CMYK percentages

%0
%36.96
%5.98
%27.84

Codes

Color #B874AD in popluar color models

B874AD
RGB184116173
HSL310°32.38%58.82%
HSB/HSV310°36.96%72.16%
CMYK0.00%36.96%5.98%
27.84%

Color #B874AD in popluar number systems.

HEXB874AD
Decimal184116173
Binary10111000111010010101101
Octal270164255

Shades and tints

Shades of #B874AD

#B874AD
(184,116,173)
#A86A9E
(168,106,158)
#98608F
(152,96,143)
#885680
(136,86,128)
#784C71
(120,76,113)
#684262
(104,66,98)
#583853
(88,56,83)
#482E44
(72,46,68)
#382435
(56,36,53)
#281A26
(40,26,38)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #B874AD

#B874AD
(184,116,173)
#BE80B4
(190,128,180)
#C48CBB
(196,140,187)
#CA98C2
(202,152,194)
#D0A4C9
(208,164,201)
#D6B0D0
(214,176,208)
#DCBCD7
(220,188,215)
#E2C8DE
(226,200,222)
#E8D4E5
(232,212,229)
#EEE0EC
(238,224,236)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B874AD color. Also use rgb(184,116,173) instead hex code.

Text Font Color

.myTextColor { color: #B874AD; }

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

This text font color is #B874AD.


Background Color

.myBgColor { background-color: #B874AD; }

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

This div background color is #B874AD.


Border color

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

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

This div border color is #B874AD.


Opacity

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

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

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

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

This text has shadow with #B874AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B874AD on black background.


Color preview on white background

This text has color #B874AD on white background.



Black color preview on #B874AD background

This text has black color on #B874AD background.


White color preview on #B874AD background

This text has white color on #B874AD background.