COLOR #ABAEC7

HEX: #ABAEC7 RGB: (171,174,199)

Color info

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

RGB color model

#ABAEC7 color RGB value is (171,174,199).

RGB: (171,174,199) (67%, 68%, 78%)

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 199 of 255 = 78%

171
174
199

R + G + B ~ 71%. #ABAEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 174 + 199 = 544 (100%)
R 171 of 544 ~ 31.43%
G 174 of 544 ~ 31.99%
B 199 of 544 ~ 36.58'%

%31.43
%31.99
%36.58

CMYK color model

#ABAEC7 color CMYK value is (14,13,0,22).

  • cyan value is 14.07%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (14,13,0,22)
C14M13Y0K22 (14%, 13%, 0%, 22%)
(0.14 / 0.13 / 0.00 / 0.22)

CMYK percentages

%14.07
%12.56
%0
%21.96

Codes

Color #ABAEC7 in popluar color models

AB AE C7
RGB 171 174 199
HSL 234° 20.00% 72.55%
HSB/HSV 234° 14.07% 78.04%
CMYK 14.07% 12.56% 0.00%
21.96%

Color #ABAEC7 in popluar number systems.

HEX AB AE C7
Decimal 171 174 199
Binary 10101011 10101110 11000111
Octal 253 256 307

Shades and tints

Shades of #ABAEC7

#ABAEC7
(171,174,199)
#9C9FB5
(156,159,181)
#8D90A3
(141,144,163)
#7E8191
(126,129,145)
#6F727F
(111,114,127)
#60636D
(96,99,109)
#51545B
(81,84,91)
#424549
(66,69,73)
#333637
(51,54,55)
#242725
(36,39,37)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #ABAEC7

#ABAEC7
(171,174,199)
#B2B5CC
(178,181,204)
#B9BCD1
(185,188,209)
#C0C3D6
(192,195,214)
#C7CADB
(199,202,219)
#CED1E0
(206,209,224)
#D5D8E5
(213,216,229)
#DCDFEA
(220,223,234)
#E3E6EF
(227,230,239)
#EAEDF4
(234,237,244)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEC7; }

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

This text font color is #ABAEC7.

Background Color

.myBgColor { background-color: #ABAEC7; }

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

This div background color is #ABAEC7.

Border color

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

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

This div border color is #ABAEC7.

Opacity

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

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

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

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

This text has shadow with #ABAEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAEC7.

Preview

Color preview on black background

This text has color #ABAEC7 on black background.


Color preview on white background

This text has color #ABAEC7 on white background.


Black color preview on #ABAEC7 background

This text has black color on #ABAEC7 background.


White color preview on #ABAEC7 background

This text has white color on #ABAEC7 background.


Related colors

Complementary color

Complementary color for #hex is #545138.


I love getcolorcode.com

Triadic colors

1 #C7ABAE and #AEC7AB with #ABAEC7 are triadic colors.

2 #C7AEAB and #AEABC7 with #ABAEC7 are triadic colors.