COLOR #AFB6DD

HEX: #AFB6DD
RGB: (175,182,221)

Color info

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

RGB color model

#AFB6DD color RGB value is (175,182,221).

  • red value is 175;
  • green value is 182;
  • blue value is 221.
RGB:
(175,182,221)
(69%,71%,87%)

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 221 of 255 = 87%

175
182
221

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

Portions of RGB colors in percentages

R + G + B =
175 + 182 + 221 = 578 (100%)
R 175 of 578 ~ 30.28%
G 182 of 578 ~ 31.49%
B 221 of 578 ~ 38.24%

%30.28
%31.49
%38.24

CMYK color model

#AFB6DD color CMYK value is (21,18,0,13).

  • cyan value is 20.81%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(21,18,0,13)
C21M18Y0K13 
(21%,18%,0%,13%)
(0.21/0.18/0.00/0.13)	

CMYK percentages

%20.81
%17.65
%0
%13.33

Codes

Color #AFB6DD in popluar color models

AFB6DD
RGB175182221
HSL231°40.35%77.65%
HSB/HSV231°20.81%86.67%
CMYK20.81%17.65%0.00%
13.33%

Color #AFB6DD in popluar number systems.

HEXAFB6DD
Decimal175182221
Binary101011111011011011011101
Octal257266335

Shades and tints

Shades of #AFB6DD

#AFB6DD
(175,182,221)
#A0A6C9
(160,166,201)
#9196B5
(145,150,181)
#8286A1
(130,134,161)
#73768D
(115,118,141)
#646679
(100,102,121)
#555665
(85,86,101)
#464651
(70,70,81)
#37363D
(55,54,61)
#282629
(40,38,41)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #AFB6DD

#AFB6DD
(175,182,221)
#B6BCE0
(182,188,224)
#BDC2E3
(189,194,227)
#C4C8E6
(196,200,230)
#CBCEE9
(203,206,233)
#D2D4EC
(210,212,236)
#D9DAEF
(217,218,239)
#E0E0F2
(224,224,242)
#E7E6F5
(231,230,245)
#EEECF8
(238,236,248)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB6DD color. Also use rgb(175,182,221) instead hex code.

Text Font Color

.myTextColor { color: #AFB6DD; }

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

This text font color is #AFB6DD.


Background Color

.myBgColor { background-color: #AFB6DD; }

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

This div background color is #AFB6DD.


Border color

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

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

This div border color is #AFB6DD.


Opacity

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

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

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

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

This text has shadow with #AFB6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB6DD on black background.


Color preview on white background

This text has color #AFB6DD on white background.



Black color preview on #AFB6DD background

This text has black color on #AFB6DD background.


White color preview on #AFB6DD background

This text has white color on #AFB6DD background.