COLOR #B486A8

HEX: #B486A8
RGB: (180,134,168)

Color info

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

RGB color model

#B486A8 color RGB value is (180,134,168).

  • red value is 180;
  • green value is 134;
  • blue value is 168.
RGB:
(180,134,168)
(71%,53%,66%)

RGB channels and saturation

R 180 of 255 = 71%
G 134 of 255 = 53%
B 168 of 255 = 66%

180
134
168

R + G + B ~ 63%. #B486A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 134 + 168 = 482 (100%)
R 180 of 482 ~ 37.34%
G 134 of 482 ~ 27.8%
B 168 of 482 ~ 34.85%

%37.34
%27.8
%34.85

CMYK color model

#B486A8 color CMYK value is (0,26,7,29).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 6.67%
  • key color value is 29.41%
CMYK:
(0,26,7,29)
C0M26Y7K29 
(0%,26%,7%,29%)
(0.00/0.26/0.07/0.29)	

CMYK percentages

%0
%25.56
%6.67
%29.41

Codes

Color #B486A8 in popluar color models

B486A8
RGB180134168
HSL316°23.47%61.57%
HSB/HSV316°25.56%70.59%
CMYK0.00%25.56%6.67%
29.41%

Color #B486A8 in popluar number systems.

HEXB486A8
Decimal180134168
Binary101101001000011010101000
Octal264206250

Shades and tints

Shades of #B486A8

#B486A8
(180,134,168)
#A47A99
(164,122,153)
#946E8A
(148,110,138)
#84627B
(132,98,123)
#74566C
(116,86,108)
#644A5D
(100,74,93)
#543E4E
(84,62,78)
#44323F
(68,50,63)
#342630
(52,38,48)
#241A21
(36,26,33)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #B486A8

#B486A8
(180,134,168)
#BA91AF
(186,145,175)
#C09CB6
(192,156,182)
#C6A7BD
(198,167,189)
#CCB2C4
(204,178,196)
#D2BDCB
(210,189,203)
#D8C8D2
(216,200,210)
#DED3D9
(222,211,217)
#E4DEE0
(228,222,224)
#EAE9E7
(234,233,231)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B486A8 color. Also use rgb(180,134,168) instead hex code.

Text Font Color

.myTextColor { color: #B486A8; }

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

This text font color is #B486A8.


Background Color

.myBgColor { background-color: #B486A8; }

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

This div background color is #B486A8.


Border color

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

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

This div border color is #B486A8.


Opacity

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

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

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

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

This text has shadow with #B486A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B486A8 on black background.


Color preview on white background

This text has color #B486A8 on white background.



Black color preview on #B486A8 background

This text has black color on #B486A8 background.


White color preview on #B486A8 background

This text has white color on #B486A8 background.