COLOR #ABBACB

HEX: #ABBACB RGB: (171,186,203)

Color info

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

RGB color model

#ABBACB color RGB value is (171,186,203).

RGB: (171,186,203) (67%, 73%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 203 of 255 = 80%

171
186
203

R + G + B ~ 73%. #ABBACB is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 203 = 560 (100%)
R 171 of 560 ~ 30.54%
G 186 of 560 ~ 33.21%
B 203 of 560 ~ 36.25'%

%30.54
%33.21
%36.25

CMYK color model

#ABBACB color CMYK value is (16,8,0,20).

  • cyan value is 15.76%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (16,8,0,20) C16M8Y0K20 (16%,8%,0%,20%) (0.16/0.08/0.00/0.20) 

CMYK percentages

%15.76
%8.37
%0
%20.39

Codes

Color #ABBACB in popluar color models

AB BA CB
RGB 171 186 203
HSL 212° 23.53% 73.33%
HSB/HSV 212° 15.76% 79.61%
CMYK 15.76% 8.37% 0.00%
20.39%

Color #ABBACB in popluar number systems.

HEX AB BA CB
Decimal 171 186 203
Binary 10101011 10111010 11001011
Octal 253 272 313

Shades and tints

Shades of #ABBACB

#ABBACB
(171,186,203)
#9CAAB9
(156,170,185)
#8D9AA7
(141,154,167)
#7E8A95
(126,138,149)
#6F7A83
(111,122,131)
#606A71
(96,106,113)
#515A5F
(81,90,95)
#424A4D
(66,74,77)
#333A3B
(51,58,59)
#242A29
(36,42,41)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #ABBACB

#ABBACB
(171,186,203)
#B2C0CF
(178,192,207)
#B9C6D3
(185,198,211)
#C0CCD7
(192,204,215)
#C7D2DB
(199,210,219)
#CED8DF
(206,216,223)
#D5DEE3
(213,222,227)
#DCE4E7
(220,228,231)
#E3EAEB
(227,234,235)
#EAF0EF
(234,240,239)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBACB; }

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

This text font color is #ABBACB.

Background Color

.myBgColor { background-color: #ABBACB; }

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

This div background color is #ABBACB.

Border color

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

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

This div border color is #ABBACB.

Opacity

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

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

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

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

This text has shadow with #ABBACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBACB.

Preview

Color preview on black background

This text has color #ABBACB on black background.


Color preview on white background

This text has color #ABBACB on white background.


Black color preview on #ABBACB background

This text has black color on #ABBACB background.


White color preview on #ABBACB background

This text has white color on #ABBACB background.


Related colors

Complementary color

Complementary color for #hex is #544534.


I love getcolorcode.com

Triadic colors

1 #CBABBA and #BACBAB with #ABBACB are triadic colors.

2 #CBBAAB and #BAABCB with #ABBACB are triadic colors.