COLOR #ACE0C4

HEX: #ACE0C4 RGB: (172,224,196)

Color info

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

RGB color model

#ACE0C4 color RGB value is (172,224,196).

RGB: (172,224,196) (67%, 88%, 77%)

RGB channels and saturation

R 172 of 255 = 67%
G 224 of 255 = 88%
B 196 of 255 = 77%

172
224
196

R + G + B ~ 77%. #ACE0C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 224 + 196 = 592 (100%)
R 172 of 592 ~ 29.05%
G 224 of 592 ~ 37.84%
B 196 of 592 ~ 33.11'%

%29.05
%37.84
%33.11

CMYK color model

#ACE0C4 color CMYK value is (23,0,13,12).

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

CMYK: (23,0,13,12)
C23M0Y13K12 (23%, 0%, 13%, 12%)
(0.23 / 0.00 / 0.13 / 0.12)

CMYK percentages

%23.21
%0
%12.5
%12.16

Codes

Color #ACE0C4 in popluar color models

AC E0 C4
RGB 172 224 196
HSL 148° 45.61% 77.65%
HSB/HSV 148° 23.21% 87.84%
CMYK 23.21% 0.00% 12.50%
12.16%

Color #ACE0C4 in popluar number systems.

HEX AC E0 C4
Decimal 172 224 196
Binary 10101100 11100000 11000100
Octal 254 340 304

Shades and tints

Shades of #ACE0C4

#ACE0C4
(172,224,196)
#9DCCB3
(157,204,179)
#8EB8A2
(142,184,162)
#7FA491
(127,164,145)
#709080
(112,144,128)
#617C6F
(97,124,111)
#52685E
(82,104,94)
#43544D
(67,84,77)
#34403C
(52,64,60)
#252C2B
(37,44,43)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #ACE0C4

#ACE0C4
(172,224,196)
#B3E2C9
(179,226,201)
#BAE4CE
(186,228,206)
#C1E6D3
(193,230,211)
#C8E8D8
(200,232,216)
#CFEADD
(207,234,221)
#D6ECE2
(214,236,226)
#DDEEE7
(221,238,231)
#E4F0EC
(228,240,236)
#EBF2F1
(235,242,241)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE0C4; }

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

This text font color is #ACE0C4.

Background Color

.myBgColor { background-color: #ACE0C4; }

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

This div background color is #ACE0C4.

Border color

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

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

This div border color is #ACE0C4.

Opacity

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

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

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

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

This text has shadow with #ACE0C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE0C4.

Preview

Color preview on black background

This text has color #ACE0C4 on black background.


Color preview on white background

This text has color #ACE0C4 on white background.


Black color preview on #ACE0C4 background

This text has black color on #ACE0C4 background.


White color preview on #ACE0C4 background

This text has white color on #ACE0C4 background.


Related colors

Complementary color

Complementary color for #hex is #531F3B.


I love getcolorcode.com

Triadic colors

1 #C4ACE0 and #E0C4AC with #ACE0C4 are triadic colors.

2 #C4E0AC and #E0ACC4 with #ACE0C4 are triadic colors.