COLOR #ACAED7

HEX: #ACAED7
RGB: (172,174,215)

Color info

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

RGB color model

#ACAED7 color RGB value is (172,174,215).

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

RGB channels and saturation

R 172 of 255 = 67%
G 174 of 255 = 68%
B 215 of 255 = 84%

172
174
215

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

Portions of RGB colors in percentages

R + G + B =
172 + 174 + 215 = 561 (100%)
R 172 of 561 ~ 30.66%
G 174 of 561 ~ 31.02%
B 215 of 561 ~ 38.32%

%30.66
%31.02
%38.32

CMYK color model

#ACAED7 color CMYK value is (20,19,0,16).

  • cyan value is 20.00%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(20,19,0,16)
C20M19Y0K16 
(20%,19%,0%,16%)
(0.20/0.19/0.00/0.16)	

CMYK percentages

%20
%19.07
%0
%15.69

Codes

Color #ACAED7 in popluar color models

ACAED7
RGB172174215
HSL237°34.96%75.88%
HSB/HSV237°20.00%84.31%
CMYK20.00%19.07%0.00%
15.69%

Color #ACAED7 in popluar number systems.

HEXACAED7
Decimal172174215
Binary101011001010111011010111
Octal254256327

Shades and tints

Shades of #ACAED7

#ACAED7
(172,174,215)
#9D9FC4
(157,159,196)
#8E90B1
(142,144,177)
#7F819E
(127,129,158)
#70728B
(112,114,139)
#616378
(97,99,120)
#525465
(82,84,101)
#434552
(67,69,82)
#34363F
(52,54,63)
#25272C
(37,39,44)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #ACAED7

#ACAED7
(172,174,215)
#B3B5DA
(179,181,218)
#BABCDD
(186,188,221)
#C1C3E0
(193,195,224)
#C8CAE3
(200,202,227)
#CFD1E6
(207,209,230)
#D6D8E9
(214,216,233)
#DDDFEC
(221,223,236)
#E4E6EF
(228,230,239)
#EBEDF2
(235,237,242)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAED7; }

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

This text font color is #ACAED7.


Background Color

.myBgColor { background-color: #ACAED7; }

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

This div background color is #ACAED7.


Border color

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

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

This div border color is #ACAED7.


Opacity

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

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

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

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

This text has shadow with #ACAED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAED7 on black background.


Color preview on white background

This text has color #ACAED7 on white background.



Black color preview on #ACAED7 background

This text has black color on #ACAED7 background.


White color preview on #ACAED7 background

This text has white color on #ACAED7 background.