COLOR #AF90AD

HEX: #AF90AD
RGB: (175,144,173)

Color info

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

RGB color model

#AF90AD color RGB value is (175,144,173).

  • red value is 175;
  • green value is 144;
  • blue value is 173.
RGB:
(175,144,173)
(69%,56%,68%)

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 173 of 255 = 68%

175
144
173

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

Portions of RGB colors in percentages

R + G + B =
175 + 144 + 173 = 492 (100%)
R 175 of 492 ~ 35.57%
G 144 of 492 ~ 29.27%
B 173 of 492 ~ 35.16%

%35.57
%29.27
%35.16

CMYK color model

#AF90AD color CMYK value is (0,18,1,31).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 1.14%
  • key color value is 31.37%
CMYK:
(0,18,1,31)
C0M18Y1K31 
(0%,18%,1%,31%)
(0.00/0.18/0.01/0.31)	

CMYK percentages

%0
%17.71
%1.14
%31.37

Codes

Color #AF90AD in popluar color models

AF90AD
RGB175144173
HSL304°16.23%62.55%
HSB/HSV304°17.71%68.63%
CMYK0.00%17.71%1.14%
31.37%

Color #AF90AD in popluar number systems.

HEXAF90AD
Decimal175144173
Binary101011111001000010101101
Octal257220255

Shades and tints

Shades of #AF90AD

#AF90AD
(175,144,173)
#A0839E
(160,131,158)
#91768F
(145,118,143)
#826980
(130,105,128)
#735C71
(115,92,113)
#644F62
(100,79,98)
#554253
(85,66,83)
#463544
(70,53,68)
#372835
(55,40,53)
#281B26
(40,27,38)
#190E17
(25,14,23)
#000000
(0,0,0)

Tints of #AF90AD

#AF90AD
(175,144,173)
#B69AB4
(182,154,180)
#BDA4BB
(189,164,187)
#C4AEC2
(196,174,194)
#CBB8C9
(203,184,201)
#D2C2D0
(210,194,208)
#D9CCD7
(217,204,215)
#E0D6DE
(224,214,222)
#E7E0E5
(231,224,229)
#EEEAEC
(238,234,236)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF90AD color. Also use rgb(175,144,173) instead hex code.

Text Font Color

.myTextColor { color: #AF90AD; }

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

This text font color is #AF90AD.


Background Color

.myBgColor { background-color: #AF90AD; }

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

This div background color is #AF90AD.


Border color

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

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

This div border color is #AF90AD.


Opacity

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

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

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

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

This text has shadow with #AF90AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF90AD on black background.


Color preview on white background

This text has color #AF90AD on white background.



Black color preview on #AF90AD background

This text has black color on #AF90AD background.


White color preview on #AF90AD background

This text has white color on #AF90AD background.