COLOR #ACB5C3

HEX: #ACB5C3 RGB: (172,181,195)

Color info

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

RGB color model

#ACB5C3 color RGB value is (172,181,195).

RGB: (172,181,195) (67%, 71%, 76%)

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 195 of 255 = 76%

172
181
195

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

Portions of RGB colors in percentages

R + G + B = 172 + 181 + 195 = 548 (100%)
R 172 of 548 ~ 31.39%
G 181 of 548 ~ 33.03%
B 195 of 548 ~ 35.58'%

%31.39
%33.03
%35.58

CMYK color model

#ACB5C3 color CMYK value is (12,7,0,24).

  • cyan value is 11.79%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (12,7,0,24) C12M7Y0K24 (12%,7%,0%,24%) (0.12/0.07/0.00/0.24) 

CMYK percentages

%11.79
%7.18
%0
%23.53

Codes

Color #ACB5C3 in popluar color models

AC B5 C3
RGB 172 181 195
HSL 217° 16.08% 71.96%
HSB/HSV 217° 11.79% 76.47%
CMYK 11.79% 7.18% 0.00%
23.53%

Color #ACB5C3 in popluar number systems.

HEX AC B5 C3
Decimal 172 181 195
Binary 10101100 10110101 11000011
Octal 254 265 303

Shades and tints

Shades of #ACB5C3

#ACB5C3
(172,181,195)
#9DA5B2
(157,165,178)
#8E95A1
(142,149,161)
#7F8590
(127,133,144)
#70757F
(112,117,127)
#61656E
(97,101,110)
#52555D
(82,85,93)
#43454C
(67,69,76)
#34353B
(52,53,59)
#25252A
(37,37,42)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #ACB5C3

#ACB5C3
(172,181,195)
#B3BBC8
(179,187,200)
#BAC1CD
(186,193,205)
#C1C7D2
(193,199,210)
#C8CDD7
(200,205,215)
#CFD3DC
(207,211,220)
#D6D9E1
(214,217,225)
#DDDFE6
(221,223,230)
#E4E5EB
(228,229,235)
#EBEBF0
(235,235,240)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB5C3 color. Also use rgb(172,181,195) instead hex code.

Text Font Color

.myTextColor { color: #ACB5C3; }

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

This text font color is #ACB5C3.

Background Color

.myBgColor { background-color: #ACB5C3; }

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

This div background color is #ACB5C3.

Border color

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

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

This div border color is #ACB5C3.

Opacity

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

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

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

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

This text has shadow with #ACB5C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB5C3.

Preview

Color preview on black background

This text has color #ACB5C3 on black background.


Color preview on white background

This text has color #ACB5C3 on white background.


Black color preview on #ACB5C3 background

This text has black color on #ACB5C3 background.


White color preview on #ACB5C3 background

This text has white color on #ACB5C3 background.


Related colors

Complementary color

Complementary color for #hex is #534A3C.


I love getcolorcode.com

Triadic colors

1 #C3ACB5 and #B5C3AC with #ACB5C3 are triadic colors.

2 #C3B5AC and #B5ACC3 with #ACB5C3 are triadic colors.