COLOR #AEB7DB

HEX: #AEB7DB
RGB: (174,183,219)

Color info

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

RGB color model

#AEB7DB color RGB value is (174,183,219).

  • red value is 174;
  • green value is 183;
  • blue value is 219.
RGB:
(174,183,219)
(68%,72%,86%)

RGB channels and saturation

R 174 of 255 = 68%
G 183 of 255 = 72%
B 219 of 255 = 86%

174
183
219

R + G + B ~ 75%. #AEB7DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 183 + 219 = 576 (100%)
R 174 of 576 ~ 30.21%
G 183 of 576 ~ 31.77%
B 219 of 576 ~ 38.02%

%30.21
%31.77
%38.02

CMYK color model

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

  • cyan value is 20.55%
  • magenta value is 16.44%
  • 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
%16.44
%0
%14.12

Codes

Color #AEB7DB in popluar color models

AEB7DB
RGB174183219
HSL228°38.46%77.06%
HSB/HSV228°20.55%85.88%
CMYK20.55%16.44%0.00%
14.12%

Color #AEB7DB in popluar number systems.

HEXAEB7DB
Decimal174183219
Binary101011101011011111011011
Octal256267333

Shades and tints

Shades of #AEB7DB

#AEB7DB
(174,183,219)
#9FA7C8
(159,167,200)
#9097B5
(144,151,181)
#8187A2
(129,135,162)
#72778F
(114,119,143)
#63677C
(99,103,124)
#545769
(84,87,105)
#454756
(69,71,86)
#363743
(54,55,67)
#272730
(39,39,48)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #AEB7DB

#AEB7DB
(174,183,219)
#B5BDDE
(181,189,222)
#BCC3E1
(188,195,225)
#C3C9E4
(195,201,228)
#CACFE7
(202,207,231)
#D1D5EA
(209,213,234)
#D8DBED
(216,219,237)
#DFE1F0
(223,225,240)
#E6E7F3
(230,231,243)
#EDEDF6
(237,237,246)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB7DB; }

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

This text font color is #AEB7DB.


Background Color

.myBgColor { background-color: #AEB7DB; }

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

This div background color is #AEB7DB.


Border color

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

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

This div border color is #AEB7DB.


Opacity

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

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

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

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

This text has shadow with #AEB7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB7DB on black background.


Color preview on white background

This text has color #AEB7DB on white background.



Black color preview on #AEB7DB background

This text has black color on #AEB7DB background.


White color preview on #AEB7DB background

This text has white color on #AEB7DB background.