COLOR #AFB4E0

HEX: #AFB4E0 RGB: (175,180,224)

Color info

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

RGB color model

#AFB4E0 color RGB value is (175,180,224).

RGB: (175,180,224) (69%, 71%, 88%)

RGB channels and saturation

R 175 of 255 = 69%
G 180 of 255 = 71%
B 224 of 255 = 88%

175
180
224

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

Portions of RGB colors in percentages

R + G + B = 175 + 180 + 224 = 579 (100%)
R 175 of 579 ~ 30.22%
G 180 of 579 ~ 31.09%
B 224 of 579 ~ 38.69'%

%30.22
%31.09
%38.69

CMYK color model

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

  • cyan value is 21.88%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (22,20,0,12)
C22M20Y0K12 (22%, 20%, 0%, 12%)
(0.22 / 0.20 / 0.00 / 0.12)

CMYK percentages

%21.88
%19.64
%0
%12.16

Codes

Color #AFB4E0 in popluar color models

AF B4 E0
RGB 175 180 224
HSL 234° 44.14% 78.24%
HSB/HSV 234° 21.88% 87.84%
CMYK 21.88% 19.64% 0.00%
12.16%

Color #AFB4E0 in popluar number systems.

HEX AF B4 E0
Decimal 175 180 224
Binary 10101111 10110100 11100000
Octal 257 264 340

Shades and tints

Shades of #AFB4E0

#AFB4E0
(175,180,224)
#A0A4CC
(160,164,204)
#9194B8
(145,148,184)
#8284A4
(130,132,164)
#737490
(115,116,144)
#64647C
(100,100,124)
#555468
(85,84,104)
#464454
(70,68,84)
#373440
(55,52,64)
#28242C
(40,36,44)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #AFB4E0

#AFB4E0
(175,180,224)
#B6BAE2
(182,186,226)
#BDC0E4
(189,192,228)
#C4C6E6
(196,198,230)
#CBCCE8
(203,204,232)
#D2D2EA
(210,210,234)
#D9D8EC
(217,216,236)
#E0DEEE
(224,222,238)
#E7E4F0
(231,228,240)
#EEEAF2
(238,234,242)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB4E0; }

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

This text font color is #AFB4E0.

Background Color

.myBgColor { background-color: #AFB4E0; }

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

This div background color is #AFB4E0.

Border color

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

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

This div border color is #AFB4E0.

Opacity

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

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

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

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

This text has shadow with #AFB4E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB4E0.

Preview

Color preview on black background

This text has color #AFB4E0 on black background.


Color preview on white background

This text has color #AFB4E0 on white background.


Black color preview on #AFB4E0 background

This text has black color on #AFB4E0 background.


White color preview on #AFB4E0 background

This text has white color on #AFB4E0 background.


Related colors

Complementary color

Complementary color for #hex is #504B1F.


I love getcolorcode.com

Triadic colors

1 #E0AFB4 and #B4E0AF with #AFB4E0 are triadic colors.

2 #E0B4AF and #B4AFE0 with #AFB4E0 are triadic colors.