COLOR #ABBAC3

HEX: #ABBAC3 RGB: (171,186,195)

Color info

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

RGB color model

#ABBAC3 color RGB value is (171,186,195).

RGB: (171,186,195) (67%, 73%, 76%)

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 195 of 255 = 76%

171
186
195

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

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 195 = 552 (100%)
R 171 of 552 ~ 30.98%
G 186 of 552 ~ 33.7%
B 195 of 552 ~ 35.33'%

%30.98
%33.7
%35.33

CMYK color model

#ABBAC3 color CMYK value is (12,5,0,24).

  • cyan value is 12.31%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (12,5,0,24)
C12M5Y0K24 (12%, 5%, 0%, 24%)
(0.12 / 0.05 / 0.00 / 0.24)

CMYK percentages

%12.31
%4.62
%0
%23.53

Codes

Color #ABBAC3 in popluar color models

AB BA C3
RGB 171 186 195
HSL 203° 16.67% 71.76%
HSB/HSV 203° 12.31% 76.47%
CMYK 12.31% 4.62% 0.00%
23.53%

Color #ABBAC3 in popluar number systems.

HEX AB BA C3
Decimal 171 186 195
Binary 10101011 10111010 11000011
Octal 253 272 303

Shades and tints

Shades of #ABBAC3

#ABBAC3
(171,186,195)
#9CAAB2
(156,170,178)
#8D9AA1
(141,154,161)
#7E8A90
(126,138,144)
#6F7A7F
(111,122,127)
#606A6E
(96,106,110)
#515A5D
(81,90,93)
#424A4C
(66,74,76)
#333A3B
(51,58,59)
#242A2A
(36,42,42)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #ABBAC3

#ABBAC3
(171,186,195)
#B2C0C8
(178,192,200)
#B9C6CD
(185,198,205)
#C0CCD2
(192,204,210)
#C7D2D7
(199,210,215)
#CED8DC
(206,216,220)
#D5DEE1
(213,222,225)
#DCE4E6
(220,228,230)
#E3EAEB
(227,234,235)
#EAF0F0
(234,240,240)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAC3; }

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

This text font color is #ABBAC3.

Background Color

.myBgColor { background-color: #ABBAC3; }

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

This div background color is #ABBAC3.

Border color

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

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

This div border color is #ABBAC3.

Opacity

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

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

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

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

This text has shadow with #ABBAC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBAC3.

Preview

Color preview on black background

This text has color #ABBAC3 on black background.


Color preview on white background

This text has color #ABBAC3 on white background.


Black color preview on #ABBAC3 background

This text has black color on #ABBAC3 background.


White color preview on #ABBAC3 background

This text has white color on #ABBAC3 background.


Related colors

Complementary color

Complementary color for #hex is #54453C.


I love getcolorcode.com

Triadic colors

1 #C3ABBA and #BAC3AB with #ABBAC3 are triadic colors.

2 #C3BAAB and #BAABC3 with #ABBAC3 are triadic colors.