COLOR #AF9EC1

HEX: #AF9EC1
RGB: (175,158,193)

Color info

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

RGB color model

#AF9EC1 color RGB value is (175,158,193).

  • red value is 175;
  • green value is 158;
  • blue value is 193.
RGB:
(175,158,193)
(69%,62%,76%)

RGB channels and saturation

R 175 of 255 = 69%
G 158 of 255 = 62%
B 193 of 255 = 76%

175
158
193

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

Portions of RGB colors in percentages

R + G + B =
175 + 158 + 193 = 526 (100%)
R 175 of 526 ~ 33.27%
G 158 of 526 ~ 30.04%
B 193 of 526 ~ 36.69%

%33.27
%30.04
%36.69

CMYK color model

#AF9EC1 color CMYK value is (9,18,0,24).

  • cyan value is 9.33%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(9,18,0,24)
C9M18Y0K24 
(9%,18%,0%,24%)
(0.09/0.18/0.00/0.24)	

CMYK percentages

%9.33
%18.13
%0
%24.31

Codes

Color #AF9EC1 in popluar color models

AF9EC1
RGB175158193
HSL269°22.01%68.82%
HSB/HSV269°18.13%75.69%
CMYK9.33%18.13%0.00%
24.31%

Color #AF9EC1 in popluar number systems.

HEXAF9EC1
Decimal175158193
Binary101011111001111011000001
Octal257236301

Shades and tints

Shades of #AF9EC1

#AF9EC1
(175,158,193)
#A090B0
(160,144,176)
#91829F
(145,130,159)
#82748E
(130,116,142)
#73667D
(115,102,125)
#64586C
(100,88,108)
#554A5B
(85,74,91)
#463C4A
(70,60,74)
#372E39
(55,46,57)
#282028
(40,32,40)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #AF9EC1

#AF9EC1
(175,158,193)
#B6A6C6
(182,166,198)
#BDAECB
(189,174,203)
#C4B6D0
(196,182,208)
#CBBED5
(203,190,213)
#D2C6DA
(210,198,218)
#D9CEDF
(217,206,223)
#E0D6E4
(224,214,228)
#E7DEE9
(231,222,233)
#EEE6EE
(238,230,238)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9EC1; }

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

This text font color is #AF9EC1.


Background Color

.myBgColor { background-color: #AF9EC1; }

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

This div background color is #AF9EC1.


Border color

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

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

This div border color is #AF9EC1.


Opacity

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

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

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

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

This text has shadow with #AF9EC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9EC1 on black background.


Color preview on white background

This text has color #AF9EC1 on white background.



Black color preview on #AF9EC1 background

This text has black color on #AF9EC1 background.


White color preview on #AF9EC1 background

This text has white color on #AF9EC1 background.