COLOR #ABB4C3

HEX: #ABB4C3
RGB: (171,180,195)

Color info

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

RGB color model

#ABB4C3 color RGB value is (171,180,195).

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

RGB channels and saturation

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

171
180
195

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

Portions of RGB colors in percentages

R + G + B =
171 + 180 + 195 = 546 (100%)
R 171 of 546 ~ 31.32%
G 180 of 546 ~ 32.97%
B 195 of 546 ~ 35.71%

%31.32
%32.97
%35.71

CMYK color model

#ABB4C3 color CMYK value is (12,8,0,24).

  • cyan value is 12.31%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(12,8,0,24)
C12M8Y0K24 
(12%,8%,0%,24%)
(0.12/0.08/0.00/0.24)	

CMYK percentages

%12.31
%7.69
%0
%23.53

Codes

Color #ABB4C3 in popluar color models

ABB4C3
RGB171180195
HSL218°16.67%71.76%
HSB/HSV218°12.31%76.47%
CMYK12.31%7.69%0.00%
23.53%

Color #ABB4C3 in popluar number systems.

HEXABB4C3
Decimal171180195
Binary101010111011010011000011
Octal253264303

Shades and tints

Shades of #ABB4C3

#ABB4C3
(171,180,195)
#9CA4B2
(156,164,178)
#8D94A1
(141,148,161)
#7E8490
(126,132,144)
#6F747F
(111,116,127)
#60646E
(96,100,110)
#51545D
(81,84,93)
#42444C
(66,68,76)
#33343B
(51,52,59)
#24242A
(36,36,42)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #ABB4C3

#ABB4C3
(171,180,195)
#B2BAC8
(178,186,200)
#B9C0CD
(185,192,205)
#C0C6D2
(192,198,210)
#C7CCD7
(199,204,215)
#CED2DC
(206,210,220)
#D5D8E1
(213,216,225)
#DCDEE6
(220,222,230)
#E3E4EB
(227,228,235)
#EAEAF0
(234,234,240)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB4C3; }

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

This text font color is #ABB4C3.


Background Color

.myBgColor { background-color: #ABB4C3; }

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

This div background color is #ABB4C3.


Border color

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

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

This div border color is #ABB4C3.


Opacity

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

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

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

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

This text has shadow with #ABB4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB4C3 on black background.


Color preview on white background

This text has color #ABB4C3 on white background.



Black color preview on #ABB4C3 background

This text has black color on #ABB4C3 background.


White color preview on #ABB4C3 background

This text has white color on #ABB4C3 background.