COLOR #ACDEF1

HEX: #ACDEF1
RGB: (172,222,241)

Color info

#ACDEF1 contains mainly green and blue colors. Web safe color of #ACDEF1 is #99CCFF (or #9CF).

RGB color model

#ACDEF1 color RGB value is (172,222,241).

  • red value is 172;
  • green value is 222;
  • blue value is 241.
RGB:
(172,222,241)
(67%,87%,95%)

RGB channels and saturation

R 172 of 255 = 67%
G 222 of 255 = 87%
B 241 of 255 = 95%

172
222
241

R + G + B ~ 83%. #ACDEF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 222 + 241 = 635 (100%)
R 172 of 635 ~ 27.09%
G 222 of 635 ~ 34.96%
B 241 of 635 ~ 37.95%

%27.09
%34.96
%37.95

CMYK color model

#ACDEF1 color CMYK value is (29,8,0,5).

  • cyan value is 28.63%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(29,8,0,5)
C29M8Y0K5 
(29%,8%,0%,5%)
(0.29/0.08/0.00/0.05)	

CMYK percentages

%28.63
%7.88
%0
%5.49

Codes

Color #ACDEF1 in popluar color models

ACDEF1
RGB172222241
HSL197°71.13%80.98%
HSB/HSV197°28.63%94.51%
CMYK28.63%7.88%0.00%
5.49%

Color #ACDEF1 in popluar number systems.

HEXACDEF1
Decimal172222241
Binary101011001101111011110001
Octal254336361

Shades and tints

Shades of #ACDEF1

#ACDEF1
(172,222,241)
#9DCADC
(157,202,220)
#8EB6C7
(142,182,199)
#7FA2B2
(127,162,178)
#708E9D
(112,142,157)
#617A88
(97,122,136)
#526673
(82,102,115)
#43525E
(67,82,94)
#343E49
(52,62,73)
#252A34
(37,42,52)
#16161F
(22,22,31)
#000000
(0,0,0)

Tints of #ACDEF1

#ACDEF1
(172,222,241)
#B3E1F2
(179,225,242)
#BAE4F3
(186,228,243)
#C1E7F4
(193,231,244)
#C8EAF5
(200,234,245)
#CFEDF6
(207,237,246)
#D6F0F7
(214,240,247)
#DDF3F8
(221,243,248)
#E4F6F9
(228,246,249)
#EBF9FA
(235,249,250)
#F2FCFB
(242,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDEF1 color. Also use rgb(172,222,241) instead hex code.

Text Font Color

.myTextColor { color: #ACDEF1; }

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

This text font color is #ACDEF1.


Background Color

.myBgColor { background-color: #ACDEF1; }

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

This div background color is #ACDEF1.


Border color

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

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

This div border color is #ACDEF1.


Opacity

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

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

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

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

This text has shadow with #ACDEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDEF1 on black background.


Color preview on white background

This text has color #ACDEF1 on white background.



Black color preview on #ACDEF1 background

This text has black color on #ACDEF1 background.


White color preview on #ACDEF1 background

This text has white color on #ACDEF1 background.