COLOR #ACBFC7

HEX: #ACBFC7 RGB: (172,191,199)

Color info

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

RGB color model

#ACBFC7 color RGB value is (172,191,199).

RGB: (172,191,199) (67%, 75%, 78%)

RGB channels and saturation

R 172 of 255 = 67%
G 191 of 255 = 75%
B 199 of 255 = 78%

172
191
199

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

Portions of RGB colors in percentages

R + G + B = 172 + 191 + 199 = 562 (100%)
R 172 of 562 ~ 30.6%
G 191 of 562 ~ 33.99%
B 199 of 562 ~ 35.41'%

%30.6
%33.99
%35.41

CMYK color model

#ACBFC7 color CMYK value is (14,4,0,22).

  • cyan value is 13.57%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (14,4,0,22)
C14M4Y0K22 (14%, 4%, 0%, 22%)
(0.14 / 0.04 / 0.00 / 0.22)

CMYK percentages

%13.57
%4.02
%0
%21.96

Codes

Color #ACBFC7 in popluar color models

AC BF C7
RGB 172 191 199
HSL 198° 19.42% 72.75%
HSB/HSV 198° 13.57% 78.04%
CMYK 13.57% 4.02% 0.00%
21.96%

Color #ACBFC7 in popluar number systems.

HEX AC BF C7
Decimal 172 191 199
Binary 10101100 10111111 11000111
Octal 254 277 307

Shades and tints

Shades of #ACBFC7

#ACBFC7
(172,191,199)
#9DAEB5
(157,174,181)
#8E9DA3
(142,157,163)
#7F8C91
(127,140,145)
#707B7F
(112,123,127)
#616A6D
(97,106,109)
#52595B
(82,89,91)
#434849
(67,72,73)
#343737
(52,55,55)
#252625
(37,38,37)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #ACBFC7

#ACBFC7
(172,191,199)
#B3C4CC
(179,196,204)
#BAC9D1
(186,201,209)
#C1CED6
(193,206,214)
#C8D3DB
(200,211,219)
#CFD8E0
(207,216,224)
#D6DDE5
(214,221,229)
#DDE2EA
(221,226,234)
#E4E7EF
(228,231,239)
#EBECF4
(235,236,244)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBFC7 color. Also use rgb(172,191,199) instead hex code.

Text Font Color

.myTextColor { color: #ACBFC7; }

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

This text font color is #ACBFC7.

Background Color

.myBgColor { background-color: #ACBFC7; }

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

This div background color is #ACBFC7.

Border color

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

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

This div border color is #ACBFC7.

Opacity

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

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

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

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

This text has shadow with #ACBFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBFC7.

Preview

Color preview on black background

This text has color #ACBFC7 on black background.


Color preview on white background

This text has color #ACBFC7 on white background.


Black color preview on #ACBFC7 background

This text has black color on #ACBFC7 background.


White color preview on #ACBFC7 background

This text has white color on #ACBFC7 background.


Related colors

Complementary color

Complementary color for #hex is #534038.


I love getcolorcode.com

Triadic colors

1 #C7ACBF and #BFC7AC with #ACBFC7 are triadic colors.

2 #C7BFAC and #BFACC7 with #ACBFC7 are triadic colors.