COLOR #AF9ABC

HEX: #AF9ABC
RGB: (175,154,188)

Color info

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

RGB color model

#AF9ABC color RGB value is (175,154,188).

  • red value is 175;
  • green value is 154;
  • blue value is 188.
RGB:
(175,154,188)
(69%,60%,74%)

RGB channels and saturation

R 175 of 255 = 69%
G 154 of 255 = 60%
B 188 of 255 = 74%

175
154
188

R + G + B ~ 68%. #AF9ABC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 154 + 188 = 517 (100%)
R 175 of 517 ~ 33.85%
G 154 of 517 ~ 29.79%
B 188 of 517 ~ 36.36%

%33.85
%29.79
%36.36

CMYK color model

#AF9ABC color CMYK value is (7,18,0,26).

  • cyan value is 6.91%
  • magenta value is 18.09%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(7,18,0,26)
C7M18Y0K26 
(7%,18%,0%,26%)
(0.07/0.18/0.00/0.26)	

CMYK percentages

%6.91
%18.09
%0
%26.27

Codes

Color #AF9ABC in popluar color models

AF9ABC
RGB175154188
HSL277°20.24%67.06%
HSB/HSV277°18.09%73.73%
CMYK6.91%18.09%0.00%
26.27%

Color #AF9ABC in popluar number systems.

HEXAF9ABC
Decimal175154188
Binary101011111001101010111100
Octal257232274

Shades and tints

Shades of #AF9ABC

#AF9ABC
(175,154,188)
#A08CAB
(160,140,171)
#917E9A
(145,126,154)
#827089
(130,112,137)
#736278
(115,98,120)
#645467
(100,84,103)
#554656
(85,70,86)
#463845
(70,56,69)
#372A34
(55,42,52)
#281C23
(40,28,35)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #AF9ABC

#AF9ABC
(175,154,188)
#B6A3C2
(182,163,194)
#BDACC8
(189,172,200)
#C4B5CE
(196,181,206)
#CBBED4
(203,190,212)
#D2C7DA
(210,199,218)
#D9D0E0
(217,208,224)
#E0D9E6
(224,217,230)
#E7E2EC
(231,226,236)
#EEEBF2
(238,235,242)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9ABC color. Also use rgb(175,154,188) instead hex code.

Text Font Color

.myTextColor { color: #AF9ABC; }

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

This text font color is #AF9ABC.


Background Color

.myBgColor { background-color: #AF9ABC; }

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

This div background color is #AF9ABC.


Border color

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

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

This div border color is #AF9ABC.


Opacity

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

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

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

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

This text has shadow with #AF9ABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9ABC on black background.


Color preview on white background

This text has color #AF9ABC on white background.



Black color preview on #AF9ABC background

This text has black color on #AF9ABC background.


White color preview on #AF9ABC background

This text has white color on #AF9ABC background.