COLOR #ABC7EE

HEX: #ABC7EE RGB: (171,199,238)

Color info

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

RGB color model

#ABC7EE color RGB value is (171,199,238).

RGB: (171,199,238) (67%, 78%, 93%)

RGB channels and saturation

R 171 of 255 = 67%
G 199 of 255 = 78%
B 238 of 255 = 93%

171
199
238

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

Portions of RGB colors in percentages

R + G + B = 171 + 199 + 238 = 608 (100%)
R 171 of 608 ~ 28.13%
G 199 of 608 ~ 32.73%
B 238 of 608 ~ 39.14'%

%28.13
%32.73
%39.14

CMYK color model

#ABC7EE color CMYK value is (28,16,0,7).

  • cyan value is 28.15%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (28,16,0,7)
C28M16Y0K7 (28%, 16%, 0%, 7%)
(0.28 / 0.16 / 0.00 / 0.07)

CMYK percentages

%28.15
%16.39
%0
%6.67

Codes

Color #ABC7EE in popluar color models

AB C7 EE
RGB 171 199 238
HSL 215° 66.34% 80.20%
HSB/HSV 215° 28.15% 93.33%
CMYK 28.15% 16.39% 0.00%
6.67%

Color #ABC7EE in popluar number systems.

HEX AB C7 EE
Decimal 171 199 238
Binary 10101011 11000111 11101110
Octal 253 307 356

Shades and tints

Shades of #ABC7EE

#ABC7EE
(171,199,238)
#9CB5D9
(156,181,217)
#8DA3C4
(141,163,196)
#7E91AF
(126,145,175)
#6F7F9A
(111,127,154)
#606D85
(96,109,133)
#515B70
(81,91,112)
#42495B
(66,73,91)
#333746
(51,55,70)
#242531
(36,37,49)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #ABC7EE

#ABC7EE
(171,199,238)
#B2CCEF
(178,204,239)
#B9D1F0
(185,209,240)
#C0D6F1
(192,214,241)
#C7DBF2
(199,219,242)
#CEE0F3
(206,224,243)
#D5E5F4
(213,229,244)
#DCEAF5
(220,234,245)
#E3EFF6
(227,239,246)
#EAF4F7
(234,244,247)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC7EE color. Also use rgb(171,199,238) instead hex code.

Text Font Color

.myTextColor { color: #ABC7EE; }

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

This text font color is #ABC7EE.

Background Color

.myBgColor { background-color: #ABC7EE; }

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

This div background color is #ABC7EE.

Border color

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

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

This div border color is #ABC7EE.

Opacity

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

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

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

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

This text has shadow with #ABC7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC7EE.

Preview

Color preview on black background

This text has color #ABC7EE on black background.


Color preview on white background

This text has color #ABC7EE on white background.


Black color preview on #ABC7EE background

This text has black color on #ABC7EE background.


White color preview on #ABC7EE background

This text has white color on #ABC7EE background.


Related colors

Complementary color

Complementary color for #hex is #543811.


I love getcolorcode.com

Triadic colors

1 #EEABC7 and #C7EEAB with #ABC7EE are triadic colors.

2 #EEC7AB and #C7ABEE with #ABC7EE are triadic colors.