COLOR #AFB9E1

HEX: #AFB9E1
RGB: (175,185,225)

Color info

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

RGB color model

#AFB9E1 color RGB value is (175,185,225).

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

RGB channels and saturation

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

175
185
225

R + G + B ~ 77%. #AFB9E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 185 + 225 = 585 (100%)
R 175 of 585 ~ 29.91%
G 185 of 585 ~ 31.62%
B 225 of 585 ~ 38.46%

%29.91
%31.62
%38.46

CMYK color model

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

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

CMYK percentages

%22.22
%17.78
%0
%11.76

Codes

Color #AFB9E1 in popluar color models

AFB9E1
RGB175185225
HSL228°45.45%78.43%
HSB/HSV228°22.22%88.24%
CMYK22.22%17.78%0.00%
11.76%

Color #AFB9E1 in popluar number systems.

HEXAFB9E1
Decimal175185225
Binary101011111011100111100001
Octal257271341

Shades and tints

Shades of #AFB9E1

#AFB9E1
(175,185,225)
#A0A9CD
(160,169,205)
#9199B9
(145,153,185)
#8289A5
(130,137,165)
#737991
(115,121,145)
#64697D
(100,105,125)
#555969
(85,89,105)
#464955
(70,73,85)
#373941
(55,57,65)
#28292D
(40,41,45)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #AFB9E1

#AFB9E1
(175,185,225)
#B6BFE3
(182,191,227)
#BDC5E5
(189,197,229)
#C4CBE7
(196,203,231)
#CBD1E9
(203,209,233)
#D2D7EB
(210,215,235)
#D9DDED
(217,221,237)
#E0E3EF
(224,227,239)
#E7E9F1
(231,233,241)
#EEEFF3
(238,239,243)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB9E1; }

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

This text font color is #AFB9E1.


Background Color

.myBgColor { background-color: #AFB9E1; }

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

This div background color is #AFB9E1.


Border color

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

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

This div border color is #AFB9E1.


Opacity

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

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

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

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

This text has shadow with #AFB9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB9E1 on black background.


Color preview on white background

This text has color #AFB9E1 on white background.



Black color preview on #AFB9E1 background

This text has black color on #AFB9E1 background.


White color preview on #AFB9E1 background

This text has white color on #AFB9E1 background.