COLOR #ACAFC6

HEX: #ACAFC6 RGB: (172,175,198)

Color info

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

RGB color model

#ACAFC6 color RGB value is (172,175,198).

RGB: (172,175,198) (67%, 69%, 78%)

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 198 of 255 = 78%

172
175
198

R + G + B ~ 71%. #ACAFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 175 + 198 = 545 (100%)
R 172 of 545 ~ 31.56%
G 175 of 545 ~ 32.11%
B 198 of 545 ~ 36.33'%

%31.56
%32.11
%36.33

CMYK color model

#ACAFC6 color CMYK value is (13,12,0,22).

  • cyan value is 13.13%
  • magenta value is 11.62%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (13,12,0,22)
C13M12Y0K22 (13%, 12%, 0%, 22%)
(0.13 / 0.12 / 0.00 / 0.22)

CMYK percentages

%13.13
%11.62
%0
%22.35

Codes

Color #ACAFC6 in popluar color models

AC AF C6
RGB 172 175 198
HSL 233° 18.57% 72.55%
HSB/HSV 233° 13.13% 77.65%
CMYK 13.13% 11.62% 0.00%
22.35%

Color #ACAFC6 in popluar number systems.

HEX AC AF C6
Decimal 172 175 198
Binary 10101100 10101111 11000110
Octal 254 257 306

Shades and tints

Shades of #ACAFC6

#ACAFC6
(172,175,198)
#9DA0B4
(157,160,180)
#8E91A2
(142,145,162)
#7F8290
(127,130,144)
#70737E
(112,115,126)
#61646C
(97,100,108)
#52555A
(82,85,90)
#434648
(67,70,72)
#343736
(52,55,54)
#252824
(37,40,36)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #ACAFC6

#ACAFC6
(172,175,198)
#B3B6CB
(179,182,203)
#BABDD0
(186,189,208)
#C1C4D5
(193,196,213)
#C8CBDA
(200,203,218)
#CFD2DF
(207,210,223)
#D6D9E4
(214,217,228)
#DDE0E9
(221,224,233)
#E4E7EE
(228,231,238)
#EBEEF3
(235,238,243)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAFC6; }

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

This text font color is #ACAFC6.

Background Color

.myBgColor { background-color: #ACAFC6; }

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

This div background color is #ACAFC6.

Border color

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

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

This div border color is #ACAFC6.

Opacity

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

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

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

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

This text has shadow with #ACAFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAFC6.

Preview

Color preview on black background

This text has color #ACAFC6 on black background.


Color preview on white background

This text has color #ACAFC6 on white background.


Black color preview on #ACAFC6 background

This text has black color on #ACAFC6 background.


White color preview on #ACAFC6 background

This text has white color on #ACAFC6 background.


Related colors

Complementary color

Complementary color for #hex is #535039.


I love getcolorcode.com

Triadic colors

1 #C6ACAF and #AFC6AC with #ACAFC6 are triadic colors.

2 #C6AFAC and #AFACC6 with #ACAFC6 are triadic colors.