COLOR #AABFE4

HEX: #AABFE4 RGB: (170,191,228)

Color info

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

RGB color model

#AABFE4 color RGB value is (170,191,228).

RGB: (170,191,228) (67%, 75%, 89%)

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 228 of 255 = 89%

170
191
228

R + G + B ~ 77%. #AABFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 191 + 228 = 589 (100%)
R 170 of 589 ~ 28.86%
G 191 of 589 ~ 32.43%
B 228 of 589 ~ 38.71'%

%28.86
%32.43
%38.71

CMYK color model

#AABFE4 color CMYK value is (25,16,0,11).

  • cyan value is 25.44%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (25,16,0,11)
C25M16Y0K11 (25%, 16%, 0%, 11%)
(0.25 / 0.16 / 0.00 / 0.11)

CMYK percentages

%25.44
%16.23
%0
%10.59

Codes

Color #AABFE4 in popluar color models

AA BF E4
RGB 170 191 228
HSL 218° 51.79% 78.04%
HSB/HSV 218° 25.44% 89.41%
CMYK 25.44% 16.23% 0.00%
10.59%

Color #AABFE4 in popluar number systems.

HEX AA BF E4
Decimal 170 191 228
Binary 10101010 10111111 11100100
Octal 252 277 344

Shades and tints

Shades of #AABFE4

#AABFE4
(170,191,228)
#9BAED0
(155,174,208)
#8C9DBC
(140,157,188)
#7D8CA8
(125,140,168)
#6E7B94
(110,123,148)
#5F6A80
(95,106,128)
#50596C
(80,89,108)
#414858
(65,72,88)
#323744
(50,55,68)
#232630
(35,38,48)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #AABFE4

#AABFE4
(170,191,228)
#B1C4E6
(177,196,230)
#B8C9E8
(184,201,232)
#BFCEEA
(191,206,234)
#C6D3EC
(198,211,236)
#CDD8EE
(205,216,238)
#D4DDF0
(212,221,240)
#DBE2F2
(219,226,242)
#E2E7F4
(226,231,244)
#E9ECF6
(233,236,246)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABFE4 color. Also use rgb(170,191,228) instead hex code.

Text Font Color

.myTextColor { color: #AABFE4; }

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

This text font color is #AABFE4.

Background Color

.myBgColor { background-color: #AABFE4; }

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

This div background color is #AABFE4.

Border color

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

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

This div border color is #AABFE4.

Opacity

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

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

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

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

This text has shadow with #AABFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABFE4.

Preview

Color preview on black background

This text has color #AABFE4 on black background.


Color preview on white background

This text has color #AABFE4 on white background.


Black color preview on #AABFE4 background

This text has black color on #AABFE4 background.


White color preview on #AABFE4 background

This text has white color on #AABFE4 background.


Related colors

Complementary color

Complementary color for #hex is #55401B.


I love getcolorcode.com

Triadic colors

1 #E4AABF and #BFE4AA with #AABFE4 are triadic colors.

2 #E4BFAA and #BFAAE4 with #AABFE4 are triadic colors.