COLOR #ACE0DE

HEX: #ACE0DE RGB: (172,224,222)

Color info

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

RGB color model

#ACE0DE color RGB value is (172,224,222).

RGB: (172,224,222) (67%, 88%, 87%)

RGB channels and saturation

R 172 of 255 = 67%
G 224 of 255 = 88%
B 222 of 255 = 87%

172
224
222

R + G + B ~ 81%. #ACE0DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 224 + 222 = 618 (100%)
R 172 of 618 ~ 27.83%
G 224 of 618 ~ 36.25%
B 222 of 618 ~ 35.92'%

%27.83
%36.25
%35.92

CMYK color model

#ACE0DE color CMYK value is (23,0,1,12).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 12.16%

CMYK: (23,0,1,12)
C23M0Y1K12 (23%, 0%, 1%, 12%)
(0.23 / 0.00 / 0.01 / 0.12)

CMYK percentages

%23.21
%0
%0.89
%12.16

Codes

Color #ACE0DE in popluar color models

AC E0 DE
RGB 172 224 222
HSL 178° 45.61% 77.65%
HSB/HSV 178° 23.21% 87.84%
CMYK 23.21% 0.00% 0.89%
12.16%

Color #ACE0DE in popluar number systems.

HEX AC E0 DE
Decimal 172 224 222
Binary 10101100 11100000 11011110
Octal 254 340 336

Shades and tints

Shades of #ACE0DE

#ACE0DE
(172,224,222)
#9DCCCA
(157,204,202)
#8EB8B6
(142,184,182)
#7FA4A2
(127,164,162)
#70908E
(112,144,142)
#617C7A
(97,124,122)
#526866
(82,104,102)
#435452
(67,84,82)
#34403E
(52,64,62)
#252C2A
(37,44,42)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACE0DE

#ACE0DE
(172,224,222)
#B3E2E1
(179,226,225)
#BAE4E4
(186,228,228)
#C1E6E7
(193,230,231)
#C8E8EA
(200,232,234)
#CFEAED
(207,234,237)
#D6ECF0
(214,236,240)
#DDEEF3
(221,238,243)
#E4F0F6
(228,240,246)
#EBF2F9
(235,242,249)
#F2F4FC
(242,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE0DE; }

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

This text font color is #ACE0DE.

Background Color

.myBgColor { background-color: #ACE0DE; }

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

This div background color is #ACE0DE.

Border color

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

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

This div border color is #ACE0DE.

Opacity

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

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

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

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

This text has shadow with #ACE0DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE0DE.

Preview

Color preview on black background

This text has color #ACE0DE on black background.


Color preview on white background

This text has color #ACE0DE on white background.


Black color preview on #ACE0DE background

This text has black color on #ACE0DE background.


White color preview on #ACE0DE background

This text has white color on #ACE0DE background.


Related colors

Complementary color

Complementary color for #hex is #531F21.


I love getcolorcode.com

Triadic colors

1 #DEACE0 and #E0DEAC with #ACE0DE are triadic colors.

2 #DEE0AC and #E0ACDE with #ACE0DE are triadic colors.