COLOR #ACADB7

HEX: #ACADB7 RGB: (172,173,183)

Color info

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

RGB color model

#ACADB7 color RGB value is (172,173,183).

RGB: (172,173,183) (67%, 68%, 72%)

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 183 of 255 = 72%

172
173
183

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

Portions of RGB colors in percentages

R + G + B = 172 + 173 + 183 = 528 (100%)
R 172 of 528 ~ 32.58%
G 173 of 528 ~ 32.77%
B 183 of 528 ~ 34.66'%

%32.58
%32.77
%34.66

CMYK color model

#ACADB7 color CMYK value is (6,5,0,28).

  • cyan value is 6.01%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (6,5,0,28)
C6M5Y0K28 (6%, 5%, 0%, 28%)
(0.06 / 0.05 / 0.00 / 0.28)

CMYK percentages

%6.01
%5.46
%0
%28.24

Codes

Color #ACADB7 in popluar color models

AC AD B7
RGB 172 173 183
HSL 235° 7.10% 69.61%
HSB/HSV 235° 6.01% 71.76%
CMYK 6.01% 5.46% 0.00%
28.24%

Color #ACADB7 in popluar number systems.

HEX AC AD B7
Decimal 172 173 183
Binary 10101100 10101101 10110111
Octal 254 255 267

Shades and tints

Shades of #ACADB7

#ACADB7
(172,173,183)
#9D9EA7
(157,158,167)
#8E8F97
(142,143,151)
#7F8087
(127,128,135)
#707177
(112,113,119)
#616267
(97,98,103)
#525357
(82,83,87)
#434447
(67,68,71)
#343537
(52,53,55)
#252627
(37,38,39)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #ACADB7

#ACADB7
(172,173,183)
#B3B4BD
(179,180,189)
#BABBC3
(186,187,195)
#C1C2C9
(193,194,201)
#C8C9CF
(200,201,207)
#CFD0D5
(207,208,213)
#D6D7DB
(214,215,219)
#DDDEE1
(221,222,225)
#E4E5E7
(228,229,231)
#EBECED
(235,236,237)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACADB7 color. Also use rgb(172,173,183) instead hex code.

Text Font Color

.myTextColor { color: #ACADB7; }

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

This text font color is #ACADB7.

Background Color

.myBgColor { background-color: #ACADB7; }

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

This div background color is #ACADB7.

Border color

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

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

This div border color is #ACADB7.

Opacity

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

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

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

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

This text has shadow with #ACADB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACADB7.

Preview

Color preview on black background

This text has color #ACADB7 on black background.


Color preview on white background

This text has color #ACADB7 on white background.


Black color preview on #ACADB7 background

This text has black color on #ACADB7 background.


White color preview on #ACADB7 background

This text has white color on #ACADB7 background.


Related colors

Complementary color

Complementary color for #hex is #535248.


I love getcolorcode.com

Triadic colors

1 #B7ACAD and #ADB7AC with #ACADB7 are triadic colors.

2 #B7ADAC and #ADACB7 with #ACADB7 are triadic colors.