COLOR #ACEDED

HEX: #ACEDED RGB: (172,237,237)

Color info

#ACEDED contains mainly green and blue colors. Web safe color of #ACEDED is #99FFFF (or #9FF).

RGB color model

#ACEDED color RGB value is (172,237,237).

RGB: (172,237,237) (67%, 93%, 93%)

RGB channels and saturation

R 172 of 255 = 67%
G 237 of 255 = 93%
B 237 of 255 = 93%

172
237
237

R + G + B ~ 84%. #ACEDED is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 237 + 237 = 646 (100%)
R 172 of 646 ~ 26.63%
G 237 of 646 ~ 36.69%
B 237 of 646 ~ 36.69'%

%26.63
%36.69
%36.69

CMYK color model

#ACEDED color CMYK value is (27,0,0,7).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (27,0,0,7) C27M0Y0K7 (27%,0%,0%,7%) (0.27/0.00/0.00/0.07) 

CMYK percentages

%27.43
%0
%0
%7.06

Codes

Color #ACEDED in popluar color models

AC ED ED
RGB 172 237 237
HSL 180° 64.36% 80.20%
HSB/HSV 180° 27.43% 92.94%
CMYK 27.43% 0.00% 0.00%
7.06%

Color #ACEDED in popluar number systems.

HEX AC ED ED
Decimal 172 237 237
Binary 10101100 11101101 11101101
Octal 254 355 355

Shades and tints

Shades of #ACEDED

#ACEDED
(172,237,237)
#9DD8D8
(157,216,216)
#8EC3C3
(142,195,195)
#7FAEAE
(127,174,174)
#709999
(112,153,153)
#618484
(97,132,132)
#526F6F
(82,111,111)
#435A5A
(67,90,90)
#344545
(52,69,69)
#253030
(37,48,48)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #ACEDED

#ACEDED
(172,237,237)
#B3EEEE
(179,238,238)
#BAEFEF
(186,239,239)
#C1F0F0
(193,240,240)
#C8F1F1
(200,241,241)
#CFF2F2
(207,242,242)
#D6F3F3
(214,243,243)
#DDF4F4
(221,244,244)
#E4F5F5
(228,245,245)
#EBF6F6
(235,246,246)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEDED; }

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

This text font color is #ACEDED.

Background Color

.myBgColor { background-color: #ACEDED; }

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

This div background color is #ACEDED.

Border color

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

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

This div border color is #ACEDED.

Opacity

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

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

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

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

This text has shadow with #ACEDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACEDED.

Preview

Color preview on black background

This text has color #ACEDED on black background.


Color preview on white background

This text has color #ACEDED on white background.


Black color preview on #ACEDED background

This text has black color on #ACEDED background.


White color preview on #ACEDED background

This text has white color on #ACEDED background.


Related colors

Complementary color

Complementary color for #hex is #531212.


I love getcolorcode.com