COLOR #ACB9CE

HEX: #ACB9CE
RGB: (172,185,206)

Color info

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

RGB color model

#ACB9CE color RGB value is (172,185,206).

  • red value is 172;
  • green value is 185;
  • blue value is 206.
RGB:
(172,185,206)
(67%,73%,81%)

RGB channels and saturation

R 172 of 255 = 67%
G 185 of 255 = 73%
B 206 of 255 = 81%

172
185
206

R + G + B ~ 74%. #ACB9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 185 + 206 = 563 (100%)
R 172 of 563 ~ 30.55%
G 185 of 563 ~ 32.86%
B 206 of 563 ~ 36.59%

%30.55
%32.86
%36.59

CMYK color model

#ACB9CE color CMYK value is (17,10,0,19).

  • cyan value is 16.50%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(17,10,0,19)
C17M10Y0K19 
(17%,10%,0%,19%)
(0.17/0.10/0.00/0.19)	

CMYK percentages

%16.5
%10.19
%0
%19.22

Codes

Color #ACB9CE in popluar color models

ACB9CE
RGB172185206
HSL217°25.76%74.12%
HSB/HSV217°16.50%80.78%
CMYK16.50%10.19%0.00%
19.22%

Color #ACB9CE in popluar number systems.

HEXACB9CE
Decimal172185206
Binary101011001011100111001110
Octal254271316

Shades and tints

Shades of #ACB9CE

#ACB9CE
(172,185,206)
#9DA9BC
(157,169,188)
#8E99AA
(142,153,170)
#7F8998
(127,137,152)
#707986
(112,121,134)
#616974
(97,105,116)
#525962
(82,89,98)
#434950
(67,73,80)
#34393E
(52,57,62)
#25292C
(37,41,44)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #ACB9CE

#ACB9CE
(172,185,206)
#B3BFD2
(179,191,210)
#BAC5D6
(186,197,214)
#C1CBDA
(193,203,218)
#C8D1DE
(200,209,222)
#CFD7E2
(207,215,226)
#D6DDE6
(214,221,230)
#DDE3EA
(221,227,234)
#E4E9EE
(228,233,238)
#EBEFF2
(235,239,242)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB9CE; }

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

This text font color is #ACB9CE.


Background Color

.myBgColor { background-color: #ACB9CE; }

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

This div background color is #ACB9CE.


Border color

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

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

This div border color is #ACB9CE.


Opacity

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

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

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

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

This text has shadow with #ACB9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB9CE on black background.


Color preview on white background

This text has color #ACB9CE on white background.



Black color preview on #ACB9CE background

This text has black color on #ACB9CE background.


White color preview on #ACB9CE background

This text has white color on #ACB9CE background.