COLOR #ABBCE8

HEX: #ABBCE8 RGB: (171,188,232)

Color info

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

RGB color model

#ABBCE8 color RGB value is (171,188,232).

RGB: (171,188,232) (67%, 74%, 91%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 232 of 255 = 91%

171
188
232

R + G + B ~ 77%. #ABBCE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 188 + 232 = 591 (100%)
R 171 of 591 ~ 28.93%
G 188 of 591 ~ 31.81%
B 232 of 591 ~ 39.26'%

%28.93
%31.81
%39.26

CMYK color model

#ABBCE8 color CMYK value is (26,19,0,9).

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

CMYK: (26,19,0,9)
C26M19Y0K9 (26%, 19%, 0%, 9%)
(0.26 / 0.19 / 0.00 / 0.09)

CMYK percentages

%26.29
%18.97
%0
%9.02

Codes

Color #ABBCE8 in popluar color models

AB BC E8
RGB 171 188 232
HSL 223° 57.01% 79.02%
HSB/HSV 223° 26.29% 90.98%
CMYK 26.29% 18.97% 0.00%
9.02%

Color #ABBCE8 in popluar number systems.

HEX AB BC E8
Decimal 171 188 232
Binary 10101011 10111100 11101000
Octal 253 274 350

Shades and tints

Shades of #ABBCE8

#ABBCE8
(171,188,232)
#9CABD3
(156,171,211)
#8D9ABE
(141,154,190)
#7E89A9
(126,137,169)
#6F7894
(111,120,148)
#60677F
(96,103,127)
#51566A
(81,86,106)
#424555
(66,69,85)
#333440
(51,52,64)
#24232B
(36,35,43)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #ABBCE8

#ABBCE8
(171,188,232)
#B2C2EA
(178,194,234)
#B9C8EC
(185,200,236)
#C0CEEE
(192,206,238)
#C7D4F0
(199,212,240)
#CEDAF2
(206,218,242)
#D5E0F4
(213,224,244)
#DCE6F6
(220,230,246)
#E3ECF8
(227,236,248)
#EAF2FA
(234,242,250)
#F1F8FC
(241,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBCE8; }

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

This text font color is #ABBCE8.

Background Color

.myBgColor { background-color: #ABBCE8; }

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

This div background color is #ABBCE8.

Border color

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

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

This div border color is #ABBCE8.

Opacity

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

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

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

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

This text has shadow with #ABBCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBCE8.

Preview

Color preview on black background

This text has color #ABBCE8 on black background.


Color preview on white background

This text has color #ABBCE8 on white background.


Black color preview on #ABBCE8 background

This text has black color on #ABBCE8 background.


White color preview on #ABBCE8 background

This text has white color on #ABBCE8 background.


Related colors

Complementary color

Complementary color for #hex is #544317.


I love getcolorcode.com

Triadic colors

1 #E8ABBC and #BCE8AB with #ABBCE8 are triadic colors.

2 #E8BCAB and #BCABE8 with #ABBCE8 are triadic colors.