COLOR #ABD2EC

HEX: #ABD2EC
RGB: (171,210,236)

Color info

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

RGB color model

#ABD2EC color RGB value is (171,210,236).

  • red value is 171;
  • green value is 210;
  • blue value is 236.
RGB:
(171,210,236)
(67%,82%,93%)

RGB channels and saturation

R 171 of 255 = 67%
G 210 of 255 = 82%
B 236 of 255 = 93%

171
210
236

R + G + B ~ 81%. #ABD2EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 210 + 236 = 617 (100%)
R 171 of 617 ~ 27.71%
G 210 of 617 ~ 34.04%
B 236 of 617 ~ 38.25%

%27.71
%34.04
%38.25

CMYK color model

#ABD2EC color CMYK value is (28,11,0,7).

  • cyan value is 27.54%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(28,11,0,7)
C28M11Y0K7 
(28%,11%,0%,7%)
(0.28/0.11/0.00/0.07)	

CMYK percentages

%27.54
%11.02
%0
%7.45

Codes

Color #ABD2EC in popluar color models

ABD2EC
RGB171210236
HSL204°63.11%79.80%
HSB/HSV204°27.54%92.55%
CMYK27.54%11.02%0.00%
7.45%

Color #ABD2EC in popluar number systems.

HEXABD2EC
Decimal171210236
Binary101010111101001011101100
Octal253322354

Shades and tints

Shades of #ABD2EC

#ABD2EC
(171,210,236)
#9CBFD7
(156,191,215)
#8DACC2
(141,172,194)
#7E99AD
(126,153,173)
#6F8698
(111,134,152)
#607383
(96,115,131)
#51606E
(81,96,110)
#424D59
(66,77,89)
#333A44
(51,58,68)
#24272F
(36,39,47)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #ABD2EC

#ABD2EC
(171,210,236)
#B2D6ED
(178,214,237)
#B9DAEE
(185,218,238)
#C0DEEF
(192,222,239)
#C7E2F0
(199,226,240)
#CEE6F1
(206,230,241)
#D5EAF2
(213,234,242)
#DCEEF3
(220,238,243)
#E3F2F4
(227,242,244)
#EAF6F5
(234,246,245)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD2EC color. Also use rgb(171,210,236) instead hex code.

Text Font Color

.myTextColor { color: #ABD2EC; }

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

This text font color is #ABD2EC.


Background Color

.myBgColor { background-color: #ABD2EC; }

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

This div background color is #ABD2EC.


Border color

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

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

This div border color is #ABD2EC.


Opacity

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

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

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

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

This text has shadow with #ABD2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD2EC on black background.


Color preview on white background

This text has color #ABD2EC on white background.



Black color preview on #ABD2EC background

This text has black color on #ABD2EC background.


White color preview on #ABD2EC background

This text has white color on #ABD2EC background.