COLOR #ABB6C7

HEX: #ABB6C7
RGB: (171,182,199)

Color info

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

RGB color model

#ABB6C7 color RGB value is (171,182,199).

  • red value is 171;
  • green value is 182;
  • blue value is 199.
RGB: (171,182,199) (67%,71%,78%)

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 199 of 255 = 78%

171
182
199

R + G + B ~ 72%. #ABB6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 199 = 552 (100%)
R 171 of 552 ~ 30.98%
G 182 of 552 ~ 32.97%
B 199 of 552 ~ 36.05%

%30.98
%32.97
%36.05

CMYK color model

#ABB6C7 color CMYK value is (14,9,0,22).

  • cyan value is 14.07%
  • magenta value is 8.54%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (14,9,0,22) C14M9Y0K22 (14%,9%,0%,22%) (0.14/0.09/0.00/0.22)

CMYK percentages

%14.07
%8.54
%0
%21.96

Codes

Color #ABB6C7 in popluar color models

ABB6C7
RGB171182199
HSL216°20.00%72.55%
HSB/HSV216°14.07%78.04%
CMYK14.07%8.54%0.00%
21.96%

Color #ABB6C7 in popluar number systems.

HEXABB6C7
Decimal171182199
Binary101010111011011011000111
Octal253266307

Shades and tints

Shades of #ABB6C7

#ABB6C7
(171,182,199)
#9CA6B5
(156,166,181)
#8D96A3
(141,150,163)
#7E8691
(126,134,145)
#6F767F
(111,118,127)
#60666D
(96,102,109)
#51565B
(81,86,91)
#424649
(66,70,73)
#333637
(51,54,55)
#242625
(36,38,37)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #ABB6C7

#ABB6C7
(171,182,199)
#B2BCCC
(178,188,204)
#B9C2D1
(185,194,209)
#C0C8D6
(192,200,214)
#C7CEDB
(199,206,219)
#CED4E0
(206,212,224)
#D5DAE5
(213,218,229)
#DCE0EA
(220,224,234)
#E3E6EF
(227,230,239)
#EAECF4
(234,236,244)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB6C7 color. Also use rgb(171,182,199) instead hex code.

Text Font Color

.myTextColor { color: #ABB6C7; }

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

This text font color is #ABB6C7.


Background Color

.myBgColor { background-color: #ABB6C7; }

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

This div background color is #ABB6C7.


Border color

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

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

This div border color is #ABB6C7.


Opacity

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

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

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

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

This text has shadow with #ABB6C7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ABB6C7 on black background.


Color preview on white background

This text has color #ABB6C7 on white background.



Black color preview on #ABB6C7 background

This text has black color on #ABB6C7 background.


White color preview on #ABB6C7 background

This text has white color on #ABB6C7 background.