COLOR #AFBFDE

HEX: #AFBFDE RGB: (175,191,222)

Color info

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

RGB color model

#AFBFDE color RGB value is (175,191,222).

RGB: (175,191,222) (69%, 75%, 87%)

RGB channels and saturation

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

175
191
222

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

Portions of RGB colors in percentages

R + G + B = 175 + 191 + 222 = 588 (100%)
R 175 of 588 ~ 29.76%
G 191 of 588 ~ 32.48%
B 222 of 588 ~ 37.76'%

%29.76
%32.48
%37.76

CMYK color model

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

  • cyan value is 21.17%
  • magenta value is 13.96%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (21,14,0,13)
C21M14Y0K13 (21%, 14%, 0%, 13%)
(0.21 / 0.14 / 0.00 / 0.13)

CMYK percentages

%21.17
%13.96
%0
%12.94

Codes

Color #AFBFDE in popluar color models

AF BF DE
RGB 175 191 222
HSL 220° 41.59% 77.84%
HSB/HSV 220° 21.17% 87.06%
CMYK 21.17% 13.96% 0.00%
12.94%

Color #AFBFDE in popluar number systems.

HEX AF BF DE
Decimal 175 191 222
Binary 10101111 10111111 11011110
Octal 257 277 336

Shades and tints

Shades of #AFBFDE

#AFBFDE
(175,191,222)
#A0AECA
(160,174,202)
#919DB6
(145,157,182)
#828CA2
(130,140,162)
#737B8E
(115,123,142)
#646A7A
(100,106,122)
#555966
(85,89,102)
#464852
(70,72,82)
#37373E
(55,55,62)
#28262A
(40,38,42)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #AFBFDE

#AFBFDE
(175,191,222)
#B6C4E1
(182,196,225)
#BDC9E4
(189,201,228)
#C4CEE7
(196,206,231)
#CBD3EA
(203,211,234)
#D2D8ED
(210,216,237)
#D9DDF0
(217,221,240)
#E0E2F3
(224,226,243)
#E7E7F6
(231,231,246)
#EEECF9
(238,236,249)
#F5F1FC
(245,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBFDE; }

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

This text font color is #AFBFDE.

Background Color

.myBgColor { background-color: #AFBFDE; }

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

This div background color is #AFBFDE.

Border color

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

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

This div border color is #AFBFDE.

Opacity

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

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

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

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

This text has shadow with #AFBFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBFDE.

Preview

Color preview on black background

This text has color #AFBFDE on black background.


Color preview on white background

This text has color #AFBFDE on white background.


Black color preview on #AFBFDE background

This text has black color on #AFBFDE background.


White color preview on #AFBFDE background

This text has white color on #AFBFDE background.


Related colors

Complementary color

Complementary color for #hex is #504021.


I love getcolorcode.com

Triadic colors

1 #DEAFBF and #BFDEAF with #AFBFDE are triadic colors.

2 #DEBFAF and #BFAFDE with #AFBFDE are triadic colors.