COLOR #AAABD4

HEX: #AAABD4 RGB: (170,171,212)

Color info

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

RGB color model

#AAABD4 color RGB value is (170,171,212).

RGB: (170,171,212) (67%, 67%, 83%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 212 of 255 = 83%

170
171
212

R + G + B ~ 72%. #AAABD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 171 + 212 = 553 (100%)
R 170 of 553 ~ 30.74%
G 171 of 553 ~ 30.92%
B 212 of 553 ~ 38.34'%

%30.74
%30.92
%38.34

CMYK color model

#AAABD4 color CMYK value is (20,19,0,17).

  • cyan value is 19.81%
  • magenta value is 19.34%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (20,19,0,17)
C20M19Y0K17 (20%, 19%, 0%, 17%)
(0.20 / 0.19 / 0.00 / 0.17)

CMYK percentages

%19.81
%19.34
%0
%16.86

Codes

Color #AAABD4 in popluar color models

AA AB D4
RGB 170 171 212
HSL 239° 32.81% 74.90%
HSB/HSV 239° 19.81% 83.14%
CMYK 19.81% 19.34% 0.00%
16.86%

Color #AAABD4 in popluar number systems.

HEX AA AB D4
Decimal 170 171 212
Binary 10101010 10101011 11010100
Octal 252 253 324

Shades and tints

Shades of #AAABD4

#AAABD4
(170,171,212)
#9B9CC1
(155,156,193)
#8C8DAE
(140,141,174)
#7D7E9B
(125,126,155)
#6E6F88
(110,111,136)
#5F6075
(95,96,117)
#505162
(80,81,98)
#41424F
(65,66,79)
#32333C
(50,51,60)
#232429
(35,36,41)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #AAABD4

#AAABD4
(170,171,212)
#B1B2D7
(177,178,215)
#B8B9DA
(184,185,218)
#BFC0DD
(191,192,221)
#C6C7E0
(198,199,224)
#CDCEE3
(205,206,227)
#D4D5E6
(212,213,230)
#DBDCE9
(219,220,233)
#E2E3EC
(226,227,236)
#E9EAEF
(233,234,239)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAABD4 color. Also use rgb(170,171,212) instead hex code.

Text Font Color

.myTextColor { color: #AAABD4; }

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

This text font color is #AAABD4.

Background Color

.myBgColor { background-color: #AAABD4; }

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

This div background color is #AAABD4.

Border color

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

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

This div border color is #AAABD4.

Opacity

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

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

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

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

This text has shadow with #AAABD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAABD4.

Preview

Color preview on black background

This text has color #AAABD4 on black background.


Color preview on white background

This text has color #AAABD4 on white background.


Black color preview on #AAABD4 background

This text has black color on #AAABD4 background.


White color preview on #AAABD4 background

This text has white color on #AAABD4 background.


Related colors

Complementary color

Complementary color for #hex is #55542B.


I love getcolorcode.com

Triadic colors

1 #D4AAAB and #ABD4AA with #AAABD4 are triadic colors.

2 #D4ABAA and #ABAAD4 with #AAABD4 are triadic colors.