COLOR #AFB0D5

HEX: #AFB0D5
RGB: (175,176,213)

Color info

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

RGB color model

#AFB0D5 color RGB value is (175,176,213).

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

RGB channels and saturation

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

175
176
213

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

Portions of RGB colors in percentages

R + G + B =
175 + 176 + 213 = 564 (100%)
R 175 of 564 ~ 31.03%
G 176 of 564 ~ 31.21%
B 213 of 564 ~ 37.77%

%31.03
%31.21
%37.77

CMYK color model

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

  • cyan value is 17.84%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(18,17,0,16)
C18M17Y0K16 
(18%,17%,0%,16%)
(0.18/0.17/0.00/0.16)	

CMYK percentages

%17.84
%17.37
%0
%16.47

Codes

Color #AFB0D5 in popluar color models

AFB0D5
RGB175176213
HSL238°31.15%76.08%
HSB/HSV238°17.84%83.53%
CMYK17.84%17.37%0.00%
16.47%

Color #AFB0D5 in popluar number systems.

HEXAFB0D5
Decimal175176213
Binary101011111011000011010101
Octal257260325

Shades and tints

Shades of #AFB0D5

#AFB0D5
(175,176,213)
#A0A0C2
(160,160,194)
#9190AF
(145,144,175)
#82809C
(130,128,156)
#737089
(115,112,137)
#646076
(100,96,118)
#555063
(85,80,99)
#464050
(70,64,80)
#37303D
(55,48,61)
#28202A
(40,32,42)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #AFB0D5

#AFB0D5
(175,176,213)
#B6B7D8
(182,183,216)
#BDBEDB
(189,190,219)
#C4C5DE
(196,197,222)
#CBCCE1
(203,204,225)
#D2D3E4
(210,211,228)
#D9DAE7
(217,218,231)
#E0E1EA
(224,225,234)
#E7E8ED
(231,232,237)
#EEEFF0
(238,239,240)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB0D5; }

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

This text font color is #AFB0D5.


Background Color

.myBgColor { background-color: #AFB0D5; }

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

This div background color is #AFB0D5.


Border color

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

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

This div border color is #AFB0D5.


Opacity

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

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

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

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

This text has shadow with #AFB0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB0D5 on black background.


Color preview on white background

This text has color #AFB0D5 on white background.



Black color preview on #AFB0D5 background

This text has black color on #AFB0D5 background.


White color preview on #AFB0D5 background

This text has white color on #AFB0D5 background.