COLOR #ACE0D5

HEX: #ACE0D5 RGB: (172,224,213)

Color info

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

RGB color model

#ACE0D5 color RGB value is (172,224,213).

RGB: (172,224,213) (67%, 88%, 84%)

RGB channels and saturation

R 172 of 255 = 67%
G 224 of 255 = 88%
B 213 of 255 = 84%

172
224
213

R + G + B ~ 80%. #ACE0D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 224 + 213 = 609 (100%)
R 172 of 609 ~ 28.24%
G 224 of 609 ~ 36.78%
B 213 of 609 ~ 34.98'%

%28.24
%36.78
%34.98

CMYK color model

#ACE0D5 color CMYK value is (23,0,5,12).

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

CMYK: (23,0,5,12)
C23M0Y5K12 (23%, 0%, 5%, 12%)
(0.23 / 0.00 / 0.05 / 0.12)

CMYK percentages

%23.21
%0
%4.91
%12.16

Codes

Color #ACE0D5 in popluar color models

AC E0 D5
RGB 172 224 213
HSL 167° 45.61% 77.65%
HSB/HSV 167° 23.21% 87.84%
CMYK 23.21% 0.00% 4.91%
12.16%

Color #ACE0D5 in popluar number systems.

HEX AC E0 D5
Decimal 172 224 213
Binary 10101100 11100000 11010101
Octal 254 340 325

Shades and tints

Shades of #ACE0D5

#ACE0D5
(172,224,213)
#9DCCC2
(157,204,194)
#8EB8AF
(142,184,175)
#7FA49C
(127,164,156)
#709089
(112,144,137)
#617C76
(97,124,118)
#526863
(82,104,99)
#435450
(67,84,80)
#34403D
(52,64,61)
#252C2A
(37,44,42)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #ACE0D5

#ACE0D5
(172,224,213)
#B3E2D8
(179,226,216)
#BAE4DB
(186,228,219)
#C1E6DE
(193,230,222)
#C8E8E1
(200,232,225)
#CFEAE4
(207,234,228)
#D6ECE7
(214,236,231)
#DDEEEA
(221,238,234)
#E4F0ED
(228,240,237)
#EBF2F0
(235,242,240)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE0D5; }

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

This text font color is #ACE0D5.

Background Color

.myBgColor { background-color: #ACE0D5; }

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

This div background color is #ACE0D5.

Border color

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

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

This div border color is #ACE0D5.

Opacity

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

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

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

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

This text has shadow with #ACE0D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE0D5.

Preview

Color preview on black background

This text has color #ACE0D5 on black background.


Color preview on white background

This text has color #ACE0D5 on white background.


Black color preview on #ACE0D5 background

This text has black color on #ACE0D5 background.


White color preview on #ACE0D5 background

This text has white color on #ACE0D5 background.


Related colors

Complementary color

Complementary color for #hex is #531F2A.


I love getcolorcode.com

Triadic colors

1 #D5ACE0 and #E0D5AC with #ACE0D5 are triadic colors.

2 #D5E0AC and #E0ACD5 with #ACE0D5 are triadic colors.