COLOR #AEACB4

HEX: #AEACB4
RGB: (174,172,180)

Color info

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

RGB color model

#AEACB4 color RGB value is (174,172,180).

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

RGB channels and saturation

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

174
172
180

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

Portions of RGB colors in percentages

R + G + B =
174 + 172 + 180 = 526 (100%)
R 174 of 526 ~ 33.08%
G 172 of 526 ~ 32.7%
B 180 of 526 ~ 34.22%

%33.08
%32.7
%34.22

CMYK color model

#AEACB4 color CMYK value is (3,4,0,29).

  • cyan value is 3.33%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(3,4,0,29)
C3M4Y0K29 
(3%,4%,0%,29%)
(0.03/0.04/0.00/0.29)	

CMYK percentages

%3.33
%4.44
%0
%29.41

Codes

Color #AEACB4 in popluar color models

AEACB4
RGB174172180
HSL255°5.06%69.02%
HSB/HSV255°4.44%70.59%
CMYK3.33%4.44%0.00%
29.41%

Color #AEACB4 in popluar number systems.

HEXAEACB4
Decimal174172180
Binary101011101010110010110100
Octal256254264

Shades and tints

Shades of #AEACB4

#AEACB4
(174,172,180)
#9F9DA4
(159,157,164)
#908E94
(144,142,148)
#817F84
(129,127,132)
#727074
(114,112,116)
#636164
(99,97,100)
#545254
(84,82,84)
#454344
(69,67,68)
#363434
(54,52,52)
#272524
(39,37,36)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AEACB4

#AEACB4
(174,172,180)
#B5B3BA
(181,179,186)
#BCBAC0
(188,186,192)
#C3C1C6
(195,193,198)
#CAC8CC
(202,200,204)
#D1CFD2
(209,207,210)
#D8D6D8
(216,214,216)
#DFDDDE
(223,221,222)
#E6E4E4
(230,228,228)
#EDEBEA
(237,235,234)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEACB4; }

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

This text font color is #AEACB4.


Background Color

.myBgColor { background-color: #AEACB4; }

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

This div background color is #AEACB4.


Border color

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

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

This div border color is #AEACB4.


Opacity

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

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

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

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

This text has shadow with #AEACB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEACB4 on black background.


Color preview on white background

This text has color #AEACB4 on white background.



Black color preview on #AEACB4 background

This text has black color on #AEACB4 background.


White color preview on #AEACB4 background

This text has white color on #AEACB4 background.