COLOR #AE9B9D

HEX: #AE9B9D
RGB: (174,155,157)

Color info

#AE9B9D contains red, green and blue colors in about the same proportion. Web safe color of #AE9B9D is #999999 (or #999).

RGB color model

#AE9B9D color RGB value is (174,155,157).

  • red value is 174;
  • green value is 155;
  • blue value is 157.
RGB:
(174,155,157)
(68%,61%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 157 of 255 = 62%

174
155
157

R + G + B ~ 64%. #AE9B9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 155 + 157 = 486 (100%)
R 174 of 486 ~ 35.8%
G 155 of 486 ~ 31.89%
B 157 of 486 ~ 32.3%

%35.8
%31.89
%32.3

CMYK color model

#AE9B9D color CMYK value is (0,11,10,32).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 9.77%
  • key color value is 31.76%
CMYK:
(0,11,10,32)
C0M11Y10K32 
(0%,11%,10%,32%)
(0.00/0.11/0.10/0.32)	

CMYK percentages

%0
%10.92
%9.77
%31.76

Codes

Color #AE9B9D in popluar color models

AE9B9D
RGB174155157
HSL354°10.50%64.51%
HSB/HSV354°10.92%68.24%
CMYK0.00%10.92%9.77%
31.76%

Color #AE9B9D in popluar number systems.

HEXAE9B9D
Decimal174155157
Binary101011101001101110011101
Octal256233235

Shades and tints

Shades of #AE9B9D

#AE9B9D
(174,155,157)
#9F8D8F
(159,141,143)
#907F81
(144,127,129)
#817173
(129,113,115)
#726365
(114,99,101)
#635557
(99,85,87)
#544749
(84,71,73)
#45393B
(69,57,59)
#362B2D
(54,43,45)
#271D1F
(39,29,31)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #AE9B9D

#AE9B9D
(174,155,157)
#B5A4A5
(181,164,165)
#BCADAD
(188,173,173)
#C3B6B5
(195,182,181)
#CABFBD
(202,191,189)
#D1C8C5
(209,200,197)
#D8D1CD
(216,209,205)
#DFDAD5
(223,218,213)
#E6E3DD
(230,227,221)
#EDECE5
(237,236,229)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9B9D color. Also use rgb(174,155,157) instead hex code.

Text Font Color

.myTextColor { color: #AE9B9D; }

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

This text font color is #AE9B9D.


Background Color

.myBgColor { background-color: #AE9B9D; }

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

This div background color is #AE9B9D.


Border color

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

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

This div border color is #AE9B9D.


Opacity

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

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

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

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

This text has shadow with #AE9B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9B9D on black background.


Color preview on white background

This text has color #AE9B9D on white background.



Black color preview on #AE9B9D background

This text has black color on #AE9B9D background.


White color preview on #AE9B9D background

This text has white color on #AE9B9D background.