COLOR #AFAFE2

HEX: #AFAFE2
RGB: (175,175,226)

Color info

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

RGB color model

#AFAFE2 color RGB value is (175,175,226).

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

RGB channels and saturation

R 175 of 255 = 69%
G 175 of 255 = 69%
B 226 of 255 = 89%

175
175
226

R + G + B ~ 76%. #AFAFE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 175 + 226 = 576 (100%)
R 175 of 576 ~ 30.38%
G 175 of 576 ~ 30.38%
B 226 of 576 ~ 39.24%

%30.38
%30.38
%39.24

CMYK color model

#AFAFE2 color CMYK value is (23,23,0,11).

  • cyan value is 22.57%
  • magenta value is 22.57%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(23,23,0,11)
C23M23Y0K11 
(23%,23%,0%,11%)
(0.23/0.23/0.00/0.11)	

CMYK percentages

%22.57
%22.57
%0
%11.37

Codes

Color #AFAFE2 in popluar color models

AFAFE2
RGB175175226
HSL240°46.79%78.63%
HSB/HSV240°22.57%88.63%
CMYK22.57%22.57%0.00%
11.37%

Color #AFAFE2 in popluar number systems.

HEXAFAFE2
Decimal175175226
Binary101011111010111111100010
Octal257257342

Shades and tints

Shades of #AFAFE2

#AFAFE2
(175,175,226)
#A0A0CE
(160,160,206)
#9191BA
(145,145,186)
#8282A6
(130,130,166)
#737392
(115,115,146)
#64647E
(100,100,126)
#55556A
(85,85,106)
#464656
(70,70,86)
#373742
(55,55,66)
#28282E
(40,40,46)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #AFAFE2

#AFAFE2
(175,175,226)
#B6B6E4
(182,182,228)
#BDBDE6
(189,189,230)
#C4C4E8
(196,196,232)
#CBCBEA
(203,203,234)
#D2D2EC
(210,210,236)
#D9D9EE
(217,217,238)
#E0E0F0
(224,224,240)
#E7E7F2
(231,231,242)
#EEEEF4
(238,238,244)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAFE2; }

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

This text font color is #AFAFE2.


Background Color

.myBgColor { background-color: #AFAFE2; }

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

This div background color is #AFAFE2.


Border color

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

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

This div border color is #AFAFE2.


Opacity

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

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

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

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

This text has shadow with #AFAFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAFE2 on black background.


Color preview on white background

This text has color #AFAFE2 on white background.



Black color preview on #AFAFE2 background

This text has black color on #AFAFE2 background.


White color preview on #AFAFE2 background

This text has white color on #AFAFE2 background.