COLOR #ACE8BC

HEX: #ACE8BC RGB: (172,232,188)

Color info

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

RGB color model

#ACE8BC color RGB value is (172,232,188).

RGB: (172,232,188) (67%, 91%, 74%)

RGB channels and saturation

R 172 of 255 = 67%
G 232 of 255 = 91%
B 188 of 255 = 74%

172
232
188

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

Portions of RGB colors in percentages

R + G + B = 172 + 232 + 188 = 592 (100%)
R 172 of 592 ~ 29.05%
G 232 of 592 ~ 39.19%
B 188 of 592 ~ 31.76'%

%29.05
%39.19
%31.76

CMYK color model

#ACE8BC color CMYK value is (26,0,19,9).

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

CMYK: (26,0,19,9)
C26M0Y19K9 (26%, 0%, 19%, 9%)
(0.26 / 0.00 / 0.19 / 0.09)

CMYK percentages

%25.86
%0
%18.97
%9.02

Codes

Color #ACE8BC in popluar color models

AC E8 BC
RGB 172 232 188
HSL 136° 56.60% 79.22%
HSB/HSV 136° 25.86% 90.98%
CMYK 25.86% 0.00% 18.97%
9.02%

Color #ACE8BC in popluar number systems.

HEX AC E8 BC
Decimal 172 232 188
Binary 10101100 11101000 10111100
Octal 254 350 274

Shades and tints

Shades of #ACE8BC

#ACE8BC
(172,232,188)
#9DD3AB
(157,211,171)
#8EBE9A
(142,190,154)
#7FA989
(127,169,137)
#709478
(112,148,120)
#617F67
(97,127,103)
#526A56
(82,106,86)
#435545
(67,85,69)
#344034
(52,64,52)
#252B23
(37,43,35)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #ACE8BC

#ACE8BC
(172,232,188)
#B3EAC2
(179,234,194)
#BAECC8
(186,236,200)
#C1EECE
(193,238,206)
#C8F0D4
(200,240,212)
#CFF2DA
(207,242,218)
#D6F4E0
(214,244,224)
#DDF6E6
(221,246,230)
#E4F8EC
(228,248,236)
#EBFAF2
(235,250,242)
#F2FCF8
(242,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE8BC; }

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

This text font color is #ACE8BC.

Background Color

.myBgColor { background-color: #ACE8BC; }

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

This div background color is #ACE8BC.

Border color

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

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

This div border color is #ACE8BC.

Opacity

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

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

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

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

This text has shadow with #ACE8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE8BC.

Preview

Color preview on black background

This text has color #ACE8BC on black background.


Color preview on white background

This text has color #ACE8BC on white background.


Black color preview on #ACE8BC background

This text has black color on #ACE8BC background.


White color preview on #ACE8BC background

This text has white color on #ACE8BC background.


Related colors

Complementary color

Complementary color for #hex is #531743.


I love getcolorcode.com

Triadic colors

1 #BCACE8 and #E8BCAC with #ACE8BC are triadic colors.

2 #BCE8AC and #E8ACBC with #ACE8BC are triadic colors.