COLOR #ACE3EA

HEX: #ACE3EA RGB: (172,227,234)

Color info

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

RGB color model

#ACE3EA color RGB value is (172,227,234).

RGB: (172,227,234) (67%, 89%, 92%)

RGB channels and saturation

R 172 of 255 = 67%
G 227 of 255 = 89%
B 234 of 255 = 92%

172
227
234

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

Portions of RGB colors in percentages

R + G + B = 172 + 227 + 234 = 633 (100%)
R 172 of 633 ~ 27.17%
G 227 of 633 ~ 35.86%
B 234 of 633 ~ 36.97'%

%27.17
%35.86
%36.97

CMYK color model

#ACE3EA color CMYK value is (26,3,0,8).

  • cyan value is 26.50%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (26,3,0,8)
C26M3Y0K8 (26%, 3%, 0%, 8%)
(0.26 / 0.03 / 0.00 / 0.08)

CMYK percentages

%26.5
%2.99
%0
%8.24

Codes

Color #ACE3EA in popluar color models

AC E3 EA
RGB 172 227 234
HSL 187° 59.62% 79.61%
HSB/HSV 187° 26.50% 91.76%
CMYK 26.50% 2.99% 0.00%
8.24%

Color #ACE3EA in popluar number systems.

HEX AC E3 EA
Decimal 172 227 234
Binary 10101100 11100011 11101010
Octal 254 343 352

Shades and tints

Shades of #ACE3EA

#ACE3EA
(172,227,234)
#9DCFD5
(157,207,213)
#8EBBC0
(142,187,192)
#7FA7AB
(127,167,171)
#709396
(112,147,150)
#617F81
(97,127,129)
#526B6C
(82,107,108)
#435757
(67,87,87)
#344342
(52,67,66)
#252F2D
(37,47,45)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #ACE3EA

#ACE3EA
(172,227,234)
#B3E5EB
(179,229,235)
#BAE7EC
(186,231,236)
#C1E9ED
(193,233,237)
#C8EBEE
(200,235,238)
#CFEDEF
(207,237,239)
#D6EFF0
(214,239,240)
#DDF1F1
(221,241,241)
#E4F3F2
(228,243,242)
#EBF5F3
(235,245,243)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE3EA; }

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

This text font color is #ACE3EA.

Background Color

.myBgColor { background-color: #ACE3EA; }

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

This div background color is #ACE3EA.

Border color

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

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

This div border color is #ACE3EA.

Opacity

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

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

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

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

This text has shadow with #ACE3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE3EA.

Preview

Color preview on black background

This text has color #ACE3EA on black background.


Color preview on white background

This text has color #ACE3EA on white background.


Black color preview on #ACE3EA background

This text has black color on #ACE3EA background.


White color preview on #ACE3EA background

This text has white color on #ACE3EA background.


Related colors

Complementary color

Complementary color for #hex is #531C15.


I love getcolorcode.com

Triadic colors

1 #EAACE3 and #E3EAAC with #ACE3EA are triadic colors.

2 #EAE3AC and #E3ACEA with #ACE3EA are triadic colors.