COLOR #AE978F

HEX: #AE978F RGB: (174,151,143)

Color info

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

RGB color model

#AE978F color RGB value is (174,151,143).

RGB: (174,151,143) (68%, 59%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 151 of 255 = 59%
B 143 of 255 = 56%

174
151
143

R + G + B ~ 61%. #AE978F is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 151 + 143 = 468 (100%)
R 174 of 468 ~ 37.18%
G 151 of 468 ~ 32.26%
B 143 of 468 ~ 30.56'%

%37.18
%32.26
%30.56

CMYK color model

#AE978F color CMYK value is (0,13,18,32).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 17.82%
  • key color value is 31.76%

CMYK: (0,13,18,32)
C0M13Y18K32 (0%, 13%, 18%, 32%)
(0.00 / 0.13 / 0.18 / 0.32)

CMYK percentages

%0
%13.22
%17.82
%31.76

Codes

Color #AE978F in popluar color models

AE 97 8F
RGB 174 151 143
HSL 15° 16.06% 62.16%
HSB/HSV 15° 17.82% 68.24%
CMYK 0.00% 13.22% 17.82%
31.76%

Color #AE978F in popluar number systems.

HEX AE 97 8F
Decimal 174 151 143
Binary 10101110 10010111 10001111
Octal 256 227 217

Shades and tints

Shades of #AE978F

#AE978F
(174,151,143)
#9F8A82
(159,138,130)
#907D75
(144,125,117)
#817068
(129,112,104)
#72635B
(114,99,91)
#63564E
(99,86,78)
#544941
(84,73,65)
#453C34
(69,60,52)
#362F27
(54,47,39)
#27221A
(39,34,26)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #AE978F

#AE978F
(174,151,143)
#B5A099
(181,160,153)
#BCA9A3
(188,169,163)
#C3B2AD
(195,178,173)
#CABBB7
(202,187,183)
#D1C4C1
(209,196,193)
#D8CDCB
(216,205,203)
#DFD6D5
(223,214,213)
#E6DFDF
(230,223,223)
#EDE8E9
(237,232,233)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE978F color. Also use rgb(174,151,143) instead hex code.

Text Font Color

.myTextColor { color: #AE978F; }

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

This text font color is #AE978F.

Background Color

.myBgColor { background-color: #AE978F; }

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

This div background color is #AE978F.

Border color

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

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

This div border color is #AE978F.

Opacity

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

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

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

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

This text has shadow with #AE978F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE978F.

Preview

Color preview on black background

This text has color #AE978F on black background.


Color preview on white background

This text has color #AE978F on white background.


Black color preview on #AE978F background

This text has black color on #AE978F background.


White color preview on #AE978F background

This text has white color on #AE978F background.


Related colors

Complementary color

Complementary color for #hex is #516870.


I love getcolorcode.com

Triadic colors

1 #8FAE97 and #978FAE with #AE978F are triadic colors.

2 #8F97AE and #97AE8F with #AE978F are triadic colors.