COLOR #ACAEBF

HEX: #ACAEBF
RGB: (172,174,191)

Color info

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

RGB color model

#ACAEBF color RGB value is (172,174,191).

  • red value is 172;
  • green value is 174;
  • blue value is 191.
RGB:
(172,174,191)
(67%,68%,75%)

RGB channels and saturation

R 172 of 255 = 67%
G 174 of 255 = 68%
B 191 of 255 = 75%

172
174
191

R + G + B ~ 70%. #ACAEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 174 + 191 = 537 (100%)
R 172 of 537 ~ 32.03%
G 174 of 537 ~ 32.4%
B 191 of 537 ~ 35.57%

%32.03
%32.4
%35.57

CMYK color model

#ACAEBF color CMYK value is (10,9,0,25).

  • cyan value is 9.95%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,9,0,25)
C10M9Y0K25 
(10%,9%,0%,25%)
(0.10/0.09/0.00/0.25)	

CMYK percentages

%9.95
%8.9
%0
%25.1

Codes

Color #ACAEBF in popluar color models

ACAEBF
RGB172174191
HSL234°12.93%71.18%
HSB/HSV234°9.95%74.90%
CMYK9.95%8.90%0.00%
25.10%

Color #ACAEBF in popluar number systems.

HEXACAEBF
Decimal172174191
Binary101011001010111010111111
Octal254256277

Shades and tints

Shades of #ACAEBF

#ACAEBF
(172,174,191)
#9D9FAE
(157,159,174)
#8E909D
(142,144,157)
#7F818C
(127,129,140)
#70727B
(112,114,123)
#61636A
(97,99,106)
#525459
(82,84,89)
#434548
(67,69,72)
#343637
(52,54,55)
#252726
(37,39,38)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #ACAEBF

#ACAEBF
(172,174,191)
#B3B5C4
(179,181,196)
#BABCC9
(186,188,201)
#C1C3CE
(193,195,206)
#C8CAD3
(200,202,211)
#CFD1D8
(207,209,216)
#D6D8DD
(214,216,221)
#DDDFE2
(221,223,226)
#E4E6E7
(228,230,231)
#EBEDEC
(235,237,236)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAEBF color. Also use rgb(172,174,191) instead hex code.

Text Font Color

.myTextColor { color: #ACAEBF; }

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

This text font color is #ACAEBF.


Background Color

.myBgColor { background-color: #ACAEBF; }

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

This div background color is #ACAEBF.


Border color

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

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

This div border color is #ACAEBF.


Opacity

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

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

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

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

This text has shadow with #ACAEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAEBF on black background.


Color preview on white background

This text has color #ACAEBF on white background.



Black color preview on #ACAEBF background

This text has black color on #ACAEBF background.


White color preview on #ACAEBF background

This text has white color on #ACAEBF background.