COLOR #AFBEDD

HEX: #AFBEDD RGB: (175,190,221)

Color info

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

RGB color model

#AFBEDD color RGB value is (175,190,221).

RGB: (175,190,221) (69%, 75%, 87%)

RGB channels and saturation

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

175
190
221

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

Portions of RGB colors in percentages

R + G + B = 175 + 190 + 221 = 586 (100%)
R 175 of 586 ~ 29.86%
G 190 of 586 ~ 32.42%
B 221 of 586 ~ 37.71'%

%29.86
%32.42
%37.71

CMYK color model

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

  • cyan value is 20.81%
  • magenta value is 14.03%
  • 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
%14.03
%0
%13.33

Codes

Color #AFBEDD in popluar color models

AF BE DD
RGB 175 190 221
HSL 220° 40.35% 77.65%
HSB/HSV 220° 20.81% 86.67%
CMYK 20.81% 14.03% 0.00%
13.33%

Color #AFBEDD in popluar number systems.

HEX AF BE DD
Decimal 175 190 221
Binary 10101111 10111110 11011101
Octal 257 276 335

Shades and tints

Shades of #AFBEDD

#AFBEDD
(175,190,221)
#A0ADC9
(160,173,201)
#919CB5
(145,156,181)
#828BA1
(130,139,161)
#737A8D
(115,122,141)
#646979
(100,105,121)
#555865
(85,88,101)
#464751
(70,71,81)
#37363D
(55,54,61)
#282529
(40,37,41)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #AFBEDD

#AFBEDD
(175,190,221)
#B6C3E0
(182,195,224)
#BDC8E3
(189,200,227)
#C4CDE6
(196,205,230)
#CBD2E9
(203,210,233)
#D2D7EC
(210,215,236)
#D9DCEF
(217,220,239)
#E0E1F2
(224,225,242)
#E7E6F5
(231,230,245)
#EEEBF8
(238,235,248)
#F5F0FB
(245,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEDD; }

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

This text font color is #AFBEDD.

Background Color

.myBgColor { background-color: #AFBEDD; }

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

This div background color is #AFBEDD.

Border color

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

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

This div border color is #AFBEDD.

Opacity

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

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

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

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

This text has shadow with #AFBEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBEDD.

Preview

Color preview on black background

This text has color #AFBEDD on black background.


Color preview on white background

This text has color #AFBEDD on white background.


Black color preview on #AFBEDD background

This text has black color on #AFBEDD background.


White color preview on #AFBEDD background

This text has white color on #AFBEDD background.


Related colors

Complementary color

Complementary color for #hex is #504122.


I love getcolorcode.com

Triadic colors

1 #DDAFBE and #BEDDAF with #AFBEDD are triadic colors.

2 #DDBEAF and #BEAFDD with #AFBEDD are triadic colors.