COLOR #ABC1E6

HEX: #ABC1E6 RGB: (171,193,230)

Color info

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

RGB color model

#ABC1E6 color RGB value is (171,193,230).

RGB: (171,193,230) (67%, 76%, 90%)

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 230 of 255 = 90%

171
193
230

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

Portions of RGB colors in percentages

R + G + B = 171 + 193 + 230 = 594 (100%)
R 171 of 594 ~ 28.79%
G 193 of 594 ~ 32.49%
B 230 of 594 ~ 38.72'%

%28.79
%32.49
%38.72

CMYK color model

#ABC1E6 color CMYK value is (26,16,0,10).

  • cyan value is 25.65%
  • magenta value is 16.09%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (26,16,0,10)
C26M16Y0K10 (26%, 16%, 0%, 10%)
(0.26 / 0.16 / 0.00 / 0.10)

CMYK percentages

%25.65
%16.09
%0
%9.8

Codes

Color #ABC1E6 in popluar color models

AB C1 E6
RGB 171 193 230
HSL 218° 54.13% 78.63%
HSB/HSV 218° 25.65% 90.20%
CMYK 25.65% 16.09% 0.00%
9.80%

Color #ABC1E6 in popluar number systems.

HEX AB C1 E6
Decimal 171 193 230
Binary 10101011 11000001 11100110
Octal 253 301 346

Shades and tints

Shades of #ABC1E6

#ABC1E6
(171,193,230)
#9CB0D2
(156,176,210)
#8D9FBE
(141,159,190)
#7E8EAA
(126,142,170)
#6F7D96
(111,125,150)
#606C82
(96,108,130)
#515B6E
(81,91,110)
#424A5A
(66,74,90)
#333946
(51,57,70)
#242832
(36,40,50)
#15171E
(21,23,30)
#000000
(0,0,0)

Tints of #ABC1E6

#ABC1E6
(171,193,230)
#B2C6E8
(178,198,232)
#B9CBEA
(185,203,234)
#C0D0EC
(192,208,236)
#C7D5EE
(199,213,238)
#CEDAF0
(206,218,240)
#D5DFF2
(213,223,242)
#DCE4F4
(220,228,244)
#E3E9F6
(227,233,246)
#EAEEF8
(234,238,248)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC1E6 color. Also use rgb(171,193,230) instead hex code.

Text Font Color

.myTextColor { color: #ABC1E6; }

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

This text font color is #ABC1E6.

Background Color

.myBgColor { background-color: #ABC1E6; }

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

This div background color is #ABC1E6.

Border color

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

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

This div border color is #ABC1E6.

Opacity

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

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

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

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

This text has shadow with #ABC1E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC1E6.

Preview

Color preview on black background

This text has color #ABC1E6 on black background.


Color preview on white background

This text has color #ABC1E6 on white background.


Black color preview on #ABC1E6 background

This text has black color on #ABC1E6 background.


White color preview on #ABC1E6 background

This text has white color on #ABC1E6 background.


Related colors

Complementary color

Complementary color for #hex is #543E19.


I love getcolorcode.com

Triadic colors

1 #E6ABC1 and #C1E6AB with #ABC1E6 are triadic colors.

2 #E6C1AB and #C1ABE6 with #ABC1E6 are triadic colors.