COLOR #AEBED1

HEX: #AEBED1 RGB: (174,190,209)

Color info

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

RGB color model

#AEBED1 color RGB value is (174,190,209).

RGB: (174,190,209) (68%, 75%, 82%)

RGB channels and saturation

R 174 of 255 = 68%
G 190 of 255 = 75%
B 209 of 255 = 82%

174
190
209

R + G + B ~ 75%. #AEBED1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 190 + 209 = 573 (100%)
R 174 of 573 ~ 30.37%
G 190 of 573 ~ 33.16%
B 209 of 573 ~ 36.47'%

%30.37
%33.16
%36.47

CMYK color model

#AEBED1 color CMYK value is (17,9,0,18).

  • cyan value is 16.75%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (17,9,0,18)
C17M9Y0K18 (17%, 9%, 0%, 18%)
(0.17 / 0.09 / 0.00 / 0.18)

CMYK percentages

%16.75
%9.09
%0
%18.04

Codes

Color #AEBED1 in popluar color models

AE BE D1
RGB 174 190 209
HSL 213° 27.56% 75.10%
HSB/HSV 213° 16.75% 81.96%
CMYK 16.75% 9.09% 0.00%
18.04%

Color #AEBED1 in popluar number systems.

HEX AE BE D1
Decimal 174 190 209
Binary 10101110 10111110 11010001
Octal 256 276 321

Shades and tints

Shades of #AEBED1

#AEBED1
(174,190,209)
#9FADBE
(159,173,190)
#909CAB
(144,156,171)
#818B98
(129,139,152)
#727A85
(114,122,133)
#636972
(99,105,114)
#54585F
(84,88,95)
#45474C
(69,71,76)
#363639
(54,54,57)
#272526
(39,37,38)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AEBED1

#AEBED1
(174,190,209)
#B5C3D5
(181,195,213)
#BCC8D9
(188,200,217)
#C3CDDD
(195,205,221)
#CAD2E1
(202,210,225)
#D1D7E5
(209,215,229)
#D8DCE9
(216,220,233)
#DFE1ED
(223,225,237)
#E6E6F1
(230,230,241)
#EDEBF5
(237,235,245)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBED1; }

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

This text font color is #AEBED1.

Background Color

.myBgColor { background-color: #AEBED1; }

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

This div background color is #AEBED1.

Border color

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

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

This div border color is #AEBED1.

Opacity

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

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

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

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

This text has shadow with #AEBED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBED1.

Preview

Color preview on black background

This text has color #AEBED1 on black background.


Color preview on white background

This text has color #AEBED1 on white background.


Black color preview on #AEBED1 background

This text has black color on #AEBED1 background.


White color preview on #AEBED1 background

This text has white color on #AEBED1 background.


Related colors

Complementary color

Complementary color for #hex is #51412E.


I love getcolorcode.com

Triadic colors

1 #D1AEBE and #BED1AE with #AEBED1 are triadic colors.

2 #D1BEAE and #BEAED1 with #AEBED1 are triadic colors.