COLOR #AABEC5

HEX: #AABEC5 RGB: (170,190,197)

Color info

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

RGB color model

#AABEC5 color RGB value is (170,190,197).

RGB: (170,190,197) (67%, 75%, 77%)

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 197 of 255 = 77%

170
190
197

R + G + B ~ 73%. #AABEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 190 + 197 = 557 (100%)
R 170 of 557 ~ 30.52%
G 190 of 557 ~ 34.11%
B 197 of 557 ~ 35.37'%

%30.52
%34.11
%35.37

CMYK color model

#AABEC5 color CMYK value is (14,4,0,23).

  • cyan value is 13.71%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (14,4,0,23)
C14M4Y0K23 (14%, 4%, 0%, 23%)
(0.14 / 0.04 / 0.00 / 0.23)

CMYK percentages

%13.71
%3.55
%0
%22.75

Codes

Color #AABEC5 in popluar color models

AA BE C5
RGB 170 190 197
HSL 196° 18.88% 71.96%
HSB/HSV 196° 13.71% 77.25%
CMYK 13.71% 3.55% 0.00%
22.75%

Color #AABEC5 in popluar number systems.

HEX AA BE C5
Decimal 170 190 197
Binary 10101010 10111110 11000101
Octal 252 276 305

Shades and tints

Shades of #AABEC5

#AABEC5
(170,190,197)
#9BADB4
(155,173,180)
#8C9CA3
(140,156,163)
#7D8B92
(125,139,146)
#6E7A81
(110,122,129)
#5F6970
(95,105,112)
#50585F
(80,88,95)
#41474E
(65,71,78)
#32363D
(50,54,61)
#23252C
(35,37,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #AABEC5

#AABEC5
(170,190,197)
#B1C3CA
(177,195,202)
#B8C8CF
(184,200,207)
#BFCDD4
(191,205,212)
#C6D2D9
(198,210,217)
#CDD7DE
(205,215,222)
#D4DCE3
(212,220,227)
#DBE1E8
(219,225,232)
#E2E6ED
(226,230,237)
#E9EBF2
(233,235,242)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABEC5 color. Also use rgb(170,190,197) instead hex code.

Text Font Color

.myTextColor { color: #AABEC5; }

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

This text font color is #AABEC5.

Background Color

.myBgColor { background-color: #AABEC5; }

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

This div background color is #AABEC5.

Border color

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

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

This div border color is #AABEC5.

Opacity

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

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

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

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

This text has shadow with #AABEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABEC5.

Preview

Color preview on black background

This text has color #AABEC5 on black background.


Color preview on white background

This text has color #AABEC5 on white background.


Black color preview on #AABEC5 background

This text has black color on #AABEC5 background.


White color preview on #AABEC5 background

This text has white color on #AABEC5 background.


Related colors

Complementary color

Complementary color for #hex is #55413A.


I love getcolorcode.com

Triadic colors

1 #C5AABE and #BEC5AA with #AABEC5 are triadic colors.

2 #C5BEAA and #BEAAC5 with #AABEC5 are triadic colors.