COLOR #ACE8CA

HEX: #ACE8CA RGB: (172,232,202)

Color info

#ACE8CA contains mainly green and blue colors. Web safe color of #ACE8CA is #99FFCC (or #9FC).

RGB color model

#ACE8CA color RGB value is (172,232,202).

RGB: (172,232,202) (67%, 91%, 79%)

RGB channels and saturation

R 172 of 255 = 67%
G 232 of 255 = 91%
B 202 of 255 = 79%

172
232
202

R + G + B ~ 79%. #ACE8CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 232 + 202 = 606 (100%)
R 172 of 606 ~ 28.38%
G 232 of 606 ~ 38.28%
B 202 of 606 ~ 33.33'%

%28.38
%38.28
%33.33

CMYK color model

#ACE8CA color CMYK value is (26,0,13,9).

  • cyan value is 25.86%
  • magenta value is 0.00%
  • yellow value is 12.93%
  • key color value is 9.02%

CMYK: (26,0,13,9)
C26M0Y13K9 (26%, 0%, 13%, 9%)
(0.26 / 0.00 / 0.13 / 0.09)

CMYK percentages

%25.86
%0
%12.93
%9.02

Codes

Color #ACE8CA in popluar color models

AC E8 CA
RGB 172 232 202
HSL 150° 56.60% 79.22%
HSB/HSV 150° 25.86% 90.98%
CMYK 25.86% 0.00% 12.93%
9.02%

Color #ACE8CA in popluar number systems.

HEX AC E8 CA
Decimal 172 232 202
Binary 10101100 11101000 11001010
Octal 254 350 312

Shades and tints

Shades of #ACE8CA

#ACE8CA
(172,232,202)
#9DD3B8
(157,211,184)
#8EBEA6
(142,190,166)
#7FA994
(127,169,148)
#709482
(112,148,130)
#617F70
(97,127,112)
#526A5E
(82,106,94)
#43554C
(67,85,76)
#34403A
(52,64,58)
#252B28
(37,43,40)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #ACE8CA

#ACE8CA
(172,232,202)
#B3EACE
(179,234,206)
#BAECD2
(186,236,210)
#C1EED6
(193,238,214)
#C8F0DA
(200,240,218)
#CFF2DE
(207,242,222)
#D6F4E2
(214,244,226)
#DDF6E6
(221,246,230)
#E4F8EA
(228,248,234)
#EBFAEE
(235,250,238)
#F2FCF2
(242,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE8CA; }

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

This text font color is #ACE8CA.

Background Color

.myBgColor { background-color: #ACE8CA; }

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

This div background color is #ACE8CA.

Border color

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

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

This div border color is #ACE8CA.

Opacity

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

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

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

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

This text has shadow with #ACE8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE8CA.

Preview

Color preview on black background

This text has color #ACE8CA on black background.


Color preview on white background

This text has color #ACE8CA on white background.


Black color preview on #ACE8CA background

This text has black color on #ACE8CA background.


White color preview on #ACE8CA background

This text has white color on #ACE8CA background.


Related colors

Complementary color

Complementary color for #hex is #531735.


I love getcolorcode.com

Triadic colors

1 #CAACE8 and #E8CAAC with #ACE8CA are triadic colors.

2 #CAE8AC and #E8ACCA with #ACE8CA are triadic colors.