COLOR #ABCDE7

HEX: #ABCDE7 RGB: (171,205,231)

Color info

#ABCDE7 contains mainly green and blue colors. Web safe color of #ABCDE7 is #99CCFF (or #9CF).

RGB color model

#ABCDE7 color RGB value is (171,205,231).

RGB: (171,205,231) (67%, 80%, 91%)

RGB channels and saturation

R 171 of 255 = 67%
G 205 of 255 = 80%
B 231 of 255 = 91%

171
205
231

R + G + B ~ 79%. #ABCDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 205 + 231 = 607 (100%)
R 171 of 607 ~ 28.17%
G 205 of 607 ~ 33.77%
B 231 of 607 ~ 38.06'%

%28.17
%33.77
%38.06

CMYK color model

#ABCDE7 color CMYK value is (26,11,0,9).

  • cyan value is 25.97%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (26,11,0,9)
C26M11Y0K9 (26%, 11%, 0%, 9%)
(0.26 / 0.11 / 0.00 / 0.09)

CMYK percentages

%25.97
%11.26
%0
%9.41

Codes

Color #ABCDE7 in popluar color models

AB CD E7
RGB 171 205 231
HSL 206° 55.56% 78.82%
HSB/HSV 206° 25.97% 90.59%
CMYK 25.97% 11.26% 0.00%
9.41%

Color #ABCDE7 in popluar number systems.

HEX AB CD E7
Decimal 171 205 231
Binary 10101011 11001101 11100111
Octal 253 315 347

Shades and tints

Shades of #ABCDE7

#ABCDE7
(171,205,231)
#9CBBD2
(156,187,210)
#8DA9BD
(141,169,189)
#7E97A8
(126,151,168)
#6F8593
(111,133,147)
#60737E
(96,115,126)
#516169
(81,97,105)
#424F54
(66,79,84)
#333D3F
(51,61,63)
#242B2A
(36,43,42)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #ABCDE7

#ABCDE7
(171,205,231)
#B2D1E9
(178,209,233)
#B9D5EB
(185,213,235)
#C0D9ED
(192,217,237)
#C7DDEF
(199,221,239)
#CEE1F1
(206,225,241)
#D5E5F3
(213,229,243)
#DCE9F5
(220,233,245)
#E3EDF7
(227,237,247)
#EAF1F9
(234,241,249)
#F1F5FB
(241,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCDE7; }

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

This text font color is #ABCDE7.

Background Color

.myBgColor { background-color: #ABCDE7; }

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

This div background color is #ABCDE7.

Border color

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

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

This div border color is #ABCDE7.

Opacity

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

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

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

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

This text has shadow with #ABCDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCDE7.

Preview

Color preview on black background

This text has color #ABCDE7 on black background.


Color preview on white background

This text has color #ABCDE7 on white background.


Black color preview on #ABCDE7 background

This text has black color on #ABCDE7 background.


White color preview on #ABCDE7 background

This text has white color on #ABCDE7 background.


Related colors

Complementary color

Complementary color for #hex is #543218.


I love getcolorcode.com

Triadic colors

1 #E7ABCD and #CDE7AB with #ABCDE7 are triadic colors.

2 #E7CDAB and #CDABE7 with #ABCDE7 are triadic colors.