COLOR #AEB9DB

HEX: #AEB9DB RGB: (174,185,219)

Color info

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

RGB color model

#AEB9DB color RGB value is (174,185,219).

RGB: (174,185,219) (68%, 73%, 86%)

RGB channels and saturation

R 174 of 255 = 68%
G 185 of 255 = 73%
B 219 of 255 = 86%

174
185
219

R + G + B ~ 76%. #AEB9DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 185 + 219 = 578 (100%)
R 174 of 578 ~ 30.1%
G 185 of 578 ~ 32.01%
B 219 of 578 ~ 37.89'%

%30.1
%32.01
%37.89

CMYK color model

#AEB9DB color CMYK value is (21,16,0,14).

  • cyan value is 20.55%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (21,16,0,14) C21M16Y0K14 (21%,16%,0%,14%) (0.21/0.16/0.00/0.14) 

CMYK percentages

%20.55
%15.53
%0
%14.12

Codes

Color #AEB9DB in popluar color models

AE B9 DB
RGB 174 185 219
HSL 225° 38.46% 77.06%
HSB/HSV 225° 20.55% 85.88%
CMYK 20.55% 15.53% 0.00%
14.12%

Color #AEB9DB in popluar number systems.

HEX AE B9 DB
Decimal 174 185 219
Binary 10101110 10111001 11011011
Octal 256 271 333

Shades and tints

Shades of #AEB9DB

#AEB9DB
(174,185,219)
#9FA9C8
(159,169,200)
#9099B5
(144,153,181)
#8189A2
(129,137,162)
#72798F
(114,121,143)
#63697C
(99,105,124)
#545969
(84,89,105)
#454956
(69,73,86)
#363943
(54,57,67)
#272930
(39,41,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #AEB9DB

#AEB9DB
(174,185,219)
#B5BFDE
(181,191,222)
#BCC5E1
(188,197,225)
#C3CBE4
(195,203,228)
#CAD1E7
(202,209,231)
#D1D7EA
(209,215,234)
#D8DDED
(216,221,237)
#DFE3F0
(223,227,240)
#E6E9F3
(230,233,243)
#EDEFF6
(237,239,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB9DB color. Also use rgb(174,185,219) instead hex code.

Text Font Color

.myTextColor { color: #AEB9DB; }

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

This text font color is #AEB9DB.

Background Color

.myBgColor { background-color: #AEB9DB; }

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

This div background color is #AEB9DB.

Border color

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

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

This div border color is #AEB9DB.

Opacity

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

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

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

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

This text has shadow with #AEB9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB9DB.

Preview

Color preview on black background

This text has color #AEB9DB on black background.


Color preview on white background

This text has color #AEB9DB on white background.


Black color preview on #AEB9DB background

This text has black color on #AEB9DB background.


White color preview on #AEB9DB background

This text has white color on #AEB9DB background.


Related colors

Complementary color

Complementary color for #hex is #514624.


I love getcolorcode.com

Triadic colors

1 #DBAEB9 and #B9DBAE with #AEB9DB are triadic colors.

2 #DBB9AE and #B9AEDB with #AEB9DB are triadic colors.