COLOR #AEA7BF

HEX: #AEA7BF RGB: (174,167,191)

Color info

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

RGB color model

#AEA7BF color RGB value is (174,167,191).

RGB: (174,167,191) (68%, 65%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 167 of 255 = 65%
B 191 of 255 = 75%

174
167
191

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

Portions of RGB colors in percentages

R + G + B = 174 + 167 + 191 = 532 (100%)
R 174 of 532 ~ 32.71%
G 167 of 532 ~ 31.39%
B 191 of 532 ~ 35.9'%

%32.71
%31.39
%35.9

CMYK color model

#AEA7BF color CMYK value is (9,13,0,25).

  • cyan value is 8.90%
  • magenta value is 12.57%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (9,13,0,25) C9M13Y0K25 (9%,13%,0%,25%) (0.09/0.13/0.00/0.25) 

CMYK percentages

%8.9
%12.57
%0
%25.1

Codes

Color #AEA7BF in popluar color models

AE A7 BF
RGB 174 167 191
HSL 258° 15.79% 70.20%
HSB/HSV 258° 12.57% 74.90%
CMYK 8.90% 12.57% 0.00%
25.10%

Color #AEA7BF in popluar number systems.

HEX AE A7 BF
Decimal 174 167 191
Binary 10101110 10100111 10111111
Octal 256 247 277

Shades and tints

Shades of #AEA7BF

#AEA7BF
(174,167,191)
#9F98AE
(159,152,174)
#90899D
(144,137,157)
#817A8C
(129,122,140)
#726B7B
(114,107,123)
#635C6A
(99,92,106)
#544D59
(84,77,89)
#453E48
(69,62,72)
#362F37
(54,47,55)
#272026
(39,32,38)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #AEA7BF

#AEA7BF
(174,167,191)
#B5AFC4
(181,175,196)
#BCB7C9
(188,183,201)
#C3BFCE
(195,191,206)
#CAC7D3
(202,199,211)
#D1CFD8
(209,207,216)
#D8D7DD
(216,215,221)
#DFDFE2
(223,223,226)
#E6E7E7
(230,231,231)
#EDEFEC
(237,239,236)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA7BF color. Also use rgb(174,167,191) instead hex code.

Text Font Color

.myTextColor { color: #AEA7BF; }

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

This text font color is #AEA7BF.

Background Color

.myBgColor { background-color: #AEA7BF; }

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

This div background color is #AEA7BF.

Border color

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

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

This div border color is #AEA7BF.

Opacity

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

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

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

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

This text has shadow with #AEA7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA7BF.

Preview

Color preview on black background

This text has color #AEA7BF on black background.


Color preview on white background

This text has color #AEA7BF on white background.


Black color preview on #AEA7BF background

This text has black color on #AEA7BF background.


White color preview on #AEA7BF background

This text has white color on #AEA7BF background.


Related colors

Complementary color

Complementary color for #hex is #515840.


I love getcolorcode.com

Triadic colors

1 #BFAEA7 and #A7BFAE with #AEA7BF are triadic colors.

2 #BFA7AE and #A7AEBF with #AEA7BF are triadic colors.