COLOR #ACE5EE

HEX: #ACE5EE
RGB: (172,229,238)

Color info

#ACE5EE contains mainly green and blue colors. Web safe color of #ACE5EE is #99CCFF (or #9CF).

RGB color model

#ACE5EE color RGB value is (172,229,238).

  • red value is 172;
  • green value is 229;
  • blue value is 238.
RGB:
(172,229,238)
(67%,90%,93%)

RGB channels and saturation

R 172 of 255 = 67%
G 229 of 255 = 90%
B 238 of 255 = 93%

172
229
238

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

Portions of RGB colors in percentages

R + G + B =
172 + 229 + 238 = 639 (100%)
R 172 of 639 ~ 26.92%
G 229 of 639 ~ 35.84%
B 238 of 639 ~ 37.25%

%26.92
%35.84
%37.25

CMYK color model

#ACE5EE color CMYK value is (28,4,0,7).

  • cyan value is 27.73%
  • magenta value is 3.78%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(28,4,0,7)
C28M4Y0K7 
(28%,4%,0%,7%)
(0.28/0.04/0.00/0.07)	

CMYK percentages

%27.73
%3.78
%0
%6.67

Codes

Color #ACE5EE in popluar color models

ACE5EE
RGB172229238
HSL188°66.00%80.39%
HSB/HSV188°27.73%93.33%
CMYK27.73%3.78%0.00%
6.67%

Color #ACE5EE in popluar number systems.

HEXACE5EE
Decimal172229238
Binary101011001110010111101110
Octal254345356

Shades and tints

Shades of #ACE5EE

#ACE5EE
(172,229,238)
#9DD1D9
(157,209,217)
#8EBDC4
(142,189,196)
#7FA9AF
(127,169,175)
#70959A
(112,149,154)
#618185
(97,129,133)
#526D70
(82,109,112)
#43595B
(67,89,91)
#344546
(52,69,70)
#253131
(37,49,49)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #ACE5EE

#ACE5EE
(172,229,238)
#B3E7EF
(179,231,239)
#BAE9F0
(186,233,240)
#C1EBF1
(193,235,241)
#C8EDF2
(200,237,242)
#CFEFF3
(207,239,243)
#D6F1F4
(214,241,244)
#DDF3F5
(221,243,245)
#E4F5F6
(228,245,246)
#EBF7F7
(235,247,247)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE5EE; }

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

This text font color is #ACE5EE.


Background Color

.myBgColor { background-color: #ACE5EE; }

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

This div background color is #ACE5EE.


Border color

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

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

This div border color is #ACE5EE.


Opacity

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

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

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

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

This text has shadow with #ACE5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE5EE on black background.


Color preview on white background

This text has color #ACE5EE on white background.



Black color preview on #ACE5EE background

This text has black color on #ACE5EE background.


White color preview on #ACE5EE background

This text has white color on #ACE5EE background.