COLOR #ABCCE8

HEX: #ABCCE8 RGB: (171,204,232)

Color info

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

RGB color model

#ABCCE8 color RGB value is (171,204,232).

RGB: (171,204,232) (67%, 80%, 91%)

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 232 of 255 = 91%

171
204
232

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

Portions of RGB colors in percentages

R + G + B = 171 + 204 + 232 = 607 (100%)
R 171 of 607 ~ 28.17%
G 204 of 607 ~ 33.61%
B 232 of 607 ~ 38.22'%

%28.17
%33.61
%38.22

CMYK color model

#ABCCE8 color CMYK value is (26,12,0,9).

  • cyan value is 26.29%
  • magenta value is 12.07%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (26,12,0,9)
C26M12Y0K9 (26%, 12%, 0%, 9%)
(0.26 / 0.12 / 0.00 / 0.09)

CMYK percentages

%26.29
%12.07
%0
%9.02

Codes

Color #ABCCE8 in popluar color models

AB CC E8
RGB 171 204 232
HSL 208° 57.01% 79.02%
HSB/HSV 208° 26.29% 90.98%
CMYK 26.29% 12.07% 0.00%
9.02%

Color #ABCCE8 in popluar number systems.

HEX AB CC E8
Decimal 171 204 232
Binary 10101011 11001100 11101000
Octal 253 314 350

Shades and tints

Shades of #ABCCE8

#ABCCE8
(171,204,232)
#9CBAD3
(156,186,211)
#8DA8BE
(141,168,190)
#7E96A9
(126,150,169)
#6F8494
(111,132,148)
#60727F
(96,114,127)
#51606A
(81,96,106)
#424E55
(66,78,85)
#333C40
(51,60,64)
#242A2B
(36,42,43)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #ABCCE8

#ABCCE8
(171,204,232)
#B2D0EA
(178,208,234)
#B9D4EC
(185,212,236)
#C0D8EE
(192,216,238)
#C7DCF0
(199,220,240)
#CEE0F2
(206,224,242)
#D5E4F4
(213,228,244)
#DCE8F6
(220,232,246)
#E3ECF8
(227,236,248)
#EAF0FA
(234,240,250)
#F1F4FC
(241,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCCE8 color. Also use rgb(171,204,232) instead hex code.

Text Font Color

.myTextColor { color: #ABCCE8; }

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

This text font color is #ABCCE8.

Background Color

.myBgColor { background-color: #ABCCE8; }

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

This div background color is #ABCCE8.

Border color

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

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

This div border color is #ABCCE8.

Opacity

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

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

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

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

This text has shadow with #ABCCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCCE8.

Preview

Color preview on black background

This text has color #ABCCE8 on black background.


Color preview on white background

This text has color #ABCCE8 on white background.


Black color preview on #ABCCE8 background

This text has black color on #ABCCE8 background.


White color preview on #ABCCE8 background

This text has white color on #ABCCE8 background.


Related colors

Complementary color

Complementary color for #hex is #543317.


I love getcolorcode.com

Triadic colors

1 #E8ABCC and #CCE8AB with #ABCCE8 are triadic colors.

2 #E8CCAB and #CCABE8 with #ABCCE8 are triadic colors.