COLOR #AFAEF4

HEX: #AFAEF4 RGB: (175,174,244)

Color info

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

RGB color model

#AFAEF4 color RGB value is (175,174,244).

RGB: (175,174,244) (69%, 68%, 96%)

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 244 of 255 = 96%

175
174
244

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

Portions of RGB colors in percentages

R + G + B = 175 + 174 + 244 = 593 (100%)
R 175 of 593 ~ 29.51%
G 174 of 593 ~ 29.34%
B 244 of 593 ~ 41.15'%

%29.51
%29.34
%41.15

CMYK color model

#AFAEF4 color CMYK value is (28,29,0,4).

  • cyan value is 28.28%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (28,29,0,4)
C28M29Y0K4 (28%, 29%, 0%, 4%)
(0.28 / 0.29 / 0.00 / 0.04)

CMYK percentages

%28.28
%28.69
%0
%4.31

Codes

Color #AFAEF4 in popluar color models

AF AE F4
RGB 175 174 244
HSL 241° 76.09% 81.96%
HSB/HSV 241° 28.69% 95.69%
CMYK 28.28% 28.69% 0.00%
4.31%

Color #AFAEF4 in popluar number systems.

HEX AF AE F4
Decimal 175 174 244
Binary 10101111 10101110 11110100
Octal 257 256 364

Shades and tints

Shades of #AFAEF4

#AFAEF4
(175,174,244)
#A09FDE
(160,159,222)
#9190C8
(145,144,200)
#8281B2
(130,129,178)
#73729C
(115,114,156)
#646386
(100,99,134)
#555470
(85,84,112)
#46455A
(70,69,90)
#373644
(55,54,68)
#28272E
(40,39,46)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #AFAEF4

#AFAEF4
(175,174,244)
#B6B5F5
(182,181,245)
#BDBCF6
(189,188,246)
#C4C3F7
(196,195,247)
#CBCAF8
(203,202,248)
#D2D1F9
(210,209,249)
#D9D8FA
(217,216,250)
#E0DFFB
(224,223,251)
#E7E6FC
(231,230,252)
#EEEDFD
(238,237,253)
#F5F4FE
(245,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAEF4; }

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

This text font color is #AFAEF4.

Background Color

.myBgColor { background-color: #AFAEF4; }

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

This div background color is #AFAEF4.

Border color

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

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

This div border color is #AFAEF4.

Opacity

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

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

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

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

This text has shadow with #AFAEF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAEF4.

Preview

Color preview on black background

This text has color #AFAEF4 on black background.


Color preview on white background

This text has color #AFAEF4 on white background.


Black color preview on #AFAEF4 background

This text has black color on #AFAEF4 background.


White color preview on #AFAEF4 background

This text has white color on #AFAEF4 background.


Related colors

Complementary color

Complementary color for #hex is #50510B.


I love getcolorcode.com

Triadic colors

1 #F4AFAE and #AEF4AF with #AFAEF4 are triadic colors.

2 #F4AEAF and #AEAFF4 with #AFAEF4 are triadic colors.