COLOR #AEA6CB

HEX: #AEA6CB
RGB: (174,166,203)

Color info

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

RGB color model

#AEA6CB color RGB value is (174,166,203).

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

RGB channels and saturation

R 174 of 255 = 68%
G 166 of 255 = 65%
B 203 of 255 = 80%

174
166
203

R + G + B ~ 71%. #AEA6CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 166 + 203 = 543 (100%)
R 174 of 543 ~ 32.04%
G 166 of 543 ~ 30.57%
B 203 of 543 ~ 37.38%

%32.04
%30.57
%37.38

CMYK color model

#AEA6CB color CMYK value is (14,18,0,20).

  • cyan value is 14.29%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(14,18,0,20)
C14M18Y0K20 
(14%,18%,0%,20%)
(0.14/0.18/0.00/0.20)	

CMYK percentages

%14.29
%18.23
%0
%20.39

Codes

Color #AEA6CB in popluar color models

AEA6CB
RGB174166203
HSL253°26.24%72.35%
HSB/HSV253°18.23%79.61%
CMYK14.29%18.23%0.00%
20.39%

Color #AEA6CB in popluar number systems.

HEXAEA6CB
Decimal174166203
Binary101011101010011011001011
Octal256246313

Shades and tints

Shades of #AEA6CB

#AEA6CB
(174,166,203)
#9F97B9
(159,151,185)
#9088A7
(144,136,167)
#817995
(129,121,149)
#726A83
(114,106,131)
#635B71
(99,91,113)
#544C5F
(84,76,95)
#453D4D
(69,61,77)
#362E3B
(54,46,59)
#271F29
(39,31,41)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #AEA6CB

#AEA6CB
(174,166,203)
#B5AECF
(181,174,207)
#BCB6D3
(188,182,211)
#C3BED7
(195,190,215)
#CAC6DB
(202,198,219)
#D1CEDF
(209,206,223)
#D8D6E3
(216,214,227)
#DFDEE7
(223,222,231)
#E6E6EB
(230,230,235)
#EDEEEF
(237,238,239)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA6CB; }

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

This text font color is #AEA6CB.


Background Color

.myBgColor { background-color: #AEA6CB; }

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

This div background color is #AEA6CB.


Border color

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

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

This div border color is #AEA6CB.


Opacity

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

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

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

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

This text has shadow with #AEA6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA6CB on black background.


Color preview on white background

This text has color #AEA6CB on white background.



Black color preview on #AEA6CB background

This text has black color on #AEA6CB background.


White color preview on #AEA6CB background

This text has white color on #AEA6CB background.