COLOR #ABCDE1

HEX: #ABCDE1 RGB: (171,205,225)

Color info

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

RGB color model

#ABCDE1 color RGB value is (171,205,225).

RGB: (171,205,225) (67%, 80%, 88%)

RGB channels and saturation

R 171 of 255 = 67%
G 205 of 255 = 80%
B 225 of 255 = 88%

171
205
225

R + G + B ~ 78%. #ABCDE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 205 + 225 = 601 (100%)
R 171 of 601 ~ 28.45%
G 205 of 601 ~ 34.11%
B 225 of 601 ~ 37.44'%

%28.45
%34.11
%37.44

CMYK color model

#ABCDE1 color CMYK value is (24,9,0,12).

  • cyan value is 24.00%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (24,9,0,12)
C24M9Y0K12 (24%, 9%, 0%, 12%)
(0.24 / 0.09 / 0.00 / 0.12)

CMYK percentages

%24
%8.89
%0
%11.76

Codes

Color #ABCDE1 in popluar color models

AB CD E1
RGB 171 205 225
HSL 202° 47.37% 77.65%
HSB/HSV 202° 24.00% 88.24%
CMYK 24.00% 8.89% 0.00%
11.76%

Color #ABCDE1 in popluar number systems.

HEX AB CD E1
Decimal 171 205 225
Binary 10101011 11001101 11100001
Octal 253 315 341

Shades and tints

Shades of #ABCDE1

#ABCDE1
(171,205,225)
#9CBBCD
(156,187,205)
#8DA9B9
(141,169,185)
#7E97A5
(126,151,165)
#6F8591
(111,133,145)
#60737D
(96,115,125)
#516169
(81,97,105)
#424F55
(66,79,85)
#333D41
(51,61,65)
#242B2D
(36,43,45)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #ABCDE1

#ABCDE1
(171,205,225)
#B2D1E3
(178,209,227)
#B9D5E5
(185,213,229)
#C0D9E7
(192,217,231)
#C7DDE9
(199,221,233)
#CEE1EB
(206,225,235)
#D5E5ED
(213,229,237)
#DCE9EF
(220,233,239)
#E3EDF1
(227,237,241)
#EAF1F3
(234,241,243)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCDE1 color. Also use rgb(171,205,225) instead hex code.

Text Font Color

.myTextColor { color: #ABCDE1; }

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

This text font color is #ABCDE1.

Background Color

.myBgColor { background-color: #ABCDE1; }

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

This div background color is #ABCDE1.

Border color

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

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

This div border color is #ABCDE1.

Opacity

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

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

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

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

This text has shadow with #ABCDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCDE1.

Preview

Color preview on black background

This text has color #ABCDE1 on black background.


Color preview on white background

This text has color #ABCDE1 on white background.


Black color preview on #ABCDE1 background

This text has black color on #ABCDE1 background.


White color preview on #ABCDE1 background

This text has white color on #ABCDE1 background.


Related colors

Complementary color

Complementary color for #hex is #54321E.


I love getcolorcode.com

Triadic colors

1 #E1ABCD and #CDE1AB with #ABCDE1 are triadic colors.

2 #E1CDAB and #CDABE1 with #ABCDE1 are triadic colors.