COLOR #AEACB7

HEX: #AEACB7 RGB: (174,172,183)

Color info

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

RGB color model

#AEACB7 color RGB value is (174,172,183).

RGB: (174,172,183) (68%, 67%, 72%)

RGB channels and saturation

R 174 of 255 = 68%
G 172 of 255 = 67%
B 183 of 255 = 72%

174
172
183

R + G + B ~ 69%. #AEACB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 172 + 183 = 529 (100%)
R 174 of 529 ~ 32.89%
G 172 of 529 ~ 32.51%
B 183 of 529 ~ 34.59'%

%32.89
%32.51
%34.59

CMYK color model

#AEACB7 color CMYK value is (5,6,0,28).

  • cyan value is 4.92%
  • magenta value is 6.01%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (5,6,0,28) C5M6Y0K28 (5%,6%,0%,28%) (0.05/0.06/0.00/0.28) 

CMYK percentages

%4.92
%6.01
%0
%28.24

Codes

Color #AEACB7 in popluar color models

AE AC B7
RGB 174 172 183
HSL 251° 7.10% 69.61%
HSB/HSV 251° 6.01% 71.76%
CMYK 4.92% 6.01% 0.00%
28.24%

Color #AEACB7 in popluar number systems.

HEX AE AC B7
Decimal 174 172 183
Binary 10101110 10101100 10110111
Octal 256 254 267

Shades and tints

Shades of #AEACB7

#AEACB7
(174,172,183)
#9F9DA7
(159,157,167)
#908E97
(144,142,151)
#817F87
(129,127,135)
#727077
(114,112,119)
#636167
(99,97,103)
#545257
(84,82,87)
#454347
(69,67,71)
#363437
(54,52,55)
#272527
(39,37,39)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #AEACB7

#AEACB7
(174,172,183)
#B5B3BD
(181,179,189)
#BCBAC3
(188,186,195)
#C3C1C9
(195,193,201)
#CAC8CF
(202,200,207)
#D1CFD5
(209,207,213)
#D8D6DB
(216,214,219)
#DFDDE1
(223,221,225)
#E6E4E7
(230,228,231)
#EDEBED
(237,235,237)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEACB7 color. Also use rgb(174,172,183) instead hex code.

Text Font Color

.myTextColor { color: #AEACB7; }

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

This text font color is #AEACB7.

Background Color

.myBgColor { background-color: #AEACB7; }

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

This div background color is #AEACB7.

Border color

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

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

This div border color is #AEACB7.

Opacity

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

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

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

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

This text has shadow with #AEACB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEACB7.

Preview

Color preview on black background

This text has color #AEACB7 on black background.


Color preview on white background

This text has color #AEACB7 on white background.


Black color preview on #AEACB7 background

This text has black color on #AEACB7 background.


White color preview on #AEACB7 background

This text has white color on #AEACB7 background.


Related colors

Complementary color

Complementary color for #hex is #515348.


I love getcolorcode.com

Triadic colors

1 #B7AEAC and #ACB7AE with #AEACB7 are triadic colors.

2 #B7ACAE and #ACAEB7 with #AEACB7 are triadic colors.