COLOR #ACB4CD

HEX: #ACB4CD RGB: (172,180,205)

Color info

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

RGB color model

#ACB4CD color RGB value is (172,180,205).

RGB: (172,180,205) (67%, 71%, 80%)

RGB channels and saturation

R 172 of 255 = 67%
G 180 of 255 = 71%
B 205 of 255 = 80%

172
180
205

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

Portions of RGB colors in percentages

R + G + B = 172 + 180 + 205 = 557 (100%)
R 172 of 557 ~ 30.88%
G 180 of 557 ~ 32.32%
B 205 of 557 ~ 36.8'%

%30.88
%32.32
%36.8

CMYK color model

#ACB4CD color CMYK value is (16,12,0,20).

  • cyan value is 16.10%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (16,12,0,20) C16M12Y0K20 (16%,12%,0%,20%) (0.16/0.12/0.00/0.20) 

CMYK percentages

%16.1
%12.2
%0
%19.61

Codes

Color #ACB4CD in popluar color models

AC B4 CD
RGB 172 180 205
HSL 225° 24.81% 73.92%
HSB/HSV 225° 16.10% 80.39%
CMYK 16.10% 12.20% 0.00%
19.61%

Color #ACB4CD in popluar number systems.

HEX AC B4 CD
Decimal 172 180 205
Binary 10101100 10110100 11001101
Octal 254 264 315

Shades and tints

Shades of #ACB4CD

#ACB4CD
(172,180,205)
#9DA4BB
(157,164,187)
#8E94A9
(142,148,169)
#7F8497
(127,132,151)
#707485
(112,116,133)
#616473
(97,100,115)
#525461
(82,84,97)
#43444F
(67,68,79)
#34343D
(52,52,61)
#25242B
(37,36,43)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #ACB4CD

#ACB4CD
(172,180,205)
#B3BAD1
(179,186,209)
#BAC0D5
(186,192,213)
#C1C6D9
(193,198,217)
#C8CCDD
(200,204,221)
#CFD2E1
(207,210,225)
#D6D8E5
(214,216,229)
#DDDEE9
(221,222,233)
#E4E4ED
(228,228,237)
#EBEAF1
(235,234,241)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB4CD color. Also use rgb(172,180,205) instead hex code.

Text Font Color

.myTextColor { color: #ACB4CD; }

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

This text font color is #ACB4CD.

Background Color

.myBgColor { background-color: #ACB4CD; }

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

This div background color is #ACB4CD.

Border color

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

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

This div border color is #ACB4CD.

Opacity

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

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

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

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

This text has shadow with #ACB4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB4CD.

Preview

Color preview on black background

This text has color #ACB4CD on black background.


Color preview on white background

This text has color #ACB4CD on white background.


Black color preview on #ACB4CD background

This text has black color on #ACB4CD background.


White color preview on #ACB4CD background

This text has white color on #ACB4CD background.


Related colors

Complementary color

Complementary color for #hex is #534B32.


I love getcolorcode.com

Triadic colors

1 #CDACB4 and #B4CDAC with #ACB4CD are triadic colors.

2 #CDB4AC and #B4ACCD with #ACB4CD are triadic colors.