COLOR #B491A8

HEX: #B491A8
RGB: (180,145,168)

Color info

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

RGB color model

#B491A8 color RGB value is (180,145,168).

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

RGB channels and saturation

R 180 of 255 = 71%
G 145 of 255 = 57%
B 168 of 255 = 66%

180
145
168

R + G + B ~ 65%. #B491A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 145 + 168 = 493 (100%)
R 180 of 493 ~ 36.51%
G 145 of 493 ~ 29.41%
B 168 of 493 ~ 34.08%

%36.51
%29.41
%34.08

CMYK color model

#B491A8 color CMYK value is (0,19,7,29).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 6.67%
  • key color value is 29.41%
CMYK: (0,19,7,29) C0M19Y7K29 (0%,19%,7%,29%) (0.00/0.19/0.07/0.29)

CMYK percentages

%0
%19.44
%6.67
%29.41

Codes

Color #B491A8 in popluar color models

B491A8
RGB180145168
HSL321°18.92%63.73%
HSB/HSV321°19.44%70.59%
CMYK0.00%19.44%6.67%
29.41%

Color #B491A8 in popluar number systems.

HEXB491A8
Decimal180145168
Binary101101001001000110101000
Octal264221250

Shades and tints

Shades of #B491A8

#B491A8
(180,145,168)
#A48499
(164,132,153)
#94778A
(148,119,138)
#846A7B
(132,106,123)
#745D6C
(116,93,108)
#64505D
(100,80,93)
#54434E
(84,67,78)
#44363F
(68,54,63)
#342930
(52,41,48)
#241C21
(36,28,33)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #B491A8

#B491A8
(180,145,168)
#BA9BAF
(186,155,175)
#C0A5B6
(192,165,182)
#C6AFBD
(198,175,189)
#CCB9C4
(204,185,196)
#D2C3CB
(210,195,203)
#D8CDD2
(216,205,210)
#DED7D9
(222,215,217)
#E4E1E0
(228,225,224)
#EAEBE7
(234,235,231)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B491A8; }

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

This text font color is #B491A8.


Background Color

.myBgColor { background-color: #B491A8; }

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

This div background color is #B491A8.


Border color

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

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

This div border color is #B491A8.


Opacity

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

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

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

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

This text has shadow with #B491A8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B491A8 on black background.


Color preview on white background

This text has color #B491A8 on white background.



Black color preview on #B491A8 background

This text has black color on #B491A8 background.


White color preview on #B491A8 background

This text has white color on #B491A8 background.