COLOR #AEB7D1

HEX: #AEB7D1
RGB: (174,183,209)

Color info

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

RGB color model

#AEB7D1 color RGB value is (174,183,209).

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

RGB channels and saturation

R 174 of 255 = 68%
G 183 of 255 = 72%
B 209 of 255 = 82%

174
183
209

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

Portions of RGB colors in percentages

R + G + B =
174 + 183 + 209 = 566 (100%)
R 174 of 566 ~ 30.74%
G 183 of 566 ~ 32.33%
B 209 of 566 ~ 36.93%

%30.74
%32.33
%36.93

CMYK color model

#AEB7D1 color CMYK value is (17,12,0,18).

  • cyan value is 16.75%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(17,12,0,18)
C17M12Y0K18 
(17%,12%,0%,18%)
(0.17/0.12/0.00/0.18)	

CMYK percentages

%16.75
%12.44
%0
%18.04

Codes

Color #AEB7D1 in popluar color models

AEB7D1
RGB174183209
HSL225°27.56%75.10%
HSB/HSV225°16.75%81.96%
CMYK16.75%12.44%0.00%
18.04%

Color #AEB7D1 in popluar number systems.

HEXAEB7D1
Decimal174183209
Binary101011101011011111010001
Octal256267321

Shades and tints

Shades of #AEB7D1

#AEB7D1
(174,183,209)
#9FA7BE
(159,167,190)
#9097AB
(144,151,171)
#818798
(129,135,152)
#727785
(114,119,133)
#636772
(99,103,114)
#54575F
(84,87,95)
#45474C
(69,71,76)
#363739
(54,55,57)
#272726
(39,39,38)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #AEB7D1

#AEB7D1
(174,183,209)
#B5BDD5
(181,189,213)
#BCC3D9
(188,195,217)
#C3C9DD
(195,201,221)
#CACFE1
(202,207,225)
#D1D5E5
(209,213,229)
#D8DBE9
(216,219,233)
#DFE1ED
(223,225,237)
#E6E7F1
(230,231,241)
#EDEDF5
(237,237,245)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB7D1; }

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

This text font color is #AEB7D1.


Background Color

.myBgColor { background-color: #AEB7D1; }

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

This div background color is #AEB7D1.


Border color

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

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

This div border color is #AEB7D1.


Opacity

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

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

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

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

This text has shadow with #AEB7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB7D1 on black background.


Color preview on white background

This text has color #AEB7D1 on white background.



Black color preview on #AEB7D1 background

This text has black color on #AEB7D1 background.


White color preview on #AEB7D1 background

This text has white color on #AEB7D1 background.