COLOR #AEADBB

HEX: #AEADBB RGB: (174,173,187)

Color info

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

RGB color model

#AEADBB color RGB value is (174,173,187).

RGB: (174,173,187) (68%, 68%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 187 of 255 = 73%

174
173
187

R + G + B ~ 70%. #AEADBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 173 + 187 = 534 (100%)
R 174 of 534 ~ 32.58%
G 173 of 534 ~ 32.4%
B 187 of 534 ~ 35.02'%

%32.58
%32.4
%35.02

CMYK color model

#AEADBB color CMYK value is (7,7,0,27).

  • cyan value is 6.95%
  • magenta value is 7.49%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (7,7,0,27)
C7M7Y0K27 (7%, 7%, 0%, 27%)
(0.07 / 0.07 / 0.00 / 0.27)

CMYK percentages

%6.95
%7.49
%0
%26.67

Codes

Color #AEADBB in popluar color models

AE AD BB
RGB 174 173 187
HSL 244° 9.33% 70.59%
HSB/HSV 244° 7.49% 73.33%
CMYK 6.95% 7.49% 0.00%
26.67%

Color #AEADBB in popluar number systems.

HEX AE AD BB
Decimal 174 173 187
Binary 10101110 10101101 10111011
Octal 256 255 273

Shades and tints

Shades of #AEADBB

#AEADBB
(174,173,187)
#9F9EAA
(159,158,170)
#908F99
(144,143,153)
#818088
(129,128,136)
#727177
(114,113,119)
#636266
(99,98,102)
#545355
(84,83,85)
#454444
(69,68,68)
#363533
(54,53,51)
#272622
(39,38,34)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #AEADBB

#AEADBB
(174,173,187)
#B5B4C1
(181,180,193)
#BCBBC7
(188,187,199)
#C3C2CD
(195,194,205)
#CAC9D3
(202,201,211)
#D1D0D9
(209,208,217)
#D8D7DF
(216,215,223)
#DFDEE5
(223,222,229)
#E6E5EB
(230,229,235)
#EDECF1
(237,236,241)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEADBB color. Also use rgb(174,173,187) instead hex code.

Text Font Color

.myTextColor { color: #AEADBB; }

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

This text font color is #AEADBB.

Background Color

.myBgColor { background-color: #AEADBB; }

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

This div background color is #AEADBB.

Border color

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

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

This div border color is #AEADBB.

Opacity

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

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

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

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

This text has shadow with #AEADBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEADBB.

Preview

Color preview on black background

This text has color #AEADBB on black background.


Color preview on white background

This text has color #AEADBB on white background.


Black color preview on #AEADBB background

This text has black color on #AEADBB background.


White color preview on #AEADBB background

This text has white color on #AEADBB background.


Related colors

Complementary color

Complementary color for #hex is #515244.


I love getcolorcode.com

Triadic colors

1 #BBAEAD and #ADBBAE with #AEADBB are triadic colors.

2 #BBADAE and #ADAEBB with #AEADBB are triadic colors.