COLOR #AFB0D0

HEX: #AFB0D0
RGB: (175,176,208)

Color info

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

RGB color model

#AFB0D0 color RGB value is (175,176,208).

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

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 208 of 255 = 82%

175
176
208

R + G + B ~ 73%. #AFB0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 176 + 208 = 559 (100%)
R 175 of 559 ~ 31.31%
G 176 of 559 ~ 31.48%
B 208 of 559 ~ 37.21%

%31.31
%31.48
%37.21

CMYK color model

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

  • cyan value is 15.87%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(16,15,0,18)
C16M15Y0K18 
(16%,15%,0%,18%)
(0.16/0.15/0.00/0.18)	

CMYK percentages

%15.87
%15.38
%0
%18.43

Codes

Color #AFB0D0 in popluar color models

AFB0D0
RGB175176208
HSL238°25.98%75.10%
HSB/HSV238°15.87%81.57%
CMYK15.87%15.38%0.00%
18.43%

Color #AFB0D0 in popluar number systems.

HEXAFB0D0
Decimal175176208
Binary101011111011000011010000
Octal257260320

Shades and tints

Shades of #AFB0D0

#AFB0D0
(175,176,208)
#A0A0BE
(160,160,190)
#9190AC
(145,144,172)
#82809A
(130,128,154)
#737088
(115,112,136)
#646076
(100,96,118)
#555064
(85,80,100)
#464052
(70,64,82)
#373040
(55,48,64)
#28202E
(40,32,46)
#19101C
(25,16,28)
#000000
(0,0,0)

Tints of #AFB0D0

#AFB0D0
(175,176,208)
#B6B7D4
(182,183,212)
#BDBED8
(189,190,216)
#C4C5DC
(196,197,220)
#CBCCE0
(203,204,224)
#D2D3E4
(210,211,228)
#D9DAE8
(217,218,232)
#E0E1EC
(224,225,236)
#E7E8F0
(231,232,240)
#EEEFF4
(238,239,244)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB0D0; }

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

This text font color is #AFB0D0.


Background Color

.myBgColor { background-color: #AFB0D0; }

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

This div background color is #AFB0D0.


Border color

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

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

This div border color is #AFB0D0.


Opacity

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

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

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

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

This text has shadow with #AFB0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB0D0 on black background.


Color preview on white background

This text has color #AFB0D0 on white background.



Black color preview on #AFB0D0 background

This text has black color on #AFB0D0 background.


White color preview on #AFB0D0 background

This text has white color on #AFB0D0 background.