COLOR #AFB1E6

HEX: #AFB1E6 RGB: (175,177,230)

Color info

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

RGB color model

#AFB1E6 color RGB value is (175,177,230).

RGB: (175,177,230) (69%, 69%, 90%)

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 230 of 255 = 90%

175
177
230

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

Portions of RGB colors in percentages

R + G + B = 175 + 177 + 230 = 582 (100%)
R 175 of 582 ~ 30.07%
G 177 of 582 ~ 30.41%
B 230 of 582 ~ 39.52'%

%30.07
%30.41
%39.52

CMYK color model

#AFB1E6 color CMYK value is (24,23,0,10).

  • cyan value is 23.91%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (24,23,0,10)
C24M23Y0K10 (24%, 23%, 0%, 10%)
(0.24 / 0.23 / 0.00 / 0.10)

CMYK percentages

%23.91
%23.04
%0
%9.8

Codes

Color #AFB1E6 in popluar color models

AF B1 E6
RGB 175 177 230
HSL 238° 52.38% 79.41%
HSB/HSV 238° 23.91% 90.20%
CMYK 23.91% 23.04% 0.00%
9.80%

Color #AFB1E6 in popluar number systems.

HEX AF B1 E6
Decimal 175 177 230
Binary 10101111 10110001 11100110
Octal 257 261 346

Shades and tints

Shades of #AFB1E6

#AFB1E6
(175,177,230)
#A0A1D2
(160,161,210)
#9191BE
(145,145,190)
#8281AA
(130,129,170)
#737196
(115,113,150)
#646182
(100,97,130)
#55516E
(85,81,110)
#46415A
(70,65,90)
#373146
(55,49,70)
#282132
(40,33,50)
#19111E
(25,17,30)
#000000
(0,0,0)

Tints of #AFB1E6

#AFB1E6
(175,177,230)
#B6B8E8
(182,184,232)
#BDBFEA
(189,191,234)
#C4C6EC
(196,198,236)
#CBCDEE
(203,205,238)
#D2D4F0
(210,212,240)
#D9DBF2
(217,219,242)
#E0E2F4
(224,226,244)
#E7E9F6
(231,233,246)
#EEF0F8
(238,240,248)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB1E6; }

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

This text font color is #AFB1E6.

Background Color

.myBgColor { background-color: #AFB1E6; }

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

This div background color is #AFB1E6.

Border color

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

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

This div border color is #AFB1E6.

Opacity

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

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

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

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

This text has shadow with #AFB1E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB1E6.

Preview

Color preview on black background

This text has color #AFB1E6 on black background.


Color preview on white background

This text has color #AFB1E6 on white background.


Black color preview on #AFB1E6 background

This text has black color on #AFB1E6 background.


White color preview on #AFB1E6 background

This text has white color on #AFB1E6 background.


Related colors

Complementary color

Complementary color for #hex is #504E19.


I love getcolorcode.com

Triadic colors

1 #E6AFB1 and #B1E6AF with #AFB1E6 are triadic colors.

2 #E6B1AF and #B1AFE6 with #AFB1E6 are triadic colors.