COLOR #A793B4

HEX: #A793B4
RGB: (167,147,180)

Color info

#A793B4 contains red, green and blue colors in about the same proportion. Web safe color of #A793B4 is #9999CC (or #99C).

RGB color model

#A793B4 color RGB value is (167,147,180).

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

RGB channels and saturation

R 167 of 255 = 65%
G 147 of 255 = 58%
B 180 of 255 = 71%

167
147
180

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

Portions of RGB colors in percentages

R + G + B =
167 + 147 + 180 = 494 (100%)
R 167 of 494 ~ 33.81%
G 147 of 494 ~ 29.76%
B 180 of 494 ~ 36.44%

%33.81
%29.76
%36.44

CMYK color model

#A793B4 color CMYK value is (7,18,0,29).

  • cyan value is 7.22%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(7,18,0,29)
C7M18Y0K29 
(7%,18%,0%,29%)
(0.07/0.18/0.00/0.29)	

CMYK percentages

%7.22
%18.33
%0
%29.41

Codes

Color #A793B4 in popluar color models

A793B4
RGB167147180
HSL276°18.03%64.12%
HSB/HSV276°18.33%70.59%
CMYK7.22%18.33%0.00%
29.41%

Color #A793B4 in popluar number systems.

HEXA793B4
Decimal167147180
Binary101001111001001110110100
Octal247223264

Shades and tints

Shades of #A793B4

#A793B4
(167,147,180)
#9886A4
(152,134,164)
#897994
(137,121,148)
#7A6C84
(122,108,132)
#6B5F74
(107,95,116)
#5C5264
(92,82,100)
#4D4554
(77,69,84)
#3E3844
(62,56,68)
#2F2B34
(47,43,52)
#201E24
(32,30,36)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #A793B4

#A793B4
(167,147,180)
#AF9CBA
(175,156,186)
#B7A5C0
(183,165,192)
#BFAEC6
(191,174,198)
#C7B7CC
(199,183,204)
#CFC0D2
(207,192,210)
#D7C9D8
(215,201,216)
#DFD2DE
(223,210,222)
#E7DBE4
(231,219,228)
#EFE4EA
(239,228,234)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A793B4; }

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

This text font color is #A793B4.


Background Color

.myBgColor { background-color: #A793B4; }

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

This div background color is #A793B4.


Border color

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

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

This div border color is #A793B4.


Opacity

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

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

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

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

This text has shadow with #A793B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A793B4 on black background.


Color preview on white background

This text has color #A793B4 on white background.



Black color preview on #A793B4 background

This text has black color on #A793B4 background.


White color preview on #A793B4 background

This text has white color on #A793B4 background.