COLOR #B493B0

HEX: #B493B0
RGB: (180,147,176)

Color info

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

RGB color model

#B493B0 color RGB value is (180,147,176).

  • red value is 180;
  • green value is 147;
  • blue value is 176.
RGB:
(180,147,176)
(71%,58%,69%)

RGB channels and saturation

R 180 of 255 = 71%
G 147 of 255 = 58%
B 176 of 255 = 69%

180
147
176

R + G + B ~ 66%. #B493B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 147 + 176 = 503 (100%)
R 180 of 503 ~ 35.79%
G 147 of 503 ~ 29.22%
B 176 of 503 ~ 34.99%

%35.79
%29.22
%34.99

CMYK color model

#B493B0 color CMYK value is (0,18,2,29).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 2.22%
  • key color value is 29.41%
CMYK:
(0,18,2,29)
C0M18Y2K29 
(0%,18%,2%,29%)
(0.00/0.18/0.02/0.29)	

CMYK percentages

%0
%18.33
%2.22
%29.41

Codes

Color #B493B0 in popluar color models

B493B0
RGB180147176
HSL307°18.03%64.12%
HSB/HSV307°18.33%70.59%
CMYK0.00%18.33%2.22%
29.41%

Color #B493B0 in popluar number systems.

HEXB493B0
Decimal180147176
Binary101101001001001110110000
Octal264223260

Shades and tints

Shades of #B493B0

#B493B0
(180,147,176)
#A486A0
(164,134,160)
#947990
(148,121,144)
#846C80
(132,108,128)
#745F70
(116,95,112)
#645260
(100,82,96)
#544550
(84,69,80)
#443840
(68,56,64)
#342B30
(52,43,48)
#241E20
(36,30,32)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #B493B0

#B493B0
(180,147,176)
#BA9CB7
(186,156,183)
#C0A5BE
(192,165,190)
#C6AEC5
(198,174,197)
#CCB7CC
(204,183,204)
#D2C0D3
(210,192,211)
#D8C9DA
(216,201,218)
#DED2E1
(222,210,225)
#E4DBE8
(228,219,232)
#EAE4EF
(234,228,239)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B493B0 color. Also use rgb(180,147,176) instead hex code.

Text Font Color

.myTextColor { color: #B493B0; }

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

This text font color is #B493B0.


Background Color

.myBgColor { background-color: #B493B0; }

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

This div background color is #B493B0.


Border color

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

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

This div border color is #B493B0.


Opacity

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

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

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

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

This text has shadow with #B493B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B493B0 on black background.


Color preview on white background

This text has color #B493B0 on white background.



Black color preview on #B493B0 background

This text has black color on #B493B0 background.


White color preview on #B493B0 background

This text has white color on #B493B0 background.