COLOR #ACAFB3

HEX: #ACAFB3 RGB: (172,175,179)

Color info

#ACAFB3 contains red, green and blue colors in about the same proportion. Web safe color of #ACAFB3 is #999999 (or #999).

RGB color model

#ACAFB3 color RGB value is (172,175,179).

RGB: (172,175,179) (67%, 69%, 70%)

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 179 of 255 = 70%

172
175
179

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

Portions of RGB colors in percentages

R + G + B = 172 + 175 + 179 = 526 (100%)
R 172 of 526 ~ 32.7%
G 175 of 526 ~ 33.27%
B 179 of 526 ~ 34.03'%

%32.7
%33.27
%34.03

CMYK color model

#ACAFB3 color CMYK value is (4,2,0,30).

  • cyan value is 3.91%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (4,2,0,30)
C4M2Y0K30 (4%, 2%, 0%, 30%)
(0.04 / 0.02 / 0.00 / 0.30)

CMYK percentages

%3.91
%2.23
%0
%29.8

Codes

Color #ACAFB3 in popluar color models

AC AF B3
RGB 172 175 179
HSL 214° 4.40% 68.82%
HSB/HSV 214° 3.91% 70.20%
CMYK 3.91% 2.23% 0.00%
29.80%

Color #ACAFB3 in popluar number systems.

HEX AC AF B3
Decimal 172 175 179
Binary 10101100 10101111 10110011
Octal 254 257 263

Shades and tints

Shades of #ACAFB3

#ACAFB3
(172,175,179)
#9DA0A3
(157,160,163)
#8E9193
(142,145,147)
#7F8283
(127,130,131)
#707373
(112,115,115)
#616463
(97,100,99)
#525553
(82,85,83)
#434643
(67,70,67)
#343733
(52,55,51)
#252823
(37,40,35)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #ACAFB3

#ACAFB3
(172,175,179)
#B3B6B9
(179,182,185)
#BABDBF
(186,189,191)
#C1C4C5
(193,196,197)
#C8CBCB
(200,203,203)
#CFD2D1
(207,210,209)
#D6D9D7
(214,217,215)
#DDE0DD
(221,224,221)
#E4E7E3
(228,231,227)
#EBEEE9
(235,238,233)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAFB3 color. Also use rgb(172,175,179) instead hex code.

Text Font Color

.myTextColor { color: #ACAFB3; }

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

This text font color is #ACAFB3.

Background Color

.myBgColor { background-color: #ACAFB3; }

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

This div background color is #ACAFB3.

Border color

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

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

This div border color is #ACAFB3.

Opacity

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

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

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

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

This text has shadow with #ACAFB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAFB3.

Preview

Color preview on black background

This text has color #ACAFB3 on black background.


Color preview on white background

This text has color #ACAFB3 on white background.


Black color preview on #ACAFB3 background

This text has black color on #ACAFB3 background.


White color preview on #ACAFB3 background

This text has white color on #ACAFB3 background.


Related colors

Complementary color

Complementary color for #hex is #53504C.


I love getcolorcode.com

Triadic colors

1 #B3ACAF and #AFB3AC with #ACAFB3 are triadic colors.

2 #B3AFAC and #AFACB3 with #ACAFB3 are triadic colors.