COLOR #AFAFE1

HEX: #AFAFE1
RGB: (175,175,225)

Color info

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

RGB color model

#AFAFE1 color RGB value is (175,175,225).

  • red value is 175;
  • green value is 175;
  • blue value is 225.
RGB:
(175,175,225)
(69%,69%,88%)

RGB channels and saturation

R 175 of 255 = 69%
G 175 of 255 = 69%
B 225 of 255 = 88%

175
175
225

R + G + B ~ 75%. #AFAFE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 175 + 225 = 575 (100%)
R 175 of 575 ~ 30.43%
G 175 of 575 ~ 30.43%
B 225 of 575 ~ 39.13%

%30.43
%30.43
%39.13

CMYK color model

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

  • cyan value is 22.22%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(22,22,0,12)
C22M22Y0K12 
(22%,22%,0%,12%)
(0.22/0.22/0.00/0.12)	

CMYK percentages

%22.22
%22.22
%0
%11.76

Codes

Color #AFAFE1 in popluar color models

AFAFE1
RGB175175225
HSL240°45.45%78.43%
HSB/HSV240°22.22%88.24%
CMYK22.22%22.22%0.00%
11.76%

Color #AFAFE1 in popluar number systems.

HEXAFAFE1
Decimal175175225
Binary101011111010111111100001
Octal257257341

Shades and tints

Shades of #AFAFE1

#AFAFE1
(175,175,225)
#A0A0CD
(160,160,205)
#9191B9
(145,145,185)
#8282A5
(130,130,165)
#737391
(115,115,145)
#64647D
(100,100,125)
#555569
(85,85,105)
#464655
(70,70,85)
#373741
(55,55,65)
#28282D
(40,40,45)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #AFAFE1

#AFAFE1
(175,175,225)
#B6B6E3
(182,182,227)
#BDBDE5
(189,189,229)
#C4C4E7
(196,196,231)
#CBCBE9
(203,203,233)
#D2D2EB
(210,210,235)
#D9D9ED
(217,217,237)
#E0E0EF
(224,224,239)
#E7E7F1
(231,231,241)
#EEEEF3
(238,238,243)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAFE1; }

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

This text font color is #AFAFE1.


Background Color

.myBgColor { background-color: #AFAFE1; }

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

This div background color is #AFAFE1.


Border color

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

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

This div border color is #AFAFE1.


Opacity

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

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

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

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

This text has shadow with #AFAFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAFE1 on black background.


Color preview on white background

This text has color #AFAFE1 on white background.



Black color preview on #AFAFE1 background

This text has black color on #AFAFE1 background.


White color preview on #AFAFE1 background

This text has white color on #AFAFE1 background.