COLOR #AEA1BE

HEX: #AEA1BE
RGB: (174,161,190)

Color info

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

RGB color model

#AEA1BE color RGB value is (174,161,190).

  • red value is 174;
  • green value is 161;
  • blue value is 190.
RGB:
(174,161,190)
(68%,63%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 190 of 255 = 75%

174
161
190

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

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 190 = 525 (100%)
R 174 of 525 ~ 33.14%
G 161 of 525 ~ 30.67%
B 190 of 525 ~ 36.19%

%33.14
%30.67
%36.19

CMYK color model

#AEA1BE color CMYK value is (8,15,0,25).

  • cyan value is 8.42%
  • magenta value is 15.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,15,0,25)
C8M15Y0K25 
(8%,15%,0%,25%)
(0.08/0.15/0.00/0.25)	

CMYK percentages

%8.42
%15.26
%0
%25.49

Codes

Color #AEA1BE in popluar color models

AEA1BE
RGB174161190
HSL267°18.24%68.82%
HSB/HSV267°15.26%74.51%
CMYK8.42%15.26%0.00%
25.49%

Color #AEA1BE in popluar number systems.

HEXAEA1BE
Decimal174161190
Binary101011101010000110111110
Octal256241276

Shades and tints

Shades of #AEA1BE

#AEA1BE
(174,161,190)
#9F93AD
(159,147,173)
#90859C
(144,133,156)
#81778B
(129,119,139)
#72697A
(114,105,122)
#635B69
(99,91,105)
#544D58
(84,77,88)
#453F47
(69,63,71)
#363136
(54,49,54)
#272325
(39,35,37)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #AEA1BE

#AEA1BE
(174,161,190)
#B5A9C3
(181,169,195)
#BCB1C8
(188,177,200)
#C3B9CD
(195,185,205)
#CAC1D2
(202,193,210)
#D1C9D7
(209,201,215)
#D8D1DC
(216,209,220)
#DFD9E1
(223,217,225)
#E6E1E6
(230,225,230)
#EDE9EB
(237,233,235)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA1BE color. Also use rgb(174,161,190) instead hex code.

Text Font Color

.myTextColor { color: #AEA1BE; }

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

This text font color is #AEA1BE.


Background Color

.myBgColor { background-color: #AEA1BE; }

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

This div background color is #AEA1BE.


Border color

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

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

This div border color is #AEA1BE.


Opacity

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

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

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

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

This text has shadow with #AEA1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA1BE on black background.


Color preview on white background

This text has color #AEA1BE on white background.



Black color preview on #AEA1BE background

This text has black color on #AEA1BE background.


White color preview on #AEA1BE background

This text has white color on #AEA1BE background.