COLOR #AEBEDA

HEX: #AEBEDA RGB: (174,190,218)

Color info

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

RGB color model

#AEBEDA color RGB value is (174,190,218).

RGB: (174,190,218) (68%, 75%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 190 of 255 = 75%
B 218 of 255 = 85%

174
190
218

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

Portions of RGB colors in percentages

R + G + B = 174 + 190 + 218 = 582 (100%)
R 174 of 582 ~ 29.9%
G 190 of 582 ~ 32.65%
B 218 of 582 ~ 37.46'%

%29.9
%32.65
%37.46

CMYK color model

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

  • cyan value is 20.18%
  • 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

%20.18
%12.84
%0
%14.51

Codes

Color #AEBEDA in popluar color models

AE BE DA
RGB 174 190 218
HSL 218° 37.29% 76.86%
HSB/HSV 218° 20.18% 85.49%
CMYK 20.18% 12.84% 0.00%
14.51%

Color #AEBEDA in popluar number systems.

HEX AE BE DA
Decimal 174 190 218
Binary 10101110 10111110 11011010
Octal 256 276 332

Shades and tints

Shades of #AEBEDA

#AEBEDA
(174,190,218)
#9FADC7
(159,173,199)
#909CB4
(144,156,180)
#818BA1
(129,139,161)
#727A8E
(114,122,142)
#63697B
(99,105,123)
#545868
(84,88,104)
#454755
(69,71,85)
#363642
(54,54,66)
#27252F
(39,37,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #AEBEDA

#AEBEDA
(174,190,218)
#B5C3DD
(181,195,221)
#BCC8E0
(188,200,224)
#C3CDE3
(195,205,227)
#CAD2E6
(202,210,230)
#D1D7E9
(209,215,233)
#D8DCEC
(216,220,236)
#DFE1EF
(223,225,239)
#E6E6F2
(230,230,242)
#EDEBF5
(237,235,245)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBEDA; }

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

This text font color is #AEBEDA.

Background Color

.myBgColor { background-color: #AEBEDA; }

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

This div background color is #AEBEDA.

Border color

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

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

This div border color is #AEBEDA.

Opacity

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

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

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

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

This text has shadow with #AEBEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBEDA.

Preview

Color preview on black background

This text has color #AEBEDA on black background.


Color preview on white background

This text has color #AEBEDA on white background.


Black color preview on #AEBEDA background

This text has black color on #AEBEDA background.


White color preview on #AEBEDA background

This text has white color on #AEBEDA background.


Related colors

Complementary color

Complementary color for #hex is #514125.


I love getcolorcode.com

Triadic colors

1 #DAAEBE and #BEDAAE with #AEBEDA are triadic colors.

2 #DABEAE and #BEAEDA with #AEBEDA are triadic colors.