COLOR #AFBEDA

HEX: #AFBEDA RGB: (175,190,218)

Color info

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

RGB color model

#AFBEDA color RGB value is (175,190,218).

RGB: (175,190,218) (69%, 75%, 85%)

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 218 of 255 = 85%

175
190
218

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

Portions of RGB colors in percentages

R + G + B = 175 + 190 + 218 = 583 (100%)
R 175 of 583 ~ 30.02%
G 190 of 583 ~ 32.59%
B 218 of 583 ~ 37.39'%

%30.02
%32.59
%37.39

CMYK color model

#AFBEDA color CMYK value is (20,13,0,15).

  • cyan value is 19.72%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (20,13,0,15)
C20M13Y0K15 (20%, 13%, 0%, 15%)
(0.20 / 0.13 / 0.00 / 0.15)

CMYK percentages

%19.72
%12.84
%0
%14.51

Codes

Color #AFBEDA in popluar color models

AF BE DA
RGB 175 190 218
HSL 219° 36.75% 77.06%
HSB/HSV 219° 19.72% 85.49%
CMYK 19.72% 12.84% 0.00%
14.51%

Color #AFBEDA in popluar number systems.

HEX AF BE DA
Decimal 175 190 218
Binary 10101111 10111110 11011010
Octal 257 276 332

Shades and tints

Shades of #AFBEDA

#AFBEDA
(175,190,218)
#A0ADC7
(160,173,199)
#919CB4
(145,156,180)
#828BA1
(130,139,161)
#737A8E
(115,122,142)
#64697B
(100,105,123)
#555868
(85,88,104)
#464755
(70,71,85)
#373642
(55,54,66)
#28252F
(40,37,47)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #AFBEDA

#AFBEDA
(175,190,218)
#B6C3DD
(182,195,221)
#BDC8E0
(189,200,224)
#C4CDE3
(196,205,227)
#CBD2E6
(203,210,230)
#D2D7E9
(210,215,233)
#D9DCEC
(217,220,236)
#E0E1EF
(224,225,239)
#E7E6F2
(231,230,242)
#EEEBF5
(238,235,245)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEDA; }

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

This text font color is #AFBEDA.

Background Color

.myBgColor { background-color: #AFBEDA; }

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

This div background color is #AFBEDA.

Border color

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

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

This div border color is #AFBEDA.

Opacity

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

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

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

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

This text has shadow with #AFBEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBEDA.

Preview

Color preview on black background

This text has color #AFBEDA on black background.


Color preview on white background

This text has color #AFBEDA on white background.


Black color preview on #AFBEDA background

This text has black color on #AFBEDA background.


White color preview on #AFBEDA background

This text has white color on #AFBEDA background.


Related colors

Complementary color

Complementary color for #hex is #504125.


I love getcolorcode.com

Triadic colors

1 #DAAFBE and #BEDAAF with #AFBEDA are triadic colors.

2 #DABEAF and #BEAFDA with #AFBEDA are triadic colors.