COLOR #AFBFDD

HEX: #AFBFDD
RGB: (175,191,221)

Color info

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

RGB color model

#AFBFDD color RGB value is (175,191,221).

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

RGB channels and saturation

R 175 of 255 = 69%
G 191 of 255 = 75%
B 221 of 255 = 87%

175
191
221

R + G + B ~ 77%. #AFBFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 191 + 221 = 587 (100%)
R 175 of 587 ~ 29.81%
G 191 of 587 ~ 32.54%
B 221 of 587 ~ 37.65%

%29.81
%32.54
%37.65

CMYK color model

#AFBFDD color CMYK value is (21,14,0,13).

  • cyan value is 20.81%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(21,14,0,13)
C21M14Y0K13 
(21%,14%,0%,13%)
(0.21/0.14/0.00/0.13)	

CMYK percentages

%20.81
%13.57
%0
%13.33

Codes

Color #AFBFDD in popluar color models

AFBFDD
RGB175191221
HSL219°40.35%77.65%
HSB/HSV219°20.81%86.67%
CMYK20.81%13.57%0.00%
13.33%

Color #AFBFDD in popluar number systems.

HEXAFBFDD
Decimal175191221
Binary101011111011111111011101
Octal257277335

Shades and tints

Shades of #AFBFDD

#AFBFDD
(175,191,221)
#A0AEC9
(160,174,201)
#919DB5
(145,157,181)
#828CA1
(130,140,161)
#737B8D
(115,123,141)
#646A79
(100,106,121)
#555965
(85,89,101)
#464851
(70,72,81)
#37373D
(55,55,61)
#282629
(40,38,41)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AFBFDD

#AFBFDD
(175,191,221)
#B6C4E0
(182,196,224)
#BDC9E3
(189,201,227)
#C4CEE6
(196,206,230)
#CBD3E9
(203,211,233)
#D2D8EC
(210,216,236)
#D9DDEF
(217,221,239)
#E0E2F2
(224,226,242)
#E7E7F5
(231,231,245)
#EEECF8
(238,236,248)
#F5F1FB
(245,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBFDD; }

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

This text font color is #AFBFDD.


Background Color

.myBgColor { background-color: #AFBFDD; }

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

This div background color is #AFBFDD.


Border color

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

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

This div border color is #AFBFDD.


Opacity

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

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

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

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

This text has shadow with #AFBFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBFDD on black background.


Color preview on white background

This text has color #AFBFDD on white background.



Black color preview on #AFBFDD background

This text has black color on #AFBFDD background.


White color preview on #AFBFDD background

This text has white color on #AFBFDD background.