COLOR #ABBAC4

HEX: #ABBAC4 RGB: (171,186,196)

Color info

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

RGB color model

#ABBAC4 color RGB value is (171,186,196).

RGB: (171,186,196) (67%, 73%, 77%)

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 196 of 255 = 77%

171
186
196

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

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 196 = 553 (100%)
R 171 of 553 ~ 30.92%
G 186 of 553 ~ 33.63%
B 196 of 553 ~ 35.44'%

%30.92
%33.63
%35.44

CMYK color model

#ABBAC4 color CMYK value is (13,5,0,23).

  • cyan value is 12.76%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (13,5,0,23)
C13M5Y0K23 (13%, 5%, 0%, 23%)
(0.13 / 0.05 / 0.00 / 0.23)

CMYK percentages

%12.76
%5.1
%0
%23.14

Codes

Color #ABBAC4 in popluar color models

AB BA C4
RGB 171 186 196
HSL 204° 17.48% 71.96%
HSB/HSV 204° 12.76% 76.86%
CMYK 12.76% 5.10% 0.00%
23.14%

Color #ABBAC4 in popluar number systems.

HEX AB BA C4
Decimal 171 186 196
Binary 10101011 10111010 11000100
Octal 253 272 304

Shades and tints

Shades of #ABBAC4

#ABBAC4
(171,186,196)
#9CAAB3
(156,170,179)
#8D9AA2
(141,154,162)
#7E8A91
(126,138,145)
#6F7A80
(111,122,128)
#606A6F
(96,106,111)
#515A5E
(81,90,94)
#424A4D
(66,74,77)
#333A3C
(51,58,60)
#242A2B
(36,42,43)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #ABBAC4

#ABBAC4
(171,186,196)
#B2C0C9
(178,192,201)
#B9C6CE
(185,198,206)
#C0CCD3
(192,204,211)
#C7D2D8
(199,210,216)
#CED8DD
(206,216,221)
#D5DEE2
(213,222,226)
#DCE4E7
(220,228,231)
#E3EAEC
(227,234,236)
#EAF0F1
(234,240,241)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAC4; }

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

This text font color is #ABBAC4.

Background Color

.myBgColor { background-color: #ABBAC4; }

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

This div background color is #ABBAC4.

Border color

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

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

This div border color is #ABBAC4.

Opacity

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

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

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

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

This text has shadow with #ABBAC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBAC4.

Preview

Color preview on black background

This text has color #ABBAC4 on black background.


Color preview on white background

This text has color #ABBAC4 on white background.


Black color preview on #ABBAC4 background

This text has black color on #ABBAC4 background.


White color preview on #ABBAC4 background

This text has white color on #ABBAC4 background.


Related colors

Complementary color

Complementary color for #hex is #54453B.


I love getcolorcode.com

Triadic colors

1 #C4ABBA and #BAC4AB with #ABBAC4 are triadic colors.

2 #C4BAAB and #BAABC4 with #ABBAC4 are triadic colors.