COLOR #ABDBE6

HEX: #ABDBE6
RGB: (171,219,230)

Color info

#ABDBE6 contains red, green and blue colors in about the same proportion. Web safe color of #ABDBE6 is #99CCCC (or #9CC).

RGB color model

#ABDBE6 color RGB value is (171,219,230).

  • red value is 171;
  • green value is 219;
  • blue value is 230.
RGB:
(171,219,230)
(67%,86%,90%)

RGB channels and saturation

R 171 of 255 = 67%
G 219 of 255 = 86%
B 230 of 255 = 90%

171
219
230

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

Portions of RGB colors in percentages

R + G + B =
171 + 219 + 230 = 620 (100%)
R 171 of 620 ~ 27.58%
G 219 of 620 ~ 35.32%
B 230 of 620 ~ 37.1%

%27.58
%35.32
%37.1

CMYK color model

#ABDBE6 color CMYK value is (26,5,0,10).

  • cyan value is 25.65%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(26,5,0,10)
C26M5Y0K10 
(26%,5%,0%,10%)
(0.26/0.05/0.00/0.10)	

CMYK percentages

%25.65
%4.78
%0
%9.8

Codes

Color #ABDBE6 in popluar color models

ABDBE6
RGB171219230
HSL191°54.13%78.63%
HSB/HSV191°25.65%90.20%
CMYK25.65%4.78%0.00%
9.80%

Color #ABDBE6 in popluar number systems.

HEXABDBE6
Decimal171219230
Binary101010111101101111100110
Octal253333346

Shades and tints

Shades of #ABDBE6

#ABDBE6
(171,219,230)
#9CC8D2
(156,200,210)
#8DB5BE
(141,181,190)
#7EA2AA
(126,162,170)
#6F8F96
(111,143,150)
#607C82
(96,124,130)
#51696E
(81,105,110)
#42565A
(66,86,90)
#334346
(51,67,70)
#243032
(36,48,50)
#151D1E
(21,29,30)
#000000
(0,0,0)

Tints of #ABDBE6

#ABDBE6
(171,219,230)
#B2DEE8
(178,222,232)
#B9E1EA
(185,225,234)
#C0E4EC
(192,228,236)
#C7E7EE
(199,231,238)
#CEEAF0
(206,234,240)
#D5EDF2
(213,237,242)
#DCF0F4
(220,240,244)
#E3F3F6
(227,243,246)
#EAF6F8
(234,246,248)
#F1F9FA
(241,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDBE6 color. Also use rgb(171,219,230) instead hex code.

Text Font Color

.myTextColor { color: #ABDBE6; }

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

This text font color is #ABDBE6.


Background Color

.myBgColor { background-color: #ABDBE6; }

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

This div background color is #ABDBE6.


Border color

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

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

This div border color is #ABDBE6.


Opacity

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

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

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

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

This text has shadow with #ABDBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDBE6 on black background.


Color preview on white background

This text has color #ABDBE6 on white background.



Black color preview on #ABDBE6 background

This text has black color on #ABDBE6 background.


White color preview on #ABDBE6 background

This text has white color on #ABDBE6 background.