COLOR #ABB5C3

HEX: #ABB5C3
RGB: (171,181,195)

Color info

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

RGB color model

#ABB5C3 color RGB value is (171,181,195).

  • red value is 171;
  • green value is 181;
  • blue value is 195.
RGB:
(171,181,195)
(67%,71%,76%)

RGB channels and saturation

R 171 of 255 = 67%
G 181 of 255 = 71%
B 195 of 255 = 76%

171
181
195

R + G + B ~ 71%. #ABB5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 181 + 195 = 547 (100%)
R 171 of 547 ~ 31.26%
G 181 of 547 ~ 33.09%
B 195 of 547 ~ 35.65%

%31.26
%33.09
%35.65

CMYK color model

#ABB5C3 color CMYK value is (12,7,0,24).

  • cyan value is 12.31%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(12,7,0,24)
C12M7Y0K24 
(12%,7%,0%,24%)
(0.12/0.07/0.00/0.24)	

CMYK percentages

%12.31
%7.18
%0
%23.53

Codes

Color #ABB5C3 in popluar color models

ABB5C3
RGB171181195
HSL215°16.67%71.76%
HSB/HSV215°12.31%76.47%
CMYK12.31%7.18%0.00%
23.53%

Color #ABB5C3 in popluar number systems.

HEXABB5C3
Decimal171181195
Binary101010111011010111000011
Octal253265303

Shades and tints

Shades of #ABB5C3

#ABB5C3
(171,181,195)
#9CA5B2
(156,165,178)
#8D95A1
(141,149,161)
#7E8590
(126,133,144)
#6F757F
(111,117,127)
#60656E
(96,101,110)
#51555D
(81,85,93)
#42454C
(66,69,76)
#33353B
(51,53,59)
#24252A
(36,37,42)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #ABB5C3

#ABB5C3
(171,181,195)
#B2BBC8
(178,187,200)
#B9C1CD
(185,193,205)
#C0C7D2
(192,199,210)
#C7CDD7
(199,205,215)
#CED3DC
(206,211,220)
#D5D9E1
(213,217,225)
#DCDFE6
(220,223,230)
#E3E5EB
(227,229,235)
#EAEBF0
(234,235,240)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB5C3 color. Also use rgb(171,181,195) instead hex code.

Text Font Color

.myTextColor { color: #ABB5C3; }

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

This text font color is #ABB5C3.


Background Color

.myBgColor { background-color: #ABB5C3; }

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

This div background color is #ABB5C3.


Border color

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

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

This div border color is #ABB5C3.


Opacity

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

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

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

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

This text has shadow with #ABB5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB5C3 on black background.


Color preview on white background

This text has color #ABB5C3 on white background.



Black color preview on #ABB5C3 background

This text has black color on #ABB5C3 background.


White color preview on #ABB5C3 background

This text has white color on #ABB5C3 background.