COLOR #AEB6D5

HEX: #AEB6D5
RGB: (174,182,213)

Color info

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

RGB color model

#AEB6D5 color RGB value is (174,182,213).

  • red value is 174;
  • green value is 182;
  • blue value is 213.
RGB:
(174,182,213)
(68%,71%,84%)

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 213 of 255 = 84%

174
182
213

R + G + B ~ 74%. #AEB6D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 182 + 213 = 569 (100%)
R 174 of 569 ~ 30.58%
G 182 of 569 ~ 31.99%
B 213 of 569 ~ 37.43%

%30.58
%31.99
%37.43

CMYK color model

#AEB6D5 color CMYK value is (18,15,0,16).

  • cyan value is 18.31%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(18,15,0,16)
C18M15Y0K16 
(18%,15%,0%,16%)
(0.18/0.15/0.00/0.16)	

CMYK percentages

%18.31
%14.55
%0
%16.47

Codes

Color #AEB6D5 in popluar color models

AEB6D5
RGB174182213
HSL228°31.71%75.88%
HSB/HSV228°18.31%83.53%
CMYK18.31%14.55%0.00%
16.47%

Color #AEB6D5 in popluar number systems.

HEXAEB6D5
Decimal174182213
Binary101011101011011011010101
Octal256266325

Shades and tints

Shades of #AEB6D5

#AEB6D5
(174,182,213)
#9FA6C2
(159,166,194)
#9096AF
(144,150,175)
#81869C
(129,134,156)
#727689
(114,118,137)
#636676
(99,102,118)
#545663
(84,86,99)
#454650
(69,70,80)
#36363D
(54,54,61)
#27262A
(39,38,42)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #AEB6D5

#AEB6D5
(174,182,213)
#B5BCD8
(181,188,216)
#BCC2DB
(188,194,219)
#C3C8DE
(195,200,222)
#CACEE1
(202,206,225)
#D1D4E4
(209,212,228)
#D8DAE7
(216,218,231)
#DFE0EA
(223,224,234)
#E6E6ED
(230,230,237)
#EDECF0
(237,236,240)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB6D5 color. Also use rgb(174,182,213) instead hex code.

Text Font Color

.myTextColor { color: #AEB6D5; }

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

This text font color is #AEB6D5.


Background Color

.myBgColor { background-color: #AEB6D5; }

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

This div background color is #AEB6D5.


Border color

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

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

This div border color is #AEB6D5.


Opacity

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

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

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

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

This text has shadow with #AEB6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB6D5 on black background.


Color preview on white background

This text has color #AEB6D5 on white background.



Black color preview on #AEB6D5 background

This text has black color on #AEB6D5 background.


White color preview on #AEB6D5 background

This text has white color on #AEB6D5 background.