COLOR #ABC4EF

HEX: #ABC4EF RGB: (171,196,239)

Color info

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

RGB color model

#ABC4EF color RGB value is (171,196,239).

RGB: (171,196,239) (67%, 77%, 94%)

RGB channels and saturation

R 171 of 255 = 67%
G 196 of 255 = 77%
B 239 of 255 = 94%

171
196
239

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

Portions of RGB colors in percentages

R + G + B = 171 + 196 + 239 = 606 (100%)
R 171 of 606 ~ 28.22%
G 196 of 606 ~ 32.34%
B 239 of 606 ~ 39.44'%

%28.22
%32.34
%39.44

CMYK color model

#ABC4EF color CMYK value is (28,18,0,6).

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

CMYK: (28,18,0,6)
C28M18Y0K6 (28%, 18%, 0%, 6%)
(0.28 / 0.18 / 0.00 / 0.06)

CMYK percentages

%28.45
%17.99
%0
%6.27

Codes

Color #ABC4EF in popluar color models

AB C4 EF
RGB 171 196 239
HSL 218° 68.00% 80.39%
HSB/HSV 218° 28.45% 93.73%
CMYK 28.45% 17.99% 0.00%
6.27%

Color #ABC4EF in popluar number systems.

HEX AB C4 EF
Decimal 171 196 239
Binary 10101011 11000100 11101111
Octal 253 304 357

Shades and tints

Shades of #ABC4EF

#ABC4EF
(171,196,239)
#9CB3DA
(156,179,218)
#8DA2C5
(141,162,197)
#7E91B0
(126,145,176)
#6F809B
(111,128,155)
#606F86
(96,111,134)
#515E71
(81,94,113)
#424D5C
(66,77,92)
#333C47
(51,60,71)
#242B32
(36,43,50)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #ABC4EF

#ABC4EF
(171,196,239)
#B2C9F0
(178,201,240)
#B9CEF1
(185,206,241)
#C0D3F2
(192,211,242)
#C7D8F3
(199,216,243)
#CEDDF4
(206,221,244)
#D5E2F5
(213,226,245)
#DCE7F6
(220,231,246)
#E3ECF7
(227,236,247)
#EAF1F8
(234,241,248)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC4EF; }

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

This text font color is #ABC4EF.

Background Color

.myBgColor { background-color: #ABC4EF; }

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

This div background color is #ABC4EF.

Border color

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

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

This div border color is #ABC4EF.

Opacity

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

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

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

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

This text has shadow with #ABC4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC4EF.

Preview

Color preview on black background

This text has color #ABC4EF on black background.


Color preview on white background

This text has color #ABC4EF on white background.


Black color preview on #ABC4EF background

This text has black color on #ABC4EF background.


White color preview on #ABC4EF background

This text has white color on #ABC4EF background.


Related colors

Complementary color

Complementary color for #hex is #543B10.


I love getcolorcode.com

Triadic colors

1 #EFABC4 and #C4EFAB with #ABC4EF are triadic colors.

2 #EFC4AB and #C4ABEF with #ABC4EF are triadic colors.