COLOR #AF9EAD

HEX: #AF9EAD RGB: (175,158,173)

Color info

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

RGB color model

#AF9EAD color RGB value is (175,158,173).

RGB: (175,158,173) (69%, 62%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 158 of 255 = 62%
B 173 of 255 = 68%

175
158
173

R + G + B ~ 66%. #AF9EAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 158 + 173 = 506 (100%)
R 175 of 506 ~ 34.58%
G 158 of 506 ~ 31.23%
B 173 of 506 ~ 34.19'%

%34.58
%31.23
%34.19

CMYK color model

#AF9EAD color CMYK value is (0,10,1,31).

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 1.14%
  • key color value is 31.37%

CMYK: (0,10,1,31)
C0M10Y1K31 (0%, 10%, 1%, 31%)
(0.00 / 0.10 / 0.01 / 0.31)

CMYK percentages

%0
%9.71
%1.14
%31.37

Codes

Color #AF9EAD in popluar color models

AF 9E AD
RGB 175 158 173
HSL 307° 9.60% 65.29%
HSB/HSV 307° 9.71% 68.63%
CMYK 0.00% 9.71% 1.14%
31.37%

Color #AF9EAD in popluar number systems.

HEX AF 9E AD
Decimal 175 158 173
Binary 10101111 10011110 10101101
Octal 257 236 255

Shades and tints

Shades of #AF9EAD

#AF9EAD
(175,158,173)
#A0909E
(160,144,158)
#91828F
(145,130,143)
#827480
(130,116,128)
#736671
(115,102,113)
#645862
(100,88,98)
#554A53
(85,74,83)
#463C44
(70,60,68)
#372E35
(55,46,53)
#282026
(40,32,38)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #AF9EAD

#AF9EAD
(175,158,173)
#B6A6B4
(182,166,180)
#BDAEBB
(189,174,187)
#C4B6C2
(196,182,194)
#CBBEC9
(203,190,201)
#D2C6D0
(210,198,208)
#D9CED7
(217,206,215)
#E0D6DE
(224,214,222)
#E7DEE5
(231,222,229)
#EEE6EC
(238,230,236)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9EAD; }

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

This text font color is #AF9EAD.

Background Color

.myBgColor { background-color: #AF9EAD; }

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

This div background color is #AF9EAD.

Border color

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

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

This div border color is #AF9EAD.

Opacity

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

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

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

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

This text has shadow with #AF9EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9EAD.

Preview

Color preview on black background

This text has color #AF9EAD on black background.


Color preview on white background

This text has color #AF9EAD on white background.


Black color preview on #AF9EAD background

This text has black color on #AF9EAD background.


White color preview on #AF9EAD background

This text has white color on #AF9EAD background.


Related colors

Complementary color

Complementary color for #hex is #506152.


I love getcolorcode.com

Triadic colors

1 #ADAF9E and #9EADAF with #AF9EAD are triadic colors.

2 #AD9EAF and #9EAFAD with #AF9EAD are triadic colors.