COLOR #AF7C9C

HEX: #AF7C9C
RGB: (175,124,156)

Color info

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

RGB color model

#AF7C9C color RGB value is (175,124,156).

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

RGB channels and saturation

R 175 of 255 = 69%
G 124 of 255 = 49%
B 156 of 255 = 61%

175
124
156

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

Portions of RGB colors in percentages

R + G + B =
175 + 124 + 156 = 455 (100%)
R 175 of 455 ~ 38.46%
G 124 of 455 ~ 27.25%
B 156 of 455 ~ 34.29%

%38.46
%27.25
%34.29

CMYK color model

#AF7C9C color CMYK value is (0,29,11,31).

  • cyan value is 0.00%
  • magenta value is 29.14%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK:
(0,29,11,31)
C0M29Y11K31 
(0%,29%,11%,31%)
(0.00/0.29/0.11/0.31)	

CMYK percentages

%0
%29.14
%10.86
%31.37

Codes

Color #AF7C9C in popluar color models

AF7C9C
RGB175124156
HSL322°24.17%58.63%
HSB/HSV322°29.14%68.63%
CMYK0.00%29.14%10.86%
31.37%

Color #AF7C9C in popluar number systems.

HEXAF7C9C
Decimal175124156
Binary10101111111110010011100
Octal257174234

Shades and tints

Shades of #AF7C9C

#AF7C9C
(175,124,156)
#A0718E
(160,113,142)
#916680
(145,102,128)
#825B72
(130,91,114)
#735064
(115,80,100)
#644556
(100,69,86)
#553A48
(85,58,72)
#462F3A
(70,47,58)
#37242C
(55,36,44)
#28191E
(40,25,30)
#190E10
(25,14,16)
#000000
(0,0,0)

Tints of #AF7C9C

#AF7C9C
(175,124,156)
#B687A5
(182,135,165)
#BD92AE
(189,146,174)
#C49DB7
(196,157,183)
#CBA8C0
(203,168,192)
#D2B3C9
(210,179,201)
#D9BED2
(217,190,210)
#E0C9DB
(224,201,219)
#E7D4E4
(231,212,228)
#EEDFED
(238,223,237)
#F5EAF6
(245,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7C9C; }

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

This text font color is #AF7C9C.


Background Color

.myBgColor { background-color: #AF7C9C; }

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

This div background color is #AF7C9C.


Border color

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

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

This div border color is #AF7C9C.


Opacity

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

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

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

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

This text has shadow with #AF7C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7C9C on black background.


Color preview on white background

This text has color #AF7C9C on white background.



Black color preview on #AF7C9C background

This text has black color on #AF7C9C background.


White color preview on #AF7C9C background

This text has white color on #AF7C9C background.