COLOR #AF9BC6

HEX: #AF9BC6
RGB: (175,155,198)

Color info

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

RGB color model

#AF9BC6 color RGB value is (175,155,198).

  • red value is 175;
  • green value is 155;
  • blue value is 198.
RGB:
(175,155,198)
(69%,61%,78%)

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 198 of 255 = 78%

175
155
198

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

Portions of RGB colors in percentages

R + G + B =
175 + 155 + 198 = 528 (100%)
R 175 of 528 ~ 33.14%
G 155 of 528 ~ 29.36%
B 198 of 528 ~ 37.5%

%33.14
%29.36
%37.5

CMYK color model

#AF9BC6 color CMYK value is (12,22,0,22).

  • cyan value is 11.62%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(12,22,0,22)
C12M22Y0K22 
(12%,22%,0%,22%)
(0.12/0.22/0.00/0.22)	

CMYK percentages

%11.62
%21.72
%0
%22.35

Codes

Color #AF9BC6 in popluar color models

AF9BC6
RGB175155198
HSL268°27.39%69.22%
HSB/HSV268°21.72%77.65%
CMYK11.62%21.72%0.00%
22.35%

Color #AF9BC6 in popluar number systems.

HEXAF9BC6
Decimal175155198
Binary101011111001101111000110
Octal257233306

Shades and tints

Shades of #AF9BC6

#AF9BC6
(175,155,198)
#A08DB4
(160,141,180)
#917FA2
(145,127,162)
#827190
(130,113,144)
#73637E
(115,99,126)
#64556C
(100,85,108)
#55475A
(85,71,90)
#463948
(70,57,72)
#372B36
(55,43,54)
#281D24
(40,29,36)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #AF9BC6

#AF9BC6
(175,155,198)
#B6A4CB
(182,164,203)
#BDADD0
(189,173,208)
#C4B6D5
(196,182,213)
#CBBFDA
(203,191,218)
#D2C8DF
(210,200,223)
#D9D1E4
(217,209,228)
#E0DAE9
(224,218,233)
#E7E3EE
(231,227,238)
#EEECF3
(238,236,243)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9BC6 color. Also use rgb(175,155,198) instead hex code.

Text Font Color

.myTextColor { color: #AF9BC6; }

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

This text font color is #AF9BC6.


Background Color

.myBgColor { background-color: #AF9BC6; }

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

This div background color is #AF9BC6.


Border color

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

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

This div border color is #AF9BC6.


Opacity

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

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

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

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

This text has shadow with #AF9BC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9BC6 on black background.


Color preview on white background

This text has color #AF9BC6 on white background.



Black color preview on #AF9BC6 background

This text has black color on #AF9BC6 background.


White color preview on #AF9BC6 background

This text has white color on #AF9BC6 background.