COLOR #ACE4C2

HEX: #ACE4C2 RGB: (172,228,194)

Color info

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

RGB color model

#ACE4C2 color RGB value is (172,228,194).

RGB: (172,228,194) (67%, 89%, 76%)

RGB channels and saturation

R 172 of 255 = 67%
G 228 of 255 = 89%
B 194 of 255 = 76%

172
228
194

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

Portions of RGB colors in percentages

R + G + B = 172 + 228 + 194 = 594 (100%)
R 172 of 594 ~ 28.96%
G 228 of 594 ~ 38.38%
B 194 of 594 ~ 32.66'%

%28.96
%38.38
%32.66

CMYK color model

#ACE4C2 color CMYK value is (25,0,15,11).

  • cyan value is 24.56%
  • magenta value is 0.00%
  • yellow value is 14.91%
  • key color value is 10.59%
CMYK: (25,0,15,11) C25M0Y15K11 (25%,0%,15%,11%) (0.25/0.00/0.15/0.11) 

CMYK percentages

%24.56
%0
%14.91
%10.59

Codes

Color #ACE4C2 in popluar color models

AC E4 C2
RGB 172 228 194
HSL 144° 50.91% 78.43%
HSB/HSV 144° 24.56% 89.41%
CMYK 24.56% 0.00% 14.91%
10.59%

Color #ACE4C2 in popluar number systems.

HEX AC E4 C2
Decimal 172 228 194
Binary 10101100 11100100 11000010
Octal 254 344 302

Shades and tints

Shades of #ACE4C2

#ACE4C2
(172,228,194)
#9DD0B1
(157,208,177)
#8EBCA0
(142,188,160)
#7FA88F
(127,168,143)
#70947E
(112,148,126)
#61806D
(97,128,109)
#526C5C
(82,108,92)
#43584B
(67,88,75)
#34443A
(52,68,58)
#253029
(37,48,41)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #ACE4C2

#ACE4C2
(172,228,194)
#B3E6C7
(179,230,199)
#BAE8CC
(186,232,204)
#C1EAD1
(193,234,209)
#C8ECD6
(200,236,214)
#CFEEDB
(207,238,219)
#D6F0E0
(214,240,224)
#DDF2E5
(221,242,229)
#E4F4EA
(228,244,234)
#EBF6EF
(235,246,239)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE4C2; }

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

This text font color is #ACE4C2.

Background Color

.myBgColor { background-color: #ACE4C2; }

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

This div background color is #ACE4C2.

Border color

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

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

This div border color is #ACE4C2.

Opacity

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

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

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

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

This text has shadow with #ACE4C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE4C2.

Preview

Color preview on black background

This text has color #ACE4C2 on black background.


Color preview on white background

This text has color #ACE4C2 on white background.


Black color preview on #ACE4C2 background

This text has black color on #ACE4C2 background.


White color preview on #ACE4C2 background

This text has white color on #ACE4C2 background.


Related colors

Complementary color

Complementary color for #hex is #531B3D.


I love getcolorcode.com

Triadic colors

1 #C2ACE4 and #E4C2AC with #ACE4C2 are triadic colors.

2 #C2E4AC and #E4ACC2 with #ACE4C2 are triadic colors.