COLOR #ACEEE7

HEX: #ACEEE7 RGB: (172,238,231)

Color info

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

RGB color model

#ACEEE7 color RGB value is (172,238,231).

RGB: (172,238,231) (67%, 93%, 91%)

RGB channels and saturation

R 172 of 255 = 67%
G 238 of 255 = 93%
B 231 of 255 = 91%

172
238
231

R + G + B ~ 84%. #ACEEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 238 + 231 = 641 (100%)
R 172 of 641 ~ 26.83%
G 238 of 641 ~ 37.13%
B 231 of 641 ~ 36.04'%

%26.83
%37.13
%36.04

CMYK color model

#ACEEE7 color CMYK value is (28,0,3,7).

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 6.67%

CMYK: (28,0,3,7)
C28M0Y3K7 (28%, 0%, 3%, 7%)
(0.28 / 0.00 / 0.03 / 0.07)

CMYK percentages

%27.73
%0
%2.94
%6.67

Codes

Color #ACEEE7 in popluar color models

AC EE E7
RGB 172 238 231
HSL 174° 66.00% 80.39%
HSB/HSV 174° 27.73% 93.33%
CMYK 27.73% 0.00% 2.94%
6.67%

Color #ACEEE7 in popluar number systems.

HEX AC EE E7
Decimal 172 238 231
Binary 10101100 11101110 11100111
Octal 254 356 347

Shades and tints

Shades of #ACEEE7

#ACEEE7
(172,238,231)
#9DD9D2
(157,217,210)
#8EC4BD
(142,196,189)
#7FAFA8
(127,175,168)
#709A93
(112,154,147)
#61857E
(97,133,126)
#527069
(82,112,105)
#435B54
(67,91,84)
#34463F
(52,70,63)
#25312A
(37,49,42)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #ACEEE7

#ACEEE7
(172,238,231)
#B3EFE9
(179,239,233)
#BAF0EB
(186,240,235)
#C1F1ED
(193,241,237)
#C8F2EF
(200,242,239)
#CFF3F1
(207,243,241)
#D6F4F3
(214,244,243)
#DDF5F5
(221,245,245)
#E4F6F7
(228,246,247)
#EBF7F9
(235,247,249)
#F2F8FB
(242,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEEE7; }

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

This text font color is #ACEEE7.

Background Color

.myBgColor { background-color: #ACEEE7; }

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

This div background color is #ACEEE7.

Border color

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

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

This div border color is #ACEEE7.

Opacity

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

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

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

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

This text has shadow with #ACEEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACEEE7.

Preview

Color preview on black background

This text has color #ACEEE7 on black background.


Color preview on white background

This text has color #ACEEE7 on white background.


Black color preview on #ACEEE7 background

This text has black color on #ACEEE7 background.


White color preview on #ACEEE7 background

This text has white color on #ACEEE7 background.


Related colors

Complementary color

Complementary color for #hex is #531118.


I love getcolorcode.com

Triadic colors

1 #E7ACEE and #EEE7AC with #ACEEE7 are triadic colors.

2 #E7EEAC and #EEACE7 with #ACEEE7 are triadic colors.