COLOR #AF7C9D

HEX: #AF7C9D
RGB: (175,124,157)

Color info

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

RGB color model

#AF7C9D color RGB value is (175,124,157).

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

RGB channels and saturation

R 175 of 255 = 69%
G 124 of 255 = 49%
B 157 of 255 = 62%

175
124
157

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

Portions of RGB colors in percentages

R + G + B =
175 + 124 + 157 = 456 (100%)
R 175 of 456 ~ 38.38%
G 124 of 456 ~ 27.19%
B 157 of 456 ~ 34.43%

%38.38
%27.19
%34.43

CMYK color model

#AF7C9D color CMYK value is (0,29,10,31).

  • cyan value is 0.00%
  • magenta value is 29.14%
  • yellow value is 10.29%
  • key color value is 31.37%
CMYK:
(0,29,10,31)
C0M29Y10K31 
(0%,29%,10%,31%)
(0.00/0.29/0.10/0.31)	

CMYK percentages

%0
%29.14
%10.29
%31.37

Codes

Color #AF7C9D in popluar color models

AF7C9D
RGB175124157
HSL321°24.17%58.63%
HSB/HSV321°29.14%68.63%
CMYK0.00%29.14%10.29%
31.37%

Color #AF7C9D in popluar number systems.

HEXAF7C9D
Decimal175124157
Binary10101111111110010011101
Octal257174235

Shades and tints

Shades of #AF7C9D

#AF7C9D
(175,124,157)
#A0718F
(160,113,143)
#916681
(145,102,129)
#825B73
(130,91,115)
#735065
(115,80,101)
#644557
(100,69,87)
#553A49
(85,58,73)
#462F3B
(70,47,59)
#37242D
(55,36,45)
#28191F
(40,25,31)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #AF7C9D

#AF7C9D
(175,124,157)
#B687A5
(182,135,165)
#BD92AD
(189,146,173)
#C49DB5
(196,157,181)
#CBA8BD
(203,168,189)
#D2B3C5
(210,179,197)
#D9BECD
(217,190,205)
#E0C9D5
(224,201,213)
#E7D4DD
(231,212,221)
#EEDFE5
(238,223,229)
#F5EAED
(245,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7C9D; }

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

This text font color is #AF7C9D.


Background Color

.myBgColor { background-color: #AF7C9D; }

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

This div background color is #AF7C9D.


Border color

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

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

This div border color is #AF7C9D.


Opacity

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

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

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

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

This text has shadow with #AF7C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7C9D on black background.


Color preview on white background

This text has color #AF7C9D on white background.



Black color preview on #AF7C9D background

This text has black color on #AF7C9D background.


White color preview on #AF7C9D background

This text has white color on #AF7C9D background.