COLOR #ABDBCE

HEX: #ABDBCE
RGB: (171,219,206)

Color info

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

RGB color model

#ABDBCE color RGB value is (171,219,206).

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

RGB channels and saturation

R 171 of 255 = 67%
G 219 of 255 = 86%
B 206 of 255 = 81%

171
219
206

R + G + B ~ 78%. #ABDBCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 219 + 206 = 596 (100%)
R 171 of 596 ~ 28.69%
G 219 of 596 ~ 36.74%
B 206 of 596 ~ 34.56%

%28.69
%36.74
%34.56

CMYK color model

#ABDBCE color CMYK value is (22,0,6,14).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 14.12%
CMYK:
(22,0,6,14)
C22M0Y6K14 
(22%,0%,6%,14%)
(0.22/0.00/0.06/0.14)	

CMYK percentages

%21.92
%0
%5.94
%14.12

Codes

Color #ABDBCE in popluar color models

ABDBCE
RGB171219206
HSL164°40.00%76.47%
HSB/HSV164°21.92%85.88%
CMYK21.92%0.00%5.94%
14.12%

Color #ABDBCE in popluar number systems.

HEXABDBCE
Decimal171219206
Binary101010111101101111001110
Octal253333316

Shades and tints

Shades of #ABDBCE

#ABDBCE
(171,219,206)
#9CC8BC
(156,200,188)
#8DB5AA
(141,181,170)
#7EA298
(126,162,152)
#6F8F86
(111,143,134)
#607C74
(96,124,116)
#516962
(81,105,98)
#425650
(66,86,80)
#33433E
(51,67,62)
#24302C
(36,48,44)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #ABDBCE

#ABDBCE
(171,219,206)
#B2DED2
(178,222,210)
#B9E1D6
(185,225,214)
#C0E4DA
(192,228,218)
#C7E7DE
(199,231,222)
#CEEAE2
(206,234,226)
#D5EDE6
(213,237,230)
#DCF0EA
(220,240,234)
#E3F3EE
(227,243,238)
#EAF6F2
(234,246,242)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDBCE; }

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

This text font color is #ABDBCE.


Background Color

.myBgColor { background-color: #ABDBCE; }

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

This div background color is #ABDBCE.


Border color

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

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

This div border color is #ABDBCE.


Opacity

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

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

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

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

This text has shadow with #ABDBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDBCE on black background.


Color preview on white background

This text has color #ABDBCE on white background.



Black color preview on #ABDBCE background

This text has black color on #ABDBCE background.


White color preview on #ABDBCE background

This text has white color on #ABDBCE background.