COLOR #ABBDC9

HEX: #ABBDC9
RGB: (171,189,201)

Color info

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

RGB color model

#ABBDC9 color RGB value is (171,189,201).

  • red value is 171;
  • green value is 189;
  • blue value is 201.
RGB:
(171,189,201)
(67%,74%,79%)

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 201 of 255 = 79%

171
189
201

R + G + B ~ 73%. #ABBDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 189 + 201 = 561 (100%)
R 171 of 561 ~ 30.48%
G 189 of 561 ~ 33.69%
B 201 of 561 ~ 35.83%

%30.48
%33.69
%35.83

CMYK color model

#ABBDC9 color CMYK value is (15,6,0,21).

  • cyan value is 14.93%
  • magenta value is 5.97%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,6,0,21)
C15M6Y0K21 
(15%,6%,0%,21%)
(0.15/0.06/0.00/0.21)	

CMYK percentages

%14.93
%5.97
%0
%21.18

Codes

Color #ABBDC9 in popluar color models

ABBDC9
RGB171189201
HSL204°21.74%72.94%
HSB/HSV204°14.93%78.82%
CMYK14.93%5.97%0.00%
21.18%

Color #ABBDC9 in popluar number systems.

HEXABBDC9
Decimal171189201
Binary101010111011110111001001
Octal253275311

Shades and tints

Shades of #ABBDC9

#ABBDC9
(171,189,201)
#9CACB7
(156,172,183)
#8D9BA5
(141,155,165)
#7E8A93
(126,138,147)
#6F7981
(111,121,129)
#60686F
(96,104,111)
#51575D
(81,87,93)
#42464B
(66,70,75)
#333539
(51,53,57)
#242427
(36,36,39)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #ABBDC9

#ABBDC9
(171,189,201)
#B2C3CD
(178,195,205)
#B9C9D1
(185,201,209)
#C0CFD5
(192,207,213)
#C7D5D9
(199,213,217)
#CEDBDD
(206,219,221)
#D5E1E1
(213,225,225)
#DCE7E5
(220,231,229)
#E3EDE9
(227,237,233)
#EAF3ED
(234,243,237)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBDC9 color. Also use rgb(171,189,201) instead hex code.

Text Font Color

.myTextColor { color: #ABBDC9; }

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

This text font color is #ABBDC9.


Background Color

.myBgColor { background-color: #ABBDC9; }

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

This div background color is #ABBDC9.


Border color

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

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

This div border color is #ABBDC9.


Opacity

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

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

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

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

This text has shadow with #ABBDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBDC9 on black background.


Color preview on white background

This text has color #ABBDC9 on white background.



Black color preview on #ABBDC9 background

This text has black color on #ABBDC9 background.


White color preview on #ABBDC9 background

This text has white color on #ABBDC9 background.