COLOR #ABDCCB

HEX: #ABDCCB
RGB: (171,220,203)

Color info

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

RGB color model

#ABDCCB color RGB value is (171,220,203).

  • red value is 171;
  • green value is 220;
  • blue value is 203.
RGB:
(171,220,203)
(67%,86%,80%)

RGB channels and saturation

R 171 of 255 = 67%
G 220 of 255 = 86%
B 203 of 255 = 80%

171
220
203

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

Portions of RGB colors in percentages

R + G + B =
171 + 220 + 203 = 594 (100%)
R 171 of 594 ~ 28.79%
G 220 of 594 ~ 37.04%
B 203 of 594 ~ 34.18%

%28.79
%37.04
%34.18

CMYK color model

#ABDCCB color CMYK value is (22,0,8,14).

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 13.73%
CMYK:
(22,0,8,14)
C22M0Y8K14 
(22%,0%,8%,14%)
(0.22/0.00/0.08/0.14)	

CMYK percentages

%22.27
%0
%7.73
%13.73

Codes

Color #ABDCCB in popluar color models

ABDCCB
RGB171220203
HSL159°41.18%76.67%
HSB/HSV159°22.27%86.27%
CMYK22.27%0.00%7.73%
13.73%

Color #ABDCCB in popluar number systems.

HEXABDCCB
Decimal171220203
Binary101010111101110011001011
Octal253334313

Shades and tints

Shades of #ABDCCB

#ABDCCB
(171,220,203)
#9CC8B9
(156,200,185)
#8DB4A7
(141,180,167)
#7EA095
(126,160,149)
#6F8C83
(111,140,131)
#607871
(96,120,113)
#51645F
(81,100,95)
#42504D
(66,80,77)
#333C3B
(51,60,59)
#242829
(36,40,41)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #ABDCCB

#ABDCCB
(171,220,203)
#B2DFCF
(178,223,207)
#B9E2D3
(185,226,211)
#C0E5D7
(192,229,215)
#C7E8DB
(199,232,219)
#CEEBDF
(206,235,223)
#D5EEE3
(213,238,227)
#DCF1E7
(220,241,231)
#E3F4EB
(227,244,235)
#EAF7EF
(234,247,239)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDCCB color. Also use rgb(171,220,203) instead hex code.

Text Font Color

.myTextColor { color: #ABDCCB; }

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

This text font color is #ABDCCB.


Background Color

.myBgColor { background-color: #ABDCCB; }

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

This div background color is #ABDCCB.


Border color

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

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

This div border color is #ABDCCB.


Opacity

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

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

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

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

This text has shadow with #ABDCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDCCB on black background.


Color preview on white background

This text has color #ABDCCB on white background.



Black color preview on #ABDCCB background

This text has black color on #ABDCCB background.


White color preview on #ABDCCB background

This text has white color on #ABDCCB background.