COLOR #B882AD

HEX: #B882AD
RGB: (184,130,173)

Color info

#B882AD contains red, green and blue colors in about the same proportion. Web safe color of #B882AD is #CC9999 (or #C99).

RGB color model

#B882AD color RGB value is (184,130,173).

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

RGB channels and saturation

R 184 of 255 = 72%
G 130 of 255 = 51%
B 173 of 255 = 68%

184
130
173

R + G + B ~ 64%. #B882AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 130 + 173 = 487 (100%)
R 184 of 487 ~ 37.78%
G 130 of 487 ~ 26.69%
B 173 of 487 ~ 35.52%

%37.78
%26.69
%35.52

CMYK color model

#B882AD color CMYK value is (0,29,6,28).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 5.98%
  • key color value is 27.84%
CMYK:
(0,29,6,28)
C0M29Y6K28 
(0%,29%,6%,28%)
(0.00/0.29/0.06/0.28)	

CMYK percentages

%0
%29.35
%5.98
%27.84

Codes

Color #B882AD in popluar color models

B882AD
RGB184130173
HSL312°27.55%61.57%
HSB/HSV312°29.35%72.16%
CMYK0.00%29.35%5.98%
27.84%

Color #B882AD in popluar number systems.

HEXB882AD
Decimal184130173
Binary101110001000001010101101
Octal270202255

Shades and tints

Shades of #B882AD

#B882AD
(184,130,173)
#A8779E
(168,119,158)
#986C8F
(152,108,143)
#886180
(136,97,128)
#785671
(120,86,113)
#684B62
(104,75,98)
#584053
(88,64,83)
#483544
(72,53,68)
#382A35
(56,42,53)
#281F26
(40,31,38)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #B882AD

#B882AD
(184,130,173)
#BE8DB4
(190,141,180)
#C498BB
(196,152,187)
#CAA3C2
(202,163,194)
#D0AEC9
(208,174,201)
#D6B9D0
(214,185,208)
#DCC4D7
(220,196,215)
#E2CFDE
(226,207,222)
#E8DAE5
(232,218,229)
#EEE5EC
(238,229,236)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B882AD; }

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

This text font color is #B882AD.


Background Color

.myBgColor { background-color: #B882AD; }

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

This div background color is #B882AD.


Border color

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

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

This div border color is #B882AD.


Opacity

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

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

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

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

This text has shadow with #B882AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B882AD on black background.


Color preview on white background

This text has color #B882AD on white background.



Black color preview on #B882AD background

This text has black color on #B882AD background.


White color preview on #B882AD background

This text has white color on #B882AD background.