COLOR #AFB7E0

HEX: #AFB7E0
RGB: (175,183,224)

Color info

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

RGB color model

#AFB7E0 color RGB value is (175,183,224).

  • red value is 175;
  • green value is 183;
  • blue value is 224.
RGB:
(175,183,224)
(69%,72%,88%)

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 224 of 255 = 88%

175
183
224

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

Portions of RGB colors in percentages

R + G + B =
175 + 183 + 224 = 582 (100%)
R 175 of 582 ~ 30.07%
G 183 of 582 ~ 31.44%
B 224 of 582 ~ 38.49%

%30.07
%31.44
%38.49

CMYK color model

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

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

CMYK percentages

%21.88
%18.3
%0
%12.16

Codes

Color #AFB7E0 in popluar color models

AFB7E0
RGB175183224
HSL230°44.14%78.24%
HSB/HSV230°21.88%87.84%
CMYK21.88%18.30%0.00%
12.16%

Color #AFB7E0 in popluar number systems.

HEXAFB7E0
Decimal175183224
Binary101011111011011111100000
Octal257267340

Shades and tints

Shades of #AFB7E0

#AFB7E0
(175,183,224)
#A0A7CC
(160,167,204)
#9197B8
(145,151,184)
#8287A4
(130,135,164)
#737790
(115,119,144)
#64677C
(100,103,124)
#555768
(85,87,104)
#464754
(70,71,84)
#373740
(55,55,64)
#28272C
(40,39,44)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #AFB7E0

#AFB7E0
(175,183,224)
#B6BDE2
(182,189,226)
#BDC3E4
(189,195,228)
#C4C9E6
(196,201,230)
#CBCFE8
(203,207,232)
#D2D5EA
(210,213,234)
#D9DBEC
(217,219,236)
#E0E1EE
(224,225,238)
#E7E7F0
(231,231,240)
#EEEDF2
(238,237,242)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB7E0; }

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

This text font color is #AFB7E0.


Background Color

.myBgColor { background-color: #AFB7E0; }

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

This div background color is #AFB7E0.


Border color

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

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

This div border color is #AFB7E0.


Opacity

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

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

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

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

This text has shadow with #AFB7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB7E0 on black background.


Color preview on white background

This text has color #AFB7E0 on white background.



Black color preview on #AFB7E0 background

This text has black color on #AFB7E0 background.


White color preview on #AFB7E0 background

This text has white color on #AFB7E0 background.