COLOR #ABC7EA

HEX: #ABC7EA
RGB: (171,199,234)

Color info

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

RGB color model

#ABC7EA color RGB value is (171,199,234).

  • red value is 171;
  • green value is 199;
  • blue value is 234.
RGB:
(171,199,234)
(67%,78%,92%)

RGB channels and saturation

R 171 of 255 = 67%
G 199 of 255 = 78%
B 234 of 255 = 92%

171
199
234

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

Portions of RGB colors in percentages

R + G + B =
171 + 199 + 234 = 604 (100%)
R 171 of 604 ~ 28.31%
G 199 of 604 ~ 32.95%
B 234 of 604 ~ 38.74%

%28.31
%32.95
%38.74

CMYK color model

#ABC7EA color CMYK value is (27,15,0,8).

  • cyan value is 26.92%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(27,15,0,8)
C27M15Y0K8 
(27%,15%,0%,8%)
(0.27/0.15/0.00/0.08)	

CMYK percentages

%26.92
%14.96
%0
%8.24

Codes

Color #ABC7EA in popluar color models

ABC7EA
RGB171199234
HSL213°60.00%79.41%
HSB/HSV213°26.92%91.76%
CMYK26.92%14.96%0.00%
8.24%

Color #ABC7EA in popluar number systems.

HEXABC7EA
Decimal171199234
Binary101010111100011111101010
Octal253307352

Shades and tints

Shades of #ABC7EA

#ABC7EA
(171,199,234)
#9CB5D5
(156,181,213)
#8DA3C0
(141,163,192)
#7E91AB
(126,145,171)
#6F7F96
(111,127,150)
#606D81
(96,109,129)
#515B6C
(81,91,108)
#424957
(66,73,87)
#333742
(51,55,66)
#24252D
(36,37,45)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #ABC7EA

#ABC7EA
(171,199,234)
#B2CCEB
(178,204,235)
#B9D1EC
(185,209,236)
#C0D6ED
(192,214,237)
#C7DBEE
(199,219,238)
#CEE0EF
(206,224,239)
#D5E5F0
(213,229,240)
#DCEAF1
(220,234,241)
#E3EFF2
(227,239,242)
#EAF4F3
(234,244,243)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC7EA; }

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

This text font color is #ABC7EA.


Background Color

.myBgColor { background-color: #ABC7EA; }

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

This div background color is #ABC7EA.


Border color

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

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

This div border color is #ABC7EA.


Opacity

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

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

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

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

This text has shadow with #ABC7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC7EA on black background.


Color preview on white background

This text has color #ABC7EA on white background.



Black color preview on #ABC7EA background

This text has black color on #ABC7EA background.


White color preview on #ABC7EA background

This text has white color on #ABC7EA background.