COLOR #ABC5F2

HEX: #ABC5F2
RGB: (171,197,242)

Color info

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

RGB color model

#ABC5F2 color RGB value is (171,197,242).

  • red value is 171;
  • green value is 197;
  • blue value is 242.
RGB:
(171,197,242)
(67%,77%,95%)

RGB channels and saturation

R 171 of 255 = 67%
G 197 of 255 = 77%
B 242 of 255 = 95%

171
197
242

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

Portions of RGB colors in percentages

R + G + B =
171 + 197 + 242 = 610 (100%)
R 171 of 610 ~ 28.03%
G 197 of 610 ~ 32.3%
B 242 of 610 ~ 39.67%

%28.03
%32.3
%39.67

CMYK color model

#ABC5F2 color CMYK value is (29,19,0,5).

  • cyan value is 29.34%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(29,19,0,5)
C29M19Y0K5 
(29%,19%,0%,5%)
(0.29/0.19/0.00/0.05)	

CMYK percentages

%29.34
%18.6
%0
%5.1

Codes

Color #ABC5F2 in popluar color models

ABC5F2
RGB171197242
HSL218°73.20%80.98%
HSB/HSV218°29.34%94.90%
CMYK29.34%18.60%0.00%
5.10%

Color #ABC5F2 in popluar number systems.

HEXABC5F2
Decimal171197242
Binary101010111100010111110010
Octal253305362

Shades and tints

Shades of #ABC5F2

#ABC5F2
(171,197,242)
#9CB4DC
(156,180,220)
#8DA3C6
(141,163,198)
#7E92B0
(126,146,176)
#6F819A
(111,129,154)
#607084
(96,112,132)
#515F6E
(81,95,110)
#424E58
(66,78,88)
#333D42
(51,61,66)
#242C2C
(36,44,44)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #ABC5F2

#ABC5F2
(171,197,242)
#B2CAF3
(178,202,243)
#B9CFF4
(185,207,244)
#C0D4F5
(192,212,245)
#C7D9F6
(199,217,246)
#CEDEF7
(206,222,247)
#D5E3F8
(213,227,248)
#DCE8F9
(220,232,249)
#E3EDFA
(227,237,250)
#EAF2FB
(234,242,251)
#F1F7FC
(241,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC5F2 color. Also use rgb(171,197,242) instead hex code.

Text Font Color

.myTextColor { color: #ABC5F2; }

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

This text font color is #ABC5F2.


Background Color

.myBgColor { background-color: #ABC5F2; }

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

This div background color is #ABC5F2.


Border color

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

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

This div border color is #ABC5F2.


Opacity

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

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

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

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

This text has shadow with #ABC5F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC5F2 on black background.


Color preview on white background

This text has color #ABC5F2 on white background.



Black color preview on #ABC5F2 background

This text has black color on #ABC5F2 background.


White color preview on #ABC5F2 background

This text has white color on #ABC5F2 background.