COLOR #ABC7E4

HEX: #ABC7E4 RGB: (171,199,228)

Color info

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

RGB color model

#ABC7E4 color RGB value is (171,199,228).

RGB: (171,199,228) (67%, 78%, 89%)

RGB channels and saturation

R 171 of 255 = 67%
G 199 of 255 = 78%
B 228 of 255 = 89%

171
199
228

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

Portions of RGB colors in percentages

R + G + B = 171 + 199 + 228 = 598 (100%)
R 171 of 598 ~ 28.6%
G 199 of 598 ~ 33.28%
B 228 of 598 ~ 38.13'%

%28.6
%33.28
%38.13

CMYK color model

#ABC7E4 color CMYK value is (25,13,0,11).

  • cyan value is 25.00%
  • magenta value is 12.72%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (25,13,0,11)
C25M13Y0K11 (25%, 13%, 0%, 11%)
(0.25 / 0.13 / 0.00 / 0.11)

CMYK percentages

%25
%12.72
%0
%10.59

Codes

Color #ABC7E4 in popluar color models

AB C7 E4
RGB 171 199 228
HSL 211° 51.35% 78.24%
HSB/HSV 211° 25.00% 89.41%
CMYK 25.00% 12.72% 0.00%
10.59%

Color #ABC7E4 in popluar number systems.

HEX AB C7 E4
Decimal 171 199 228
Binary 10101011 11000111 11100100
Octal 253 307 344

Shades and tints

Shades of #ABC7E4

#ABC7E4
(171,199,228)
#9CB5D0
(156,181,208)
#8DA3BC
(141,163,188)
#7E91A8
(126,145,168)
#6F7F94
(111,127,148)
#606D80
(96,109,128)
#515B6C
(81,91,108)
#424958
(66,73,88)
#333744
(51,55,68)
#242530
(36,37,48)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #ABC7E4

#ABC7E4
(171,199,228)
#B2CCE6
(178,204,230)
#B9D1E8
(185,209,232)
#C0D6EA
(192,214,234)
#C7DBEC
(199,219,236)
#CEE0EE
(206,224,238)
#D5E5F0
(213,229,240)
#DCEAF2
(220,234,242)
#E3EFF4
(227,239,244)
#EAF4F6
(234,244,246)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC7E4; }

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

This text font color is #ABC7E4.

Background Color

.myBgColor { background-color: #ABC7E4; }

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

This div background color is #ABC7E4.

Border color

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

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

This div border color is #ABC7E4.

Opacity

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

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

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

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

This text has shadow with #ABC7E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC7E4.

Preview

Color preview on black background

This text has color #ABC7E4 on black background.


Color preview on white background

This text has color #ABC7E4 on white background.


Black color preview on #ABC7E4 background

This text has black color on #ABC7E4 background.


White color preview on #ABC7E4 background

This text has white color on #ABC7E4 background.


Related colors

Complementary color

Complementary color for #hex is #54381B.


I love getcolorcode.com

Triadic colors

1 #E4ABC7 and #C7E4AB with #ABC7E4 are triadic colors.

2 #E4C7AB and #C7ABE4 with #ABC7E4 are triadic colors.