COLOR #B493AD

HEX: #B493AD RGB: (180,147,173)

Color info

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

RGB color model

#B493AD color RGB value is (180,147,173).

RGB: (180,147,173) (71%, 58%, 68%)

RGB channels and saturation

R 180 of 255 = 71%
G 147 of 255 = 58%
B 173 of 255 = 68%

180
147
173

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

Portions of RGB colors in percentages

R + G + B = 180 + 147 + 173 = 500 (100%)
R 180 of 500 ~ 36%
G 147 of 500 ~ 29.4%
B 173 of 500 ~ 34.6'%

%36
%29.4
%34.6

CMYK color model

#B493AD color CMYK value is (0,18,4,29).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 3.89%
  • key color value is 29.41%

CMYK: (0,18,4,29)
C0M18Y4K29 (0%, 18%, 4%, 29%)
(0.00 / 0.18 / 0.04 / 0.29)

CMYK percentages

%0
%18.33
%3.89
%29.41

Codes

Color #B493AD in popluar color models

B4 93 AD
RGB 180 147 173
HSL 313° 18.03% 64.12%
HSB/HSV 313° 18.33% 70.59%
CMYK 0.00% 18.33% 3.89%
29.41%

Color #B493AD in popluar number systems.

HEX B4 93 AD
Decimal 180 147 173
Binary 10110100 10010011 10101101
Octal 264 223 255

Shades and tints

Shades of #B493AD

#B493AD
(180,147,173)
#A4869E
(164,134,158)
#94798F
(148,121,143)
#846C80
(132,108,128)
#745F71
(116,95,113)
#645262
(100,82,98)
#544553
(84,69,83)
#443844
(68,56,68)
#342B35
(52,43,53)
#241E26
(36,30,38)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #B493AD

#B493AD
(180,147,173)
#BA9CB4
(186,156,180)
#C0A5BB
(192,165,187)
#C6AEC2
(198,174,194)
#CCB7C9
(204,183,201)
#D2C0D0
(210,192,208)
#D8C9D7
(216,201,215)
#DED2DE
(222,210,222)
#E4DBE5
(228,219,229)
#EAE4EC
(234,228,236)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B493AD; }

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

This text font color is #B493AD.

Background Color

.myBgColor { background-color: #B493AD; }

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

This div background color is #B493AD.

Border color

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

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

This div border color is #B493AD.

Opacity

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

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

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

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

This text has shadow with #B493AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B493AD.

Preview

Color preview on black background

This text has color #B493AD on black background.


Color preview on white background

This text has color #B493AD on white background.


Black color preview on #B493AD background

This text has black color on #B493AD background.


White color preview on #B493AD background

This text has white color on #B493AD background.


Related colors

Complementary color

Complementary color for #hex is #4B6C52.


I love getcolorcode.com

Triadic colors

1 #ADB493 and #93ADB4 with #B493AD are triadic colors.

2 #AD93B4 and #93B4AD with #B493AD are triadic colors.