COLOR #ACE9E9

HEX: #ACE9E9 RGB: (172,233,233)

Color info

#ACE9E9 contains mainly green and blue colors. Web safe color of #ACE9E9 is #99FFFF (or #9FF).

RGB color model

#ACE9E9 color RGB value is (172,233,233).

RGB: (172,233,233) (67%, 91%, 91%)

RGB channels and saturation

R 172 of 255 = 67%
G 233 of 255 = 91%
B 233 of 255 = 91%

172
233
233

R + G + B ~ 83%. #ACE9E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 233 + 233 = 638 (100%)
R 172 of 638 ~ 26.96%
G 233 of 638 ~ 36.52%
B 233 of 638 ~ 36.52'%

%26.96
%36.52
%36.52

CMYK color model

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

  • cyan value is 26.18%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (26,0,0,9) C26M0Y0K9 (26%,0%,0%,9%) (0.26/0.00/0.00/0.09) 

CMYK percentages

%26.18
%0
%0
%8.63

Codes

Color #ACE9E9 in popluar color models

AC E9 E9
RGB 172 233 233
HSL 180° 58.10% 79.41%
HSB/HSV 180° 26.18% 91.37%
CMYK 26.18% 0.00% 0.00%
8.63%

Color #ACE9E9 in popluar number systems.

HEX AC E9 E9
Decimal 172 233 233
Binary 10101100 11101001 11101001
Octal 254 351 351

Shades and tints

Shades of #ACE9E9

#ACE9E9
(172,233,233)
#9DD4D4
(157,212,212)
#8EBFBF
(142,191,191)
#7FAAAA
(127,170,170)
#709595
(112,149,149)
#618080
(97,128,128)
#526B6B
(82,107,107)
#435656
(67,86,86)
#344141
(52,65,65)
#252C2C
(37,44,44)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #ACE9E9

#ACE9E9
(172,233,233)
#B3EBEB
(179,235,235)
#BAEDED
(186,237,237)
#C1EFEF
(193,239,239)
#C8F1F1
(200,241,241)
#CFF3F3
(207,243,243)
#D6F5F5
(214,245,245)
#DDF7F7
(221,247,247)
#E4F9F9
(228,249,249)
#EBFBFB
(235,251,251)
#F2FDFD
(242,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE9E9; }

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

This text font color is #ACE9E9.

Background Color

.myBgColor { background-color: #ACE9E9; }

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

This div background color is #ACE9E9.

Border color

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

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

This div border color is #ACE9E9.

Opacity

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

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

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

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

This text has shadow with #ACE9E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE9E9.

Preview

Color preview on black background

This text has color #ACE9E9 on black background.


Color preview on white background

This text has color #ACE9E9 on white background.


Black color preview on #ACE9E9 background

This text has black color on #ACE9E9 background.


White color preview on #ACE9E9 background

This text has white color on #ACE9E9 background.


Related colors

Complementary color

Complementary color for #hex is #531616.


I love getcolorcode.com