COLOR #AEBDC1

HEX: #AEBDC1 RGB: (174,189,193)

Color info

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

RGB color model

#AEBDC1 color RGB value is (174,189,193).

RGB: (174,189,193) (68%, 74%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 193 of 255 = 76%

174
189
193

R + G + B ~ 73%. #AEBDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 189 + 193 = 556 (100%)
R 174 of 556 ~ 31.29%
G 189 of 556 ~ 33.99%
B 193 of 556 ~ 34.71'%

%31.29
%33.99
%34.71

CMYK color model

#AEBDC1 color CMYK value is (10,2,0,24).

  • cyan value is 9.84%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (10,2,0,24) C10M2Y0K24 (10%,2%,0%,24%) (0.10/0.02/0.00/0.24) 

CMYK percentages

%9.84
%2.07
%0
%24.31

Codes

Color #AEBDC1 in popluar color models

AE BD C1
RGB 174 189 193
HSL 193° 13.29% 71.96%
HSB/HSV 193° 9.84% 75.69%
CMYK 9.84% 2.07% 0.00%
24.31%

Color #AEBDC1 in popluar number systems.

HEX AE BD C1
Decimal 174 189 193
Binary 10101110 10111101 11000001
Octal 256 275 301

Shades and tints

Shades of #AEBDC1

#AEBDC1
(174,189,193)
#9FACB0
(159,172,176)
#909B9F
(144,155,159)
#818A8E
(129,138,142)
#72797D
(114,121,125)
#63686C
(99,104,108)
#54575B
(84,87,91)
#45464A
(69,70,74)
#363539
(54,53,57)
#272428
(39,36,40)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #AEBDC1

#AEBDC1
(174,189,193)
#B5C3C6
(181,195,198)
#BCC9CB
(188,201,203)
#C3CFD0
(195,207,208)
#CAD5D5
(202,213,213)
#D1DBDA
(209,219,218)
#D8E1DF
(216,225,223)
#DFE7E4
(223,231,228)
#E6EDE9
(230,237,233)
#EDF3EE
(237,243,238)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBDC1 color. Also use rgb(174,189,193) instead hex code.

Text Font Color

.myTextColor { color: #AEBDC1; }

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

This text font color is #AEBDC1.

Background Color

.myBgColor { background-color: #AEBDC1; }

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

This div background color is #AEBDC1.

Border color

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

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

This div border color is #AEBDC1.

Opacity

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

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

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

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

This text has shadow with #AEBDC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBDC1.

Preview

Color preview on black background

This text has color #AEBDC1 on black background.


Color preview on white background

This text has color #AEBDC1 on white background.


Black color preview on #AEBDC1 background

This text has black color on #AEBDC1 background.


White color preview on #AEBDC1 background

This text has white color on #AEBDC1 background.


Related colors

Complementary color

Complementary color for #hex is #51423E.


I love getcolorcode.com

Triadic colors

1 #C1AEBD and #BDC1AE with #AEBDC1 are triadic colors.

2 #C1BDAE and #BDAEC1 with #AEBDC1 are triadic colors.