COLOR #AF93AB

HEX: #AF93AB RGB: (175,147,171)

Color info

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

RGB color model

#AF93AB color RGB value is (175,147,171).

RGB: (175,147,171) (69%, 58%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 147 of 255 = 58%
B 171 of 255 = 67%

175
147
171

R + G + B ~ 65%. #AF93AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 147 + 171 = 493 (100%)
R 175 of 493 ~ 35.5%
G 147 of 493 ~ 29.82%
B 171 of 493 ~ 34.69'%

%35.5
%29.82
%34.69

CMYK color model

#AF93AB color CMYK value is (0,16,2,31).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 2.29%
  • key color value is 31.37%

CMYK: (0,16,2,31)
C0M16Y2K31 (0%, 16%, 2%, 31%)
(0.00 / 0.16 / 0.02 / 0.31)

CMYK percentages

%0
%16
%2.29
%31.37

Codes

Color #AF93AB in popluar color models

AF 93 AB
RGB 175 147 171
HSL 309° 14.89% 63.14%
HSB/HSV 309° 16.00% 68.63%
CMYK 0.00% 16.00% 2.29%
31.37%

Color #AF93AB in popluar number systems.

HEX AF 93 AB
Decimal 175 147 171
Binary 10101111 10010011 10101011
Octal 257 223 253

Shades and tints

Shades of #AF93AB

#AF93AB
(175,147,171)
#A0869C
(160,134,156)
#91798D
(145,121,141)
#826C7E
(130,108,126)
#735F6F
(115,95,111)
#645260
(100,82,96)
#554551
(85,69,81)
#463842
(70,56,66)
#372B33
(55,43,51)
#281E24
(40,30,36)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #AF93AB

#AF93AB
(175,147,171)
#B69CB2
(182,156,178)
#BDA5B9
(189,165,185)
#C4AEC0
(196,174,192)
#CBB7C7
(203,183,199)
#D2C0CE
(210,192,206)
#D9C9D5
(217,201,213)
#E0D2DC
(224,210,220)
#E7DBE3
(231,219,227)
#EEE4EA
(238,228,234)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF93AB color. Also use rgb(175,147,171) instead hex code.

Text Font Color

.myTextColor { color: #AF93AB; }

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

This text font color is #AF93AB.

Background Color

.myBgColor { background-color: #AF93AB; }

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

This div background color is #AF93AB.

Border color

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

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

This div border color is #AF93AB.

Opacity

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

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

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

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

This text has shadow with #AF93AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF93AB.

Preview

Color preview on black background

This text has color #AF93AB on black background.


Color preview on white background

This text has color #AF93AB on white background.


Black color preview on #AF93AB background

This text has black color on #AF93AB background.


White color preview on #AF93AB background

This text has white color on #AF93AB background.


Related colors

Complementary color

Complementary color for #hex is #506C54.


I love getcolorcode.com

Triadic colors

1 #ABAF93 and #93ABAF with #AF93AB are triadic colors.

2 #AB93AF and #93AFAB with #AF93AB are triadic colors.