COLOR #AF6D8C

HEX: #AF6D8C
RGB: (175,109,140)

Color info

#AF6D8C contains mainly red and blue colors. Web safe color of #AF6D8C is #996699 (or #969).

RGB color model

#AF6D8C color RGB value is (175,109,140).

  • red value is 175;
  • green value is 109;
  • blue value is 140.
RGB:
(175,109,140)
(69%,43%,55%)

RGB channels and saturation

R 175 of 255 = 69%
G 109 of 255 = 43%
B 140 of 255 = 55%

175
109
140

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

Portions of RGB colors in percentages

R + G + B =
175 + 109 + 140 = 424 (100%)
R 175 of 424 ~ 41.27%
G 109 of 424 ~ 25.71%
B 140 of 424 ~ 33.02%

%41.27
%25.71
%33.02

CMYK color model

#AF6D8C color CMYK value is (0,38,20,31).

  • cyan value is 0.00%
  • magenta value is 37.71%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK:
(0,38,20,31)
C0M38Y20K31 
(0%,38%,20%,31%)
(0.00/0.38/0.20/0.31)	

CMYK percentages

%0
%37.71
%20
%31.37

Codes

Color #AF6D8C in popluar color models

AF6D8C
RGB175109140
HSL332°29.20%55.69%
HSB/HSV332°37.71%68.63%
CMYK0.00%37.71%20.00%
31.37%

Color #AF6D8C in popluar number systems.

HEXAF6D8C
Decimal175109140
Binary10101111110110110001100
Octal257155214

Shades and tints

Shades of #AF6D8C

#AF6D8C
(175,109,140)
#A06480
(160,100,128)
#915B74
(145,91,116)
#825268
(130,82,104)
#73495C
(115,73,92)
#644050
(100,64,80)
#553744
(85,55,68)
#462E38
(70,46,56)
#37252C
(55,37,44)
#281C20
(40,28,32)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #AF6D8C

#AF6D8C
(175,109,140)
#B67A96
(182,122,150)
#BD87A0
(189,135,160)
#C494AA
(196,148,170)
#CBA1B4
(203,161,180)
#D2AEBE
(210,174,190)
#D9BBC8
(217,187,200)
#E0C8D2
(224,200,210)
#E7D5DC
(231,213,220)
#EEE2E6
(238,226,230)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6D8C color. Also use rgb(175,109,140) instead hex code.

Text Font Color

.myTextColor { color: #AF6D8C; }

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

This text font color is #AF6D8C.


Background Color

.myBgColor { background-color: #AF6D8C; }

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

This div background color is #AF6D8C.


Border color

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

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

This div border color is #AF6D8C.


Opacity

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

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

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

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

This text has shadow with #AF6D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6D8C on black background.


Color preview on white background

This text has color #AF6D8C on white background.



Black color preview on #AF6D8C background

This text has black color on #AF6D8C background.


White color preview on #AF6D8C background

This text has white color on #AF6D8C background.