COLOR #ACE7EA

HEX: #ACE7EA
RGB: (172,231,234)

Color info

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

RGB color model

#ACE7EA color RGB value is (172,231,234).

  • red value is 172;
  • green value is 231;
  • blue value is 234.
RGB:
(172,231,234)
(67%,91%,92%)

RGB channels and saturation

R 172 of 255 = 67%
G 231 of 255 = 91%
B 234 of 255 = 92%

172
231
234

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

Portions of RGB colors in percentages

R + G + B =
172 + 231 + 234 = 637 (100%)
R 172 of 637 ~ 27%
G 231 of 637 ~ 36.26%
B 234 of 637 ~ 36.73%

%27
%36.26
%36.73

CMYK color model

#ACE7EA color CMYK value is (26,1,0,8).

  • cyan value is 26.50%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(26,1,0,8)
C26M1Y0K8 
(26%,1%,0%,8%)
(0.26/0.01/0.00/0.08)	

CMYK percentages

%26.5
%1.28
%0
%8.24

Codes

Color #ACE7EA in popluar color models

ACE7EA
RGB172231234
HSL183°59.62%79.61%
HSB/HSV183°26.50%91.76%
CMYK26.50%1.28%0.00%
8.24%

Color #ACE7EA in popluar number systems.

HEXACE7EA
Decimal172231234
Binary101011001110011111101010
Octal254347352

Shades and tints

Shades of #ACE7EA

#ACE7EA
(172,231,234)
#9DD2D5
(157,210,213)
#8EBDC0
(142,189,192)
#7FA8AB
(127,168,171)
#709396
(112,147,150)
#617E81
(97,126,129)
#52696C
(82,105,108)
#435457
(67,84,87)
#343F42
(52,63,66)
#252A2D
(37,42,45)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #ACE7EA

#ACE7EA
(172,231,234)
#B3E9EB
(179,233,235)
#BAEBEC
(186,235,236)
#C1EDED
(193,237,237)
#C8EFEE
(200,239,238)
#CFF1EF
(207,241,239)
#D6F3F0
(214,243,240)
#DDF5F1
(221,245,241)
#E4F7F2
(228,247,242)
#EBF9F3
(235,249,243)
#F2FBF4
(242,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE7EA; }

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

This text font color is #ACE7EA.


Background Color

.myBgColor { background-color: #ACE7EA; }

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

This div background color is #ACE7EA.


Border color

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

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

This div border color is #ACE7EA.


Opacity

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

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

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

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

This text has shadow with #ACE7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE7EA on black background.


Color preview on white background

This text has color #ACE7EA on white background.



Black color preview on #ACE7EA background

This text has black color on #ACE7EA background.


White color preview on #ACE7EA background

This text has white color on #ACE7EA background.