COLOR #AF9EC0

HEX: #AF9EC0 RGB: (175,158,192)

Color info

#AF9EC0 contains red, green and blue colors in about the same proportion. Web safe color of #AF9EC0 is #9999CC (or #99C).

RGB color model

#AF9EC0 color RGB value is (175,158,192).

RGB: (175,158,192) (69%, 62%, 75%)

RGB channels and saturation

R 175 of 255 = 69%
G 158 of 255 = 62%
B 192 of 255 = 75%

175
158
192

R + G + B ~ 69%. #AF9EC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 158 + 192 = 525 (100%)
R 175 of 525 ~ 33.33%
G 158 of 525 ~ 30.1%
B 192 of 525 ~ 36.57'%

%33.33
%30.1
%36.57

CMYK color model

#AF9EC0 color CMYK value is (9,18,0,25).

  • cyan value is 8.85%
  • magenta value is 17.71%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (9,18,0,25)
C9M18Y0K25 (9%, 18%, 0%, 25%)
(0.09 / 0.18 / 0.00 / 0.25)

CMYK percentages

%8.85
%17.71
%0
%24.71

Codes

Color #AF9EC0 in popluar color models

AF 9E C0
RGB 175 158 192
HSL 270° 21.25% 68.63%
HSB/HSV 270° 17.71% 75.29%
CMYK 8.85% 17.71% 0.00%
24.71%

Color #AF9EC0 in popluar number systems.

HEX AF 9E C0
Decimal 175 158 192
Binary 10101111 10011110 11000000
Octal 257 236 300

Shades and tints

Shades of #AF9EC0

#AF9EC0
(175,158,192)
#A090AF
(160,144,175)
#91829E
(145,130,158)
#82748D
(130,116,141)
#73667C
(115,102,124)
#64586B
(100,88,107)
#554A5A
(85,74,90)
#463C49
(70,60,73)
#372E38
(55,46,56)
#282027
(40,32,39)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #AF9EC0

#AF9EC0
(175,158,192)
#B6A6C5
(182,166,197)
#BDAECA
(189,174,202)
#C4B6CF
(196,182,207)
#CBBED4
(203,190,212)
#D2C6D9
(210,198,217)
#D9CEDE
(217,206,222)
#E0D6E3
(224,214,227)
#E7DEE8
(231,222,232)
#EEE6ED
(238,230,237)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9EC0; }

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

This text font color is #AF9EC0.

Background Color

.myBgColor { background-color: #AF9EC0; }

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

This div background color is #AF9EC0.

Border color

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

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

This div border color is #AF9EC0.

Opacity

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

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

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

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

This text has shadow with #AF9EC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9EC0.

Preview

Color preview on black background

This text has color #AF9EC0 on black background.


Color preview on white background

This text has color #AF9EC0 on white background.


Black color preview on #AF9EC0 background

This text has black color on #AF9EC0 background.


White color preview on #AF9EC0 background

This text has white color on #AF9EC0 background.


Related colors

Complementary color

Complementary color for #hex is #50613F.


I love getcolorcode.com

Triadic colors

1 #C0AF9E and #9EC0AF with #AF9EC0 are triadic colors.

2 #C09EAF and #9EAFC0 with #AF9EC0 are triadic colors.