COLOR #AF9CAE

HEX: #AF9CAE RGB: (175,156,174)

Color info

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

RGB color model

#AF9CAE color RGB value is (175,156,174).

RGB: (175,156,174) (69%, 61%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 156 of 255 = 61%
B 174 of 255 = 68%

175
156
174

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

Portions of RGB colors in percentages

R + G + B = 175 + 156 + 174 = 505 (100%)
R 175 of 505 ~ 34.65%
G 156 of 505 ~ 30.89%
B 174 of 505 ~ 34.46'%

%34.65
%30.89
%34.46

CMYK color model

#AF9CAE color CMYK value is (0,11,1,31).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 0.57%
  • key color value is 31.37%

CMYK: (0,11,1,31)
C0M11Y1K31 (0%, 11%, 1%, 31%)
(0.00 / 0.11 / 0.01 / 0.31)

CMYK percentages

%0
%10.86
%0.57
%31.37

Codes

Color #AF9CAE in popluar color models

AF 9C AE
RGB 175 156 174
HSL 303° 10.61% 64.90%
HSB/HSV 303° 10.86% 68.63%
CMYK 0.00% 10.86% 0.57%
31.37%

Color #AF9CAE in popluar number systems.

HEX AF 9C AE
Decimal 175 156 174
Binary 10101111 10011100 10101110
Octal 257 234 256

Shades and tints

Shades of #AF9CAE

#AF9CAE
(175,156,174)
#A08E9F
(160,142,159)
#918090
(145,128,144)
#827281
(130,114,129)
#736472
(115,100,114)
#645663
(100,86,99)
#554854
(85,72,84)
#463A45
(70,58,69)
#372C36
(55,44,54)
#281E27
(40,30,39)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #AF9CAE

#AF9CAE
(175,156,174)
#B6A5B5
(182,165,181)
#BDAEBC
(189,174,188)
#C4B7C3
(196,183,195)
#CBC0CA
(203,192,202)
#D2C9D1
(210,201,209)
#D9D2D8
(217,210,216)
#E0DBDF
(224,219,223)
#E7E4E6
(231,228,230)
#EEEDED
(238,237,237)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9CAE; }

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

This text font color is #AF9CAE.

Background Color

.myBgColor { background-color: #AF9CAE; }

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

This div background color is #AF9CAE.

Border color

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

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

This div border color is #AF9CAE.

Opacity

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

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

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

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

This text has shadow with #AF9CAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9CAE.

Preview

Color preview on black background

This text has color #AF9CAE on black background.


Color preview on white background

This text has color #AF9CAE on white background.


Black color preview on #AF9CAE background

This text has black color on #AF9CAE background.


White color preview on #AF9CAE background

This text has white color on #AF9CAE background.


Related colors

Complementary color

Complementary color for #hex is #506351.


I love getcolorcode.com

Triadic colors

1 #AEAF9C and #9CAEAF with #AF9CAE are triadic colors.

2 #AE9CAF and #9CAFAE with #AF9CAE are triadic colors.