COLOR #AF9BDE

HEX: #AF9BDE
RGB: (175,155,222)

Color info

#AF9BDE contains mainly red and blue colors. Web safe color of #AF9BDE is #9999CC (or #99C).

RGB color model

#AF9BDE color RGB value is (175,155,222).

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

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 222 of 255 = 87%

175
155
222

R + G + B ~ 72%. #AF9BDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 155 + 222 = 552 (100%)
R 175 of 552 ~ 31.7%
G 155 of 552 ~ 28.08%
B 222 of 552 ~ 40.22%

%31.7
%28.08
%40.22

CMYK color model

#AF9BDE color CMYK value is (21,30,0,13).

  • cyan value is 21.17%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(21,30,0,13)
C21M30Y0K13 
(21%,30%,0%,13%)
(0.21/0.30/0.00/0.13)	

CMYK percentages

%21.17
%30.18
%0
%12.94

Codes

Color #AF9BDE in popluar color models

AF9BDE
RGB175155222
HSL258°50.38%73.92%
HSB/HSV258°30.18%87.06%
CMYK21.17%30.18%0.00%
12.94%

Color #AF9BDE in popluar number systems.

HEXAF9BDE
Decimal175155222
Binary101011111001101111011110
Octal257233336

Shades and tints

Shades of #AF9BDE

#AF9BDE
(175,155,222)
#A08DCA
(160,141,202)
#917FB6
(145,127,182)
#8271A2
(130,113,162)
#73638E
(115,99,142)
#64557A
(100,85,122)
#554766
(85,71,102)
#463952
(70,57,82)
#372B3E
(55,43,62)
#281D2A
(40,29,42)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #AF9BDE

#AF9BDE
(175,155,222)
#B6A4E1
(182,164,225)
#BDADE4
(189,173,228)
#C4B6E7
(196,182,231)
#CBBFEA
(203,191,234)
#D2C8ED
(210,200,237)
#D9D1F0
(217,209,240)
#E0DAF3
(224,218,243)
#E7E3F6
(231,227,246)
#EEECF9
(238,236,249)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9BDE; }

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

This text font color is #AF9BDE.


Background Color

.myBgColor { background-color: #AF9BDE; }

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

This div background color is #AF9BDE.


Border color

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

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

This div border color is #AF9BDE.


Opacity

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

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

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

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

This text has shadow with #AF9BDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9BDE on black background.


Color preview on white background

This text has color #AF9BDE on white background.



Black color preview on #AF9BDE background

This text has black color on #AF9BDE background.


White color preview on #AF9BDE background

This text has white color on #AF9BDE background.