COLOR #ABCCEF

HEX: #ABCCEF RGB: (171,204,239)

Color info

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

RGB color model

#ABCCEF color RGB value is (171,204,239).

RGB: (171,204,239) (67%, 80%, 94%)

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 239 of 255 = 94%

171
204
239

R + G + B ~ 80%. #ABCCEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 204 + 239 = 614 (100%)
R 171 of 614 ~ 27.85%
G 204 of 614 ~ 33.22%
B 239 of 614 ~ 38.93'%

%27.85
%33.22
%38.93

CMYK color model

#ABCCEF color CMYK value is (28,15,0,6).

  • cyan value is 28.45%
  • magenta value is 14.64%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (28,15,0,6)
C28M15Y0K6 (28%, 15%, 0%, 6%)
(0.28 / 0.15 / 0.00 / 0.06)

CMYK percentages

%28.45
%14.64
%0
%6.27

Codes

Color #ABCCEF in popluar color models

AB CC EF
RGB 171 204 239
HSL 211° 68.00% 80.39%
HSB/HSV 211° 28.45% 93.73%
CMYK 28.45% 14.64% 0.00%
6.27%

Color #ABCCEF in popluar number systems.

HEX AB CC EF
Decimal 171 204 239
Binary 10101011 11001100 11101111
Octal 253 314 357

Shades and tints

Shades of #ABCCEF

#ABCCEF
(171,204,239)
#9CBADA
(156,186,218)
#8DA8C5
(141,168,197)
#7E96B0
(126,150,176)
#6F849B
(111,132,155)
#607286
(96,114,134)
#516071
(81,96,113)
#424E5C
(66,78,92)
#333C47
(51,60,71)
#242A32
(36,42,50)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #ABCCEF

#ABCCEF
(171,204,239)
#B2D0F0
(178,208,240)
#B9D4F1
(185,212,241)
#C0D8F2
(192,216,242)
#C7DCF3
(199,220,243)
#CEE0F4
(206,224,244)
#D5E4F5
(213,228,245)
#DCE8F6
(220,232,246)
#E3ECF7
(227,236,247)
#EAF0F8
(234,240,248)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCCEF; }

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

This text font color is #ABCCEF.

Background Color

.myBgColor { background-color: #ABCCEF; }

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

This div background color is #ABCCEF.

Border color

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

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

This div border color is #ABCCEF.

Opacity

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

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

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

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

This text has shadow with #ABCCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCCEF.

Preview

Color preview on black background

This text has color #ABCCEF on black background.


Color preview on white background

This text has color #ABCCEF on white background.


Black color preview on #ABCCEF background

This text has black color on #ABCCEF background.


White color preview on #ABCCEF background

This text has white color on #ABCCEF background.


Related colors

Complementary color

Complementary color for #hex is #543310.


I love getcolorcode.com

Triadic colors

1 #EFABCC and #CCEFAB with #ABCCEF are triadic colors.

2 #EFCCAB and #CCABEF with #ABCCEF are triadic colors.