COLOR #AE979B

HEX: #AE979B
RGB: (174,151,155)

Color info

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

RGB color model

#AE979B color RGB value is (174,151,155).

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

RGB channels and saturation

R 174 of 255 = 68%
G 151 of 255 = 59%
B 155 of 255 = 61%

174
151
155

R + G + B ~ 63%. #AE979B is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 151 + 155 = 480 (100%)
R 174 of 480 ~ 36.25%
G 151 of 480 ~ 31.46%
B 155 of 480 ~ 32.29%

%36.25
%31.46
%32.29

CMYK color model

#AE979B color CMYK value is (0,13,11,32).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK:
(0,13,11,32)
C0M13Y11K32 
(0%,13%,11%,32%)
(0.00/0.13/0.11/0.32)	

CMYK percentages

%0
%13.22
%10.92
%31.76

Codes

Color #AE979B in popluar color models

AE979B
RGB174151155
HSL350°12.43%63.73%
HSB/HSV350°13.22%68.24%
CMYK0.00%13.22%10.92%
31.76%

Color #AE979B in popluar number systems.

HEXAE979B
Decimal174151155
Binary101011101001011110011011
Octal256227233

Shades and tints

Shades of #AE979B

#AE979B
(174,151,155)
#9F8A8D
(159,138,141)
#907D7F
(144,125,127)
#817071
(129,112,113)
#726363
(114,99,99)
#635655
(99,86,85)
#544947
(84,73,71)
#453C39
(69,60,57)
#362F2B
(54,47,43)
#27221D
(39,34,29)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #AE979B

#AE979B
(174,151,155)
#B5A0A4
(181,160,164)
#BCA9AD
(188,169,173)
#C3B2B6
(195,178,182)
#CABBBF
(202,187,191)
#D1C4C8
(209,196,200)
#D8CDD1
(216,205,209)
#DFD6DA
(223,214,218)
#E6DFE3
(230,223,227)
#EDE8EC
(237,232,236)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE979B; }

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

This text font color is #AE979B.


Background Color

.myBgColor { background-color: #AE979B; }

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

This div background color is #AE979B.


Border color

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

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

This div border color is #AE979B.


Opacity

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

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

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

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

This text has shadow with #AE979B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE979B on black background.


Color preview on white background

This text has color #AE979B on white background.



Black color preview on #AE979B background

This text has black color on #AE979B background.


White color preview on #AE979B background

This text has white color on #AE979B background.