COLOR #AF7F9D

HEX: #AF7F9D
RGB: (175,127,157)

Color info

#AF7F9D contains red, green and blue colors in about the same proportion. Web safe color of #AF7F9D is #996699 (or #969).

RGB color model

#AF7F9D color RGB value is (175,127,157).

  • red value is 175;
  • green value is 127;
  • blue value is 157.
RGB:
(175,127,157)
(69%,50%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 127 of 255 = 50%
B 157 of 255 = 62%

175
127
157

R + G + B ~ 60%. #AF7F9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 127 + 157 = 459 (100%)
R 175 of 459 ~ 38.13%
G 127 of 459 ~ 27.67%
B 157 of 459 ~ 34.2%

%38.13
%27.67
%34.2

CMYK color model

#AF7F9D color CMYK value is (0,27,10,31).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 10.29%
  • key color value is 31.37%
CMYK:
(0,27,10,31)
C0M27Y10K31 
(0%,27%,10%,31%)
(0.00/0.27/0.10/0.31)	

CMYK percentages

%0
%27.43
%10.29
%31.37

Codes

Color #AF7F9D in popluar color models

AF7F9D
RGB175127157
HSL323°23.08%59.22%
HSB/HSV323°27.43%68.63%
CMYK0.00%27.43%10.29%
31.37%

Color #AF7F9D in popluar number systems.

HEXAF7F9D
Decimal175127157
Binary10101111111111110011101
Octal257177235

Shades and tints

Shades of #AF7F9D

#AF7F9D
(175,127,157)
#A0748F
(160,116,143)
#916981
(145,105,129)
#825E73
(130,94,115)
#735365
(115,83,101)
#644857
(100,72,87)
#553D49
(85,61,73)
#46323B
(70,50,59)
#37272D
(55,39,45)
#281C1F
(40,28,31)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #AF7F9D

#AF7F9D
(175,127,157)
#B68AA5
(182,138,165)
#BD95AD
(189,149,173)
#C4A0B5
(196,160,181)
#CBABBD
(203,171,189)
#D2B6C5
(210,182,197)
#D9C1CD
(217,193,205)
#E0CCD5
(224,204,213)
#E7D7DD
(231,215,221)
#EEE2E5
(238,226,229)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7F9D color. Also use rgb(175,127,157) instead hex code.

Text Font Color

.myTextColor { color: #AF7F9D; }

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

This text font color is #AF7F9D.


Background Color

.myBgColor { background-color: #AF7F9D; }

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

This div background color is #AF7F9D.


Border color

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

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

This div border color is #AF7F9D.


Opacity

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

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

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

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

This text has shadow with #AF7F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7F9D on black background.


Color preview on white background

This text has color #AF7F9D on white background.



Black color preview on #AF7F9D background

This text has black color on #AF7F9D background.


White color preview on #AF7F9D background

This text has white color on #AF7F9D background.