COLOR #ABAED7

HEX: #ABAED7 RGB: (171,174,215)

Color info

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

RGB color model

#ABAED7 color RGB value is (171,174,215).

RGB: (171,174,215) (67%, 68%, 84%)

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 215 of 255 = 84%

171
174
215

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

Portions of RGB colors in percentages

R + G + B = 171 + 174 + 215 = 560 (100%)
R 171 of 560 ~ 30.54%
G 174 of 560 ~ 31.07%
B 215 of 560 ~ 38.39'%

%30.54
%31.07
%38.39

CMYK color model

#ABAED7 color CMYK value is (20,19,0,16).

  • cyan value is 20.47%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (20,19,0,16)
C20M19Y0K16 (20%, 19%, 0%, 16%)
(0.20 / 0.19 / 0.00 / 0.16)

CMYK percentages

%20.47
%19.07
%0
%15.69

Codes

Color #ABAED7 in popluar color models

AB AE D7
RGB 171 174 215
HSL 236° 35.48% 75.69%
HSB/HSV 236° 20.47% 84.31%
CMYK 20.47% 19.07% 0.00%
15.69%

Color #ABAED7 in popluar number systems.

HEX AB AE D7
Decimal 171 174 215
Binary 10101011 10101110 11010111
Octal 253 256 327

Shades and tints

Shades of #ABAED7

#ABAED7
(171,174,215)
#9C9FC4
(156,159,196)
#8D90B1
(141,144,177)
#7E819E
(126,129,158)
#6F728B
(111,114,139)
#606378
(96,99,120)
#515465
(81,84,101)
#424552
(66,69,82)
#33363F
(51,54,63)
#24272C
(36,39,44)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #ABAED7

#ABAED7
(171,174,215)
#B2B5DA
(178,181,218)
#B9BCDD
(185,188,221)
#C0C3E0
(192,195,224)
#C7CAE3
(199,202,227)
#CED1E6
(206,209,230)
#D5D8E9
(213,216,233)
#DCDFEC
(220,223,236)
#E3E6EF
(227,230,239)
#EAEDF2
(234,237,242)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAED7 color. Also use rgb(171,174,215) instead hex code.

Text Font Color

.myTextColor { color: #ABAED7; }

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

This text font color is #ABAED7.

Background Color

.myBgColor { background-color: #ABAED7; }

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

This div background color is #ABAED7.

Border color

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

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

This div border color is #ABAED7.

Opacity

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

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

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

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

This text has shadow with #ABAED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAED7.

Preview

Color preview on black background

This text has color #ABAED7 on black background.


Color preview on white background

This text has color #ABAED7 on white background.


Black color preview on #ABAED7 background

This text has black color on #ABAED7 background.


White color preview on #ABAED7 background

This text has white color on #ABAED7 background.


Related colors

Complementary color

Complementary color for #hex is #545128.


I love getcolorcode.com

Triadic colors

1 #D7ABAE and #AED7AB with #ABAED7 are triadic colors.

2 #D7AEAB and #AEABD7 with #ABAED7 are triadic colors.