COLOR #AFB9E7

HEX: #AFB9E7
RGB: (175,185,231)

Color info

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

RGB color model

#AFB9E7 color RGB value is (175,185,231).

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

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 231 of 255 = 91%

175
185
231

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

Portions of RGB colors in percentages

R + G + B =
175 + 185 + 231 = 591 (100%)
R 175 of 591 ~ 29.61%
G 185 of 591 ~ 31.3%
B 231 of 591 ~ 39.09%

%29.61
%31.3
%39.09

CMYK color model

#AFB9E7 color CMYK value is (24,20,0,9).

  • cyan value is 24.24%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(24,20,0,9)
C24M20Y0K9 
(24%,20%,0%,9%)
(0.24/0.20/0.00/0.09)	

CMYK percentages

%24.24
%19.91
%0
%9.41

Codes

Color #AFB9E7 in popluar color models

AFB9E7
RGB175185231
HSL229°53.85%79.61%
HSB/HSV229°24.24%90.59%
CMYK24.24%19.91%0.00%
9.41%

Color #AFB9E7 in popluar number systems.

HEXAFB9E7
Decimal175185231
Binary101011111011100111100111
Octal257271347

Shades and tints

Shades of #AFB9E7

#AFB9E7
(175,185,231)
#A0A9D2
(160,169,210)
#9199BD
(145,153,189)
#8289A8
(130,137,168)
#737993
(115,121,147)
#64697E
(100,105,126)
#555969
(85,89,105)
#464954
(70,73,84)
#37393F
(55,57,63)
#28292A
(40,41,42)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #AFB9E7

#AFB9E7
(175,185,231)
#B6BFE9
(182,191,233)
#BDC5EB
(189,197,235)
#C4CBED
(196,203,237)
#CBD1EF
(203,209,239)
#D2D7F1
(210,215,241)
#D9DDF3
(217,221,243)
#E0E3F5
(224,227,245)
#E7E9F7
(231,233,247)
#EEEFF9
(238,239,249)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB9E7; }

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

This text font color is #AFB9E7.


Background Color

.myBgColor { background-color: #AFB9E7; }

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

This div background color is #AFB9E7.


Border color

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

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

This div border color is #AFB9E7.


Opacity

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

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

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

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

This text has shadow with #AFB9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB9E7 on black background.


Color preview on white background

This text has color #AFB9E7 on white background.



Black color preview on #AFB9E7 background

This text has black color on #AFB9E7 background.


White color preview on #AFB9E7 background

This text has white color on #AFB9E7 background.