COLOR #ABBCAC

HEX: #ABBCAC RGB: (171,188,172)

Color info

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

RGB color model

#ABBCAC color RGB value is (171,188,172).

RGB: (171,188,172) (67%, 74%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 172 of 255 = 67%

171
188
172

R + G + B ~ 69%. #ABBCAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 188 + 172 = 531 (100%)
R 171 of 531 ~ 32.2%
G 188 of 531 ~ 35.4%
B 172 of 531 ~ 32.39'%

%32.2
%35.4
%32.39

CMYK color model

#ABBCAC color CMYK value is (9,0,9,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 26.27%

CMYK: (9,0,9,26)
C9M0Y9K26 (9%, 0%, 9%, 26%)
(0.09 / 0.00 / 0.09 / 0.26)

CMYK percentages

%9.04
%0
%8.51
%26.27

Codes

Color #ABBCAC in popluar color models

AB BC AC
RGB 171 188 172
HSL 124° 11.26% 70.39%
HSB/HSV 124° 9.04% 73.73%
CMYK 9.04% 0.00% 8.51%
26.27%

Color #ABBCAC in popluar number systems.

HEX AB BC AC
Decimal 171 188 172
Binary 10101011 10111100 10101100
Octal 253 274 254

Shades and tints

Shades of #ABBCAC

#ABBCAC
(171,188,172)
#9CAB9D
(156,171,157)
#8D9A8E
(141,154,142)
#7E897F
(126,137,127)
#6F7870
(111,120,112)
#606761
(96,103,97)
#515652
(81,86,82)
#424543
(66,69,67)
#333434
(51,52,52)
#242325
(36,35,37)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #ABBCAC

#ABBCAC
(171,188,172)
#B2C2B3
(178,194,179)
#B9C8BA
(185,200,186)
#C0CEC1
(192,206,193)
#C7D4C8
(199,212,200)
#CEDACF
(206,218,207)
#D5E0D6
(213,224,214)
#DCE6DD
(220,230,221)
#E3ECE4
(227,236,228)
#EAF2EB
(234,242,235)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBCAC color. Also use rgb(171,188,172) instead hex code.

Text Font Color

.myTextColor { color: #ABBCAC; }

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

This text font color is #ABBCAC.

Background Color

.myBgColor { background-color: #ABBCAC; }

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

This div background color is #ABBCAC.

Border color

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

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

This div border color is #ABBCAC.

Opacity

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

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

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

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

This text has shadow with #ABBCAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBCAC.

Preview

Color preview on black background

This text has color #ABBCAC on black background.


Color preview on white background

This text has color #ABBCAC on white background.


Black color preview on #ABBCAC background

This text has black color on #ABBCAC background.


White color preview on #ABBCAC background

This text has white color on #ABBCAC background.


Related colors

Complementary color

Complementary color for #hex is #544353.


I love getcolorcode.com

Triadic colors

1 #ACABBC and #BCACAB with #ABBCAC are triadic colors.

2 #ACBCAB and #BCABAC with #ABBCAC are triadic colors.