COLOR #AEB5AC

HEX: #AEB5AC
RGB: (174,181,172)

Color info

#AEB5AC contains red, green and blue colors in about the same proportion. Web safe color of #AEB5AC is #99CC99 (or #9C9).

RGB color model

#AEB5AC color RGB value is (174,181,172).

  • red value is 174;
  • green value is 181;
  • blue value is 172.
RGB:
(174,181,172)
(68%,71%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 181 of 255 = 71%
B 172 of 255 = 67%

174
181
172

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

Portions of RGB colors in percentages

R + G + B =
174 + 181 + 172 = 527 (100%)
R 174 of 527 ~ 33.02%
G 181 of 527 ~ 34.35%
B 172 of 527 ~ 32.64%

%33.02
%34.35
%32.64

CMYK color model

#AEB5AC color CMYK value is (4,0,5,29).

  • cyan value is 3.87%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 29.02%
CMYK:
(4,0,5,29)
C4M0Y5K29 
(4%,0%,5%,29%)
(0.04/0.00/0.05/0.29)	

CMYK percentages

%3.87
%0
%4.97
%29.02

Codes

Color #AEB5AC in popluar color models

AEB5AC
RGB174181172
HSL107°5.73%69.22%
HSB/HSV107°4.97%70.98%
CMYK3.87%0.00%4.97%
29.02%

Color #AEB5AC in popluar number systems.

HEXAEB5AC
Decimal174181172
Binary101011101011010110101100
Octal256265254

Shades and tints

Shades of #AEB5AC

#AEB5AC
(174,181,172)
#9FA59D
(159,165,157)
#90958E
(144,149,142)
#81857F
(129,133,127)
#727570
(114,117,112)
#636561
(99,101,97)
#545552
(84,85,82)
#454543
(69,69,67)
#363534
(54,53,52)
#272525
(39,37,37)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AEB5AC

#AEB5AC
(174,181,172)
#B5BBB3
(181,187,179)
#BCC1BA
(188,193,186)
#C3C7C1
(195,199,193)
#CACDC8
(202,205,200)
#D1D3CF
(209,211,207)
#D8D9D6
(216,217,214)
#DFDFDD
(223,223,221)
#E6E5E4
(230,229,228)
#EDEBEB
(237,235,235)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB5AC; }

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

This text font color is #AEB5AC.


Background Color

.myBgColor { background-color: #AEB5AC; }

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

This div background color is #AEB5AC.


Border color

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

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

This div border color is #AEB5AC.


Opacity

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

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

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

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

This text has shadow with #AEB5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB5AC on black background.


Color preview on white background

This text has color #AEB5AC on white background.



Black color preview on #AEB5AC background

This text has black color on #AEB5AC background.


White color preview on #AEB5AC background

This text has white color on #AEB5AC background.