COLOR #AFB0D6

HEX: #AFB0D6
RGB: (175,176,214)

Color info

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

RGB color model

#AFB0D6 color RGB value is (175,176,214).

  • red value is 175;
  • green value is 176;
  • blue value is 214.
RGB:
(175,176,214)
(69%,69%,84%)

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 214 of 255 = 84%

175
176
214

R + G + B ~ 74%. #AFB0D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 176 + 214 = 565 (100%)
R 175 of 565 ~ 30.97%
G 176 of 565 ~ 31.15%
B 214 of 565 ~ 37.88%

%30.97
%31.15
%37.88

CMYK color model

#AFB0D6 color CMYK value is (18,18,0,16).

  • cyan value is 18.22%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(18,18,0,16)
C18M18Y0K16 
(18%,18%,0%,16%)
(0.18/0.18/0.00/0.16)	

CMYK percentages

%18.22
%17.76
%0
%16.08

Codes

Color #AFB0D6 in popluar color models

AFB0D6
RGB175176214
HSL238°32.23%76.27%
HSB/HSV238°18.22%83.92%
CMYK18.22%17.76%0.00%
16.08%

Color #AFB0D6 in popluar number systems.

HEXAFB0D6
Decimal175176214
Binary101011111011000011010110
Octal257260326

Shades and tints

Shades of #AFB0D6

#AFB0D6
(175,176,214)
#A0A0C3
(160,160,195)
#9190B0
(145,144,176)
#82809D
(130,128,157)
#73708A
(115,112,138)
#646077
(100,96,119)
#555064
(85,80,100)
#464051
(70,64,81)
#37303E
(55,48,62)
#28202B
(40,32,43)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #AFB0D6

#AFB0D6
(175,176,214)
#B6B7D9
(182,183,217)
#BDBEDC
(189,190,220)
#C4C5DF
(196,197,223)
#CBCCE2
(203,204,226)
#D2D3E5
(210,211,229)
#D9DAE8
(217,218,232)
#E0E1EB
(224,225,235)
#E7E8EE
(231,232,238)
#EEEFF1
(238,239,241)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB0D6 color. Also use rgb(175,176,214) instead hex code.

Text Font Color

.myTextColor { color: #AFB0D6; }

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

This text font color is #AFB0D6.


Background Color

.myBgColor { background-color: #AFB0D6; }

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

This div background color is #AFB0D6.


Border color

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

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

This div border color is #AFB0D6.


Opacity

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

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

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

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

This text has shadow with #AFB0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB0D6 on black background.


Color preview on white background

This text has color #AFB0D6 on white background.



Black color preview on #AFB0D6 background

This text has black color on #AFB0D6 background.


White color preview on #AFB0D6 background

This text has white color on #AFB0D6 background.