COLOR #AFAAF7

HEX: #AFAAF7
RGB: (175,170,247)

Color info

#AFAAF7 contains mainly blue color. Web safe color of #AFAAF7 is #9999FF (or #99F).

RGB color model

#AFAAF7 color RGB value is (175,170,247).

  • red value is 175;
  • green value is 170;
  • blue value is 247.
RGB:
(175,170,247)
(69%,67%,97%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 247 of 255 = 97%

175
170
247

R + G + B ~ 78%. #AFAAF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 170 + 247 = 592 (100%)
R 175 of 592 ~ 29.56%
G 170 of 592 ~ 28.72%
B 247 of 592 ~ 41.72%

%29.56
%28.72
%41.72

CMYK color model

#AFAAF7 color CMYK value is (29,31,0,3).

  • cyan value is 29.15%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(29,31,0,3)
C29M31Y0K3 
(29%,31%,0%,3%)
(0.29/0.31/0.00/0.03)	

CMYK percentages

%29.15
%31.17
%0
%3.14

Codes

Color #AFAAF7 in popluar color models

AFAAF7
RGB175170247
HSL244°82.80%81.76%
HSB/HSV244°31.17%96.86%
CMYK29.15%31.17%0.00%
3.14%

Color #AFAAF7 in popluar number systems.

HEXAFAAF7
Decimal175170247
Binary101011111010101011110111
Octal257252367

Shades and tints

Shades of #AFAAF7

#AFAAF7
(175,170,247)
#A09BE1
(160,155,225)
#918CCB
(145,140,203)
#827DB5
(130,125,181)
#736E9F
(115,110,159)
#645F89
(100,95,137)
#555073
(85,80,115)
#46415D
(70,65,93)
#373247
(55,50,71)
#282331
(40,35,49)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #AFAAF7

#AFAAF7
(175,170,247)
#B6B1F7
(182,177,247)
#BDB8F7
(189,184,247)
#C4BFF7
(196,191,247)
#CBC6F7
(203,198,247)
#D2CDF7
(210,205,247)
#D9D4F7
(217,212,247)
#E0DBF7
(224,219,247)
#E7E2F7
(231,226,247)
#EEE9F7
(238,233,247)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAAF7 color. Also use rgb(175,170,247) instead hex code.

Text Font Color

.myTextColor { color: #AFAAF7; }

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

This text font color is #AFAAF7.


Background Color

.myBgColor { background-color: #AFAAF7; }

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

This div background color is #AFAAF7.


Border color

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

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

This div border color is #AFAAF7.


Opacity

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

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

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

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

This text has shadow with #AFAAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAAF7 on black background.


Color preview on white background

This text has color #AFAAF7 on white background.



Black color preview on #AFAAF7 background

This text has black color on #AFAAF7 background.


White color preview on #AFAAF7 background

This text has white color on #AFAAF7 background.