COLOR #AFB0DF

HEX: #AFB0DF RGB: (175,176,223)

Color info

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

RGB color model

#AFB0DF color RGB value is (175,176,223).

RGB: (175,176,223) (69%, 69%, 87%)

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 223 of 255 = 87%

175
176
223

R + G + B ~ 75%. #AFB0DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 176 + 223 = 574 (100%)
R 175 of 574 ~ 30.49%
G 176 of 574 ~ 30.66%
B 223 of 574 ~ 38.85'%

%30.49
%30.66
%38.85

CMYK color model

#AFB0DF color CMYK value is (22,21,0,13).

  • cyan value is 21.52%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (22,21,0,13)
C22M21Y0K13 (22%, 21%, 0%, 13%)
(0.22 / 0.21 / 0.00 / 0.13)

CMYK percentages

%21.52
%21.08
%0
%12.55

Codes

Color #AFB0DF in popluar color models

AF B0 DF
RGB 175 176 223
HSL 239° 42.86% 78.04%
HSB/HSV 239° 21.52% 87.45%
CMYK 21.52% 21.08% 0.00%
12.55%

Color #AFB0DF in popluar number systems.

HEX AF B0 DF
Decimal 175 176 223
Binary 10101111 10110000 11011111
Octal 257 260 337

Shades and tints

Shades of #AFB0DF

#AFB0DF
(175,176,223)
#A0A0CB
(160,160,203)
#9190B7
(145,144,183)
#8280A3
(130,128,163)
#73708F
(115,112,143)
#64607B
(100,96,123)
#555067
(85,80,103)
#464053
(70,64,83)
#37303F
(55,48,63)
#28202B
(40,32,43)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #AFB0DF

#AFB0DF
(175,176,223)
#B6B7E1
(182,183,225)
#BDBEE3
(189,190,227)
#C4C5E5
(196,197,229)
#CBCCE7
(203,204,231)
#D2D3E9
(210,211,233)
#D9DAEB
(217,218,235)
#E0E1ED
(224,225,237)
#E7E8EF
(231,232,239)
#EEEFF1
(238,239,241)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB0DF; }

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

This text font color is #AFB0DF.

Background Color

.myBgColor { background-color: #AFB0DF; }

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

This div background color is #AFB0DF.

Border color

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

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

This div border color is #AFB0DF.

Opacity

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

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

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

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

This text has shadow with #AFB0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB0DF.

Preview

Color preview on black background

This text has color #AFB0DF on black background.


Color preview on white background

This text has color #AFB0DF on white background.


Black color preview on #AFB0DF background

This text has black color on #AFB0DF background.


White color preview on #AFB0DF background

This text has white color on #AFB0DF background.


Related colors

Complementary color

Complementary color for #hex is #504F20.


I love getcolorcode.com

Triadic colors

1 #DFAFB0 and #B0DFAF with #AFB0DF are triadic colors.

2 #DFB0AF and #B0AFDF with #AFB0DF are triadic colors.