COLOR #ACB7CF

HEX: #ACB7CF
RGB: (172,183,207)

Color info

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

RGB color model

#ACB7CF color RGB value is (172,183,207).

  • red value is 172;
  • green value is 183;
  • blue value is 207.
RGB:
(172,183,207)
(67%,72%,81%)

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 207 of 255 = 81%

172
183
207

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

Portions of RGB colors in percentages

R + G + B =
172 + 183 + 207 = 562 (100%)
R 172 of 562 ~ 30.6%
G 183 of 562 ~ 32.56%
B 207 of 562 ~ 36.83%

%30.6
%32.56
%36.83

CMYK color model

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

  • cyan value is 16.91%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(17,12,0,19)
C17M12Y0K19 
(17%,12%,0%,19%)
(0.17/0.12/0.00/0.19)	

CMYK percentages

%16.91
%11.59
%0
%18.82

Codes

Color #ACB7CF in popluar color models

ACB7CF
RGB172183207
HSL221°26.72%74.31%
HSB/HSV221°16.91%81.18%
CMYK16.91%11.59%0.00%
18.82%

Color #ACB7CF in popluar number systems.

HEXACB7CF
Decimal172183207
Binary101011001011011111001111
Octal254267317

Shades and tints

Shades of #ACB7CF

#ACB7CF
(172,183,207)
#9DA7BD
(157,167,189)
#8E97AB
(142,151,171)
#7F8799
(127,135,153)
#707787
(112,119,135)
#616775
(97,103,117)
#525763
(82,87,99)
#434751
(67,71,81)
#34373F
(52,55,63)
#25272D
(37,39,45)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #ACB7CF

#ACB7CF
(172,183,207)
#B3BDD3
(179,189,211)
#BAC3D7
(186,195,215)
#C1C9DB
(193,201,219)
#C8CFDF
(200,207,223)
#CFD5E3
(207,213,227)
#D6DBE7
(214,219,231)
#DDE1EB
(221,225,235)
#E4E7EF
(228,231,239)
#EBEDF3
(235,237,243)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB7CF; }

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

This text font color is #ACB7CF.


Background Color

.myBgColor { background-color: #ACB7CF; }

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

This div background color is #ACB7CF.


Border color

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

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

This div border color is #ACB7CF.


Opacity

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

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

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

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

This text has shadow with #ACB7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB7CF on black background.


Color preview on white background

This text has color #ACB7CF on white background.



Black color preview on #ACB7CF background

This text has black color on #ACB7CF background.


White color preview on #ACB7CF background

This text has white color on #ACB7CF background.