COLOR #A7949F

HEX: #A7949F
RGB: (167,148,159)

Color info

#A7949F contains red, green and blue colors in about the same proportion. Web safe color of #A7949F is #999999 (or #999).

RGB color model

#A7949F color RGB value is (167,148,159).

  • red value is 167;
  • green value is 148;
  • blue value is 159.
RGB:
(167,148,159)
(65%,58%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 148 of 255 = 58%
B 159 of 255 = 62%

167
148
159

R + G + B ~ 62%. #A7949F is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 148 + 159 = 474 (100%)
R 167 of 474 ~ 35.23%
G 148 of 474 ~ 31.22%
B 159 of 474 ~ 33.54%

%35.23
%31.22
%33.54

CMYK color model

#A7949F color CMYK value is (0,11,5,35).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 4.79%
  • key color value is 34.51%
CMYK:
(0,11,5,35)
C0M11Y5K35 
(0%,11%,5%,35%)
(0.00/0.11/0.05/0.35)	

CMYK percentages

%0
%11.38
%4.79
%34.51

Codes

Color #A7949F in popluar color models

A7949F
RGB167148159
HSL325°9.74%61.76%
HSB/HSV325°11.38%65.49%
CMYK0.00%11.38%4.79%
34.51%

Color #A7949F in popluar number systems.

HEXA7949F
Decimal167148159
Binary101001111001010010011111
Octal247224237

Shades and tints

Shades of #A7949F

#A7949F
(167,148,159)
#988791
(152,135,145)
#897A83
(137,122,131)
#7A6D75
(122,109,117)
#6B6067
(107,96,103)
#5C5359
(92,83,89)
#4D464B
(77,70,75)
#3E393D
(62,57,61)
#2F2C2F
(47,44,47)
#201F21
(32,31,33)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #A7949F

#A7949F
(167,148,159)
#AF9DA7
(175,157,167)
#B7A6AF
(183,166,175)
#BFAFB7
(191,175,183)
#C7B8BF
(199,184,191)
#CFC1C7
(207,193,199)
#D7CACF
(215,202,207)
#DFD3D7
(223,211,215)
#E7DCDF
(231,220,223)
#EFE5E7
(239,229,231)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7949F color. Also use rgb(167,148,159) instead hex code.

Text Font Color

.myTextColor { color: #A7949F; }

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

This text font color is #A7949F.


Background Color

.myBgColor { background-color: #A7949F; }

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

This div background color is #A7949F.


Border color

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

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

This div border color is #A7949F.


Opacity

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

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

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

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

This text has shadow with #A7949F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7949F on black background.


Color preview on white background

This text has color #A7949F on white background.



Black color preview on #A7949F background

This text has black color on #A7949F background.


White color preview on #A7949F background

This text has white color on #A7949F background.