COLOR #ACAED1

HEX: #ACAED1
RGB: (172,174,209)

Color info

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

RGB color model

#ACAED1 color RGB value is (172,174,209).

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

RGB channels and saturation

R 172 of 255 = 67%
G 174 of 255 = 68%
B 209 of 255 = 82%

172
174
209

R + G + B ~ 72%. #ACAED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 174 + 209 = 555 (100%)
R 172 of 555 ~ 30.99%
G 174 of 555 ~ 31.35%
B 209 of 555 ~ 37.66%

%30.99
%31.35
%37.66

CMYK color model

#ACAED1 color CMYK value is (18,17,0,18).

  • cyan value is 17.70%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(18,17,0,18)
C18M17Y0K18 
(18%,17%,0%,18%)
(0.18/0.17/0.00/0.18)	

CMYK percentages

%17.7
%16.75
%0
%18.04

Codes

Color #ACAED1 in popluar color models

ACAED1
RGB172174209
HSL237°28.68%74.71%
HSB/HSV237°17.70%81.96%
CMYK17.70%16.75%0.00%
18.04%

Color #ACAED1 in popluar number systems.

HEXACAED1
Decimal172174209
Binary101011001010111011010001
Octal254256321

Shades and tints

Shades of #ACAED1

#ACAED1
(172,174,209)
#9D9FBE
(157,159,190)
#8E90AB
(142,144,171)
#7F8198
(127,129,152)
#707285
(112,114,133)
#616372
(97,99,114)
#52545F
(82,84,95)
#43454C
(67,69,76)
#343639
(52,54,57)
#252726
(37,39,38)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #ACAED1

#ACAED1
(172,174,209)
#B3B5D5
(179,181,213)
#BABCD9
(186,188,217)
#C1C3DD
(193,195,221)
#C8CAE1
(200,202,225)
#CFD1E5
(207,209,229)
#D6D8E9
(214,216,233)
#DDDFED
(221,223,237)
#E4E6F1
(228,230,241)
#EBEDF5
(235,237,245)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAED1; }

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

This text font color is #ACAED1.


Background Color

.myBgColor { background-color: #ACAED1; }

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

This div background color is #ACAED1.


Border color

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

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

This div border color is #ACAED1.


Opacity

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

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

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

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

This text has shadow with #ACAED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAED1 on black background.


Color preview on white background

This text has color #ACAED1 on white background.



Black color preview on #ACAED1 background

This text has black color on #ACAED1 background.


White color preview on #ACAED1 background

This text has white color on #ACAED1 background.