COLOR #AEA1CB

HEX: #AEA1CB
RGB: (174,161,203)

Color info

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

RGB color model

#AEA1CB color RGB value is (174,161,203).

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

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 203 of 255 = 80%

174
161
203

R + G + B ~ 70%. #AEA1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 203 = 538 (100%)
R 174 of 538 ~ 32.34%
G 161 of 538 ~ 29.93%
B 203 of 538 ~ 37.73%

%32.34
%29.93
%37.73

CMYK color model

#AEA1CB color CMYK value is (14,21,0,20).

  • cyan value is 14.29%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(14,21,0,20)
C14M21Y0K20 
(14%,21%,0%,20%)
(0.14/0.21/0.00/0.20)	

CMYK percentages

%14.29
%20.69
%0
%20.39

Codes

Color #AEA1CB in popluar color models

AEA1CB
RGB174161203
HSL259°28.77%71.37%
HSB/HSV259°20.69%79.61%
CMYK14.29%20.69%0.00%
20.39%

Color #AEA1CB in popluar number systems.

HEXAEA1CB
Decimal174161203
Binary101011101010000111001011
Octal256241313

Shades and tints

Shades of #AEA1CB

#AEA1CB
(174,161,203)
#9F93B9
(159,147,185)
#9085A7
(144,133,167)
#817795
(129,119,149)
#726983
(114,105,131)
#635B71
(99,91,113)
#544D5F
(84,77,95)
#453F4D
(69,63,77)
#36313B
(54,49,59)
#272329
(39,35,41)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #AEA1CB

#AEA1CB
(174,161,203)
#B5A9CF
(181,169,207)
#BCB1D3
(188,177,211)
#C3B9D7
(195,185,215)
#CAC1DB
(202,193,219)
#D1C9DF
(209,201,223)
#D8D1E3
(216,209,227)
#DFD9E7
(223,217,231)
#E6E1EB
(230,225,235)
#EDE9EF
(237,233,239)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA1CB; }

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

This text font color is #AEA1CB.


Background Color

.myBgColor { background-color: #AEA1CB; }

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

This div background color is #AEA1CB.


Border color

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

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

This div border color is #AEA1CB.


Opacity

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

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

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

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

This text has shadow with #AEA1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA1CB on black background.


Color preview on white background

This text has color #AEA1CB on white background.



Black color preview on #AEA1CB background

This text has black color on #AEA1CB background.


White color preview on #AEA1CB background

This text has white color on #AEA1CB background.