COLOR #ABCAC3

HEX: #ABCAC3 RGB: (171,202,195)

Color info

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

RGB color model

#ABCAC3 color RGB value is (171,202,195).

RGB: (171,202,195) (67%, 79%, 76%)

RGB channels and saturation

R 171 of 255 = 67%
G 202 of 255 = 79%
B 195 of 255 = 76%

171
202
195

R + G + B ~ 74%. #ABCAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 202 + 195 = 568 (100%)
R 171 of 568 ~ 30.11%
G 202 of 568 ~ 35.56%
B 195 of 568 ~ 34.33'%

%30.11
%35.56
%34.33

CMYK color model

#ABCAC3 color CMYK value is (15,0,3,21).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 20.78%

CMYK: (15,0,3,21)
C15M0Y3K21 (15%, 0%, 3%, 21%)
(0.15 / 0.00 / 0.03 / 0.21)

CMYK percentages

%15.35
%0
%3.47
%20.78

Codes

Color #ABCAC3 in popluar color models

AB CA C3
RGB 171 202 195
HSL 166° 22.63% 73.14%
HSB/HSV 166° 15.35% 79.22%
CMYK 15.35% 0.00% 3.47%
20.78%

Color #ABCAC3 in popluar number systems.

HEX AB CA C3
Decimal 171 202 195
Binary 10101011 11001010 11000011
Octal 253 312 303

Shades and tints

Shades of #ABCAC3

#ABCAC3
(171,202,195)
#9CB8B2
(156,184,178)
#8DA6A1
(141,166,161)
#7E9490
(126,148,144)
#6F827F
(111,130,127)
#60706E
(96,112,110)
#515E5D
(81,94,93)
#424C4C
(66,76,76)
#333A3B
(51,58,59)
#24282A
(36,40,42)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #ABCAC3

#ABCAC3
(171,202,195)
#B2CEC8
(178,206,200)
#B9D2CD
(185,210,205)
#C0D6D2
(192,214,210)
#C7DAD7
(199,218,215)
#CEDEDC
(206,222,220)
#D5E2E1
(213,226,225)
#DCE6E6
(220,230,230)
#E3EAEB
(227,234,235)
#EAEEF0
(234,238,240)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCAC3; }

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

This text font color is #ABCAC3.

Background Color

.myBgColor { background-color: #ABCAC3; }

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

This div background color is #ABCAC3.

Border color

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

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

This div border color is #ABCAC3.

Opacity

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

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

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

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

This text has shadow with #ABCAC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCAC3.

Preview

Color preview on black background

This text has color #ABCAC3 on black background.


Color preview on white background

This text has color #ABCAC3 on white background.


Black color preview on #ABCAC3 background

This text has black color on #ABCAC3 background.


White color preview on #ABCAC3 background

This text has white color on #ABCAC3 background.


Related colors

Complementary color

Complementary color for #hex is #54353C.


I love getcolorcode.com

Triadic colors

1 #C3ABCA and #CAC3AB with #ABCAC3 are triadic colors.

2 #C3CAAB and #CAABC3 with #ABCAC3 are triadic colors.