COLOR #AEACB8

HEX: #AEACB8
RGB: (174,172,184)

Color info

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

RGB color model

#AEACB8 color RGB value is (174,172,184).

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

RGB channels and saturation

R 174 of 255 = 68%
G 172 of 255 = 67%
B 184 of 255 = 72%

174
172
184

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

Portions of RGB colors in percentages

R + G + B =
174 + 172 + 184 = 530 (100%)
R 174 of 530 ~ 32.83%
G 172 of 530 ~ 32.45%
B 184 of 530 ~ 34.72%

%32.83
%32.45
%34.72

CMYK color model

#AEACB8 color CMYK value is (5,7,0,28).

  • cyan value is 5.43%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(5,7,0,28)
C5M7Y0K28 
(5%,7%,0%,28%)
(0.05/0.07/0.00/0.28)	

CMYK percentages

%5.43
%6.52
%0
%27.84

Codes

Color #AEACB8 in popluar color models

AEACB8
RGB174172184
HSL250°7.79%69.80%
HSB/HSV250°6.52%72.16%
CMYK5.43%6.52%0.00%
27.84%

Color #AEACB8 in popluar number systems.

HEXAEACB8
Decimal174172184
Binary101011101010110010111000
Octal256254270

Shades and tints

Shades of #AEACB8

#AEACB8
(174,172,184)
#9F9DA8
(159,157,168)
#908E98
(144,142,152)
#817F88
(129,127,136)
#727078
(114,112,120)
#636168
(99,97,104)
#545258
(84,82,88)
#454348
(69,67,72)
#363438
(54,52,56)
#272528
(39,37,40)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #AEACB8

#AEACB8
(174,172,184)
#B5B3BE
(181,179,190)
#BCBAC4
(188,186,196)
#C3C1CA
(195,193,202)
#CAC8D0
(202,200,208)
#D1CFD6
(209,207,214)
#D8D6DC
(216,214,220)
#DFDDE2
(223,221,226)
#E6E4E8
(230,228,232)
#EDEBEE
(237,235,238)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEACB8; }

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

This text font color is #AEACB8.


Background Color

.myBgColor { background-color: #AEACB8; }

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

This div background color is #AEACB8.


Border color

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

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

This div border color is #AEACB8.


Opacity

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

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

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

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

This text has shadow with #AEACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEACB8 on black background.


Color preview on white background

This text has color #AEACB8 on white background.



Black color preview on #AEACB8 background

This text has black color on #AEACB8 background.


White color preview on #AEACB8 background

This text has white color on #AEACB8 background.