COLOR #AF8EAC

HEX: #AF8EAC
RGB: (175,142,172)

Color info

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

RGB color model

#AF8EAC color RGB value is (175,142,172).

  • red value is 175;
  • green value is 142;
  • blue value is 172.
RGB:
(175,142,172)
(69%,56%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 142 of 255 = 56%
B 172 of 255 = 67%

175
142
172

R + G + B ~ 64%. #AF8EAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 142 + 172 = 489 (100%)
R 175 of 489 ~ 35.79%
G 142 of 489 ~ 29.04%
B 172 of 489 ~ 35.17%

%35.79
%29.04
%35.17

CMYK color model

#AF8EAC color CMYK value is (0,19,2,31).

  • cyan value is 0.00%
  • magenta value is 18.86%
  • yellow value is 1.71%
  • key color value is 31.37%
CMYK:
(0,19,2,31)
C0M19Y2K31 
(0%,19%,2%,31%)
(0.00/0.19/0.02/0.31)	

CMYK percentages

%0
%18.86
%1.71
%31.37

Codes

Color #AF8EAC in popluar color models

AF8EAC
RGB175142172
HSL305°17.10%62.16%
HSB/HSV305°18.86%68.63%
CMYK0.00%18.86%1.71%
31.37%

Color #AF8EAC in popluar number systems.

HEXAF8EAC
Decimal175142172
Binary101011111000111010101100
Octal257216254

Shades and tints

Shades of #AF8EAC

#AF8EAC
(175,142,172)
#A0829D
(160,130,157)
#91768E
(145,118,142)
#826A7F
(130,106,127)
#735E70
(115,94,112)
#645261
(100,82,97)
#554652
(85,70,82)
#463A43
(70,58,67)
#372E34
(55,46,52)
#282225
(40,34,37)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #AF8EAC

#AF8EAC
(175,142,172)
#B698B3
(182,152,179)
#BDA2BA
(189,162,186)
#C4ACC1
(196,172,193)
#CBB6C8
(203,182,200)
#D2C0CF
(210,192,207)
#D9CAD6
(217,202,214)
#E0D4DD
(224,212,221)
#E7DEE4
(231,222,228)
#EEE8EB
(238,232,235)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8EAC color. Also use rgb(175,142,172) instead hex code.

Text Font Color

.myTextColor { color: #AF8EAC; }

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

This text font color is #AF8EAC.


Background Color

.myBgColor { background-color: #AF8EAC; }

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

This div background color is #AF8EAC.


Border color

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

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

This div border color is #AF8EAC.


Opacity

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

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

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

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

This text has shadow with #AF8EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8EAC on black background.


Color preview on white background

This text has color #AF8EAC on white background.



Black color preview on #AF8EAC background

This text has black color on #AF8EAC background.


White color preview on #AF8EAC background

This text has white color on #AF8EAC background.