COLOR #ABCCE2

HEX: #ABCCE2 RGB: (171,204,226)

Color info

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

RGB color model

#ABCCE2 color RGB value is (171,204,226).

RGB: (171,204,226) (67%, 80%, 89%)

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 226 of 255 = 89%

171
204
226

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

Portions of RGB colors in percentages

R + G + B = 171 + 204 + 226 = 601 (100%)
R 171 of 601 ~ 28.45%
G 204 of 601 ~ 33.94%
B 226 of 601 ~ 37.6'%

%28.45
%33.94
%37.6

CMYK color model

#ABCCE2 color CMYK value is (24,10,0,11).

  • cyan value is 24.34%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (24,10,0,11)
C24M10Y0K11 (24%, 10%, 0%, 11%)
(0.24 / 0.10 / 0.00 / 0.11)

CMYK percentages

%24.34
%9.73
%0
%11.37

Codes

Color #ABCCE2 in popluar color models

AB CC E2
RGB 171 204 226
HSL 204° 48.67% 77.84%
HSB/HSV 204° 24.34% 88.63%
CMYK 24.34% 9.73% 0.00%
11.37%

Color #ABCCE2 in popluar number systems.

HEX AB CC E2
Decimal 171 204 226
Binary 10101011 11001100 11100010
Octal 253 314 342

Shades and tints

Shades of #ABCCE2

#ABCCE2
(171,204,226)
#9CBACE
(156,186,206)
#8DA8BA
(141,168,186)
#7E96A6
(126,150,166)
#6F8492
(111,132,146)
#60727E
(96,114,126)
#51606A
(81,96,106)
#424E56
(66,78,86)
#333C42
(51,60,66)
#242A2E
(36,42,46)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #ABCCE2

#ABCCE2
(171,204,226)
#B2D0E4
(178,208,228)
#B9D4E6
(185,212,230)
#C0D8E8
(192,216,232)
#C7DCEA
(199,220,234)
#CEE0EC
(206,224,236)
#D5E4EE
(213,228,238)
#DCE8F0
(220,232,240)
#E3ECF2
(227,236,242)
#EAF0F4
(234,240,244)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCCE2; }

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

This text font color is #ABCCE2.

Background Color

.myBgColor { background-color: #ABCCE2; }

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

This div background color is #ABCCE2.

Border color

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

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

This div border color is #ABCCE2.

Opacity

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

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

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

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

This text has shadow with #ABCCE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCCE2.

Preview

Color preview on black background

This text has color #ABCCE2 on black background.


Color preview on white background

This text has color #ABCCE2 on white background.


Black color preview on #ABCCE2 background

This text has black color on #ABCCE2 background.


White color preview on #ABCCE2 background

This text has white color on #ABCCE2 background.


Related colors

Complementary color

Complementary color for #hex is #54331D.


I love getcolorcode.com

Triadic colors

1 #E2ABCC and #CCE2AB with #ABCCE2 are triadic colors.

2 #E2CCAB and #CCABE2 with #ABCCE2 are triadic colors.