COLOR #ACB5CE

HEX: #ACB5CE RGB: (172,181,206)

Color info

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

RGB color model

#ACB5CE color RGB value is (172,181,206).

RGB: (172,181,206) (67%, 71%, 81%)

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 206 of 255 = 81%

172
181
206

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

Portions of RGB colors in percentages

R + G + B = 172 + 181 + 206 = 559 (100%)
R 172 of 559 ~ 30.77%
G 181 of 559 ~ 32.38%
B 206 of 559 ~ 36.85'%

%30.77
%32.38
%36.85

CMYK color model

#ACB5CE color CMYK value is (17,12,0,19).

  • cyan value is 16.50%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (17,12,0,19)
C17M12Y0K19 (17%, 12%, 0%, 19%)
(0.17 / 0.12 / 0.00 / 0.19)

CMYK percentages

%16.5
%12.14
%0
%19.22

Codes

Color #ACB5CE in popluar color models

AC B5 CE
RGB 172 181 206
HSL 224° 25.76% 74.12%
HSB/HSV 224° 16.50% 80.78%
CMYK 16.50% 12.14% 0.00%
19.22%

Color #ACB5CE in popluar number systems.

HEX AC B5 CE
Decimal 172 181 206
Binary 10101100 10110101 11001110
Octal 254 265 316

Shades and tints

Shades of #ACB5CE

#ACB5CE
(172,181,206)
#9DA5BC
(157,165,188)
#8E95AA
(142,149,170)
#7F8598
(127,133,152)
#707586
(112,117,134)
#616574
(97,101,116)
#525562
(82,85,98)
#434550
(67,69,80)
#34353E
(52,53,62)
#25252C
(37,37,44)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #ACB5CE

#ACB5CE
(172,181,206)
#B3BBD2
(179,187,210)
#BAC1D6
(186,193,214)
#C1C7DA
(193,199,218)
#C8CDDE
(200,205,222)
#CFD3E2
(207,211,226)
#D6D9E6
(214,217,230)
#DDDFEA
(221,223,234)
#E4E5EE
(228,229,238)
#EBEBF2
(235,235,242)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB5CE; }

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

This text font color is #ACB5CE.

Background Color

.myBgColor { background-color: #ACB5CE; }

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

This div background color is #ACB5CE.

Border color

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

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

This div border color is #ACB5CE.

Opacity

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

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

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

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

This text has shadow with #ACB5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB5CE.

Preview

Color preview on black background

This text has color #ACB5CE on black background.


Color preview on white background

This text has color #ACB5CE on white background.


Black color preview on #ACB5CE background

This text has black color on #ACB5CE background.


White color preview on #ACB5CE background

This text has white color on #ACB5CE background.


Related colors

Complementary color

Complementary color for #hex is #534A31.


I love getcolorcode.com

Triadic colors

1 #CEACB5 and #B5CEAC with #ACB5CE are triadic colors.

2 #CEB5AC and #B5ACCE with #ACB5CE are triadic colors.