COLOR #ACECEF

HEX: #ACECEF RGB: (172,236,239)

Color info

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

RGB color model

#ACECEF color RGB value is (172,236,239).

RGB: (172,236,239) (67%, 93%, 94%)

RGB channels and saturation

R 172 of 255 = 67%
G 236 of 255 = 93%
B 239 of 255 = 94%

172
236
239

R + G + B ~ 85%. #ACECEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 236 + 239 = 647 (100%)
R 172 of 647 ~ 26.58%
G 236 of 647 ~ 36.48%
B 239 of 647 ~ 36.94'%

%26.58
%36.48
%36.94

CMYK color model

#ACECEF color CMYK value is (28,1,0,6).

  • cyan value is 28.03%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (28,1,0,6)
C28M1Y0K6 (28%, 1%, 0%, 6%)
(0.28 / 0.01 / 0.00 / 0.06)

CMYK percentages

%28.03
%1.26
%0
%6.27

Codes

Color #ACECEF in popluar color models

AC EC EF
RGB 172 236 239
HSL 183° 67.68% 80.59%
HSB/HSV 183° 28.03% 93.73%
CMYK 28.03% 1.26% 0.00%
6.27%

Color #ACECEF in popluar number systems.

HEX AC EC EF
Decimal 172 236 239
Binary 10101100 11101100 11101111
Octal 254 354 357

Shades and tints

Shades of #ACECEF

#ACECEF
(172,236,239)
#9DD7DA
(157,215,218)
#8EC2C5
(142,194,197)
#7FADB0
(127,173,176)
#70989B
(112,152,155)
#618386
(97,131,134)
#526E71
(82,110,113)
#43595C
(67,89,92)
#344447
(52,68,71)
#252F32
(37,47,50)
#161A1D
(22,26,29)
#000000
(0,0,0)

Tints of #ACECEF

#ACECEF
(172,236,239)
#B3EDF0
(179,237,240)
#BAEEF1
(186,238,241)
#C1EFF2
(193,239,242)
#C8F0F3
(200,240,243)
#CFF1F4
(207,241,244)
#D6F2F5
(214,242,245)
#DDF3F6
(221,243,246)
#E4F4F7
(228,244,247)
#EBF5F8
(235,245,248)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACECEF; }

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

This text font color is #ACECEF.

Background Color

.myBgColor { background-color: #ACECEF; }

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

This div background color is #ACECEF.

Border color

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

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

This div border color is #ACECEF.

Opacity

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

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

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

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

This text has shadow with #ACECEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACECEF.

Preview

Color preview on black background

This text has color #ACECEF on black background.


Color preview on white background

This text has color #ACECEF on white background.


Black color preview on #ACECEF background

This text has black color on #ACECEF background.


White color preview on #ACECEF background

This text has white color on #ACECEF background.


Related colors

Complementary color

Complementary color for #hex is #531310.


I love getcolorcode.com

Triadic colors

1 #EFACEC and #ECEFAC with #ACECEF are triadic colors.

2 #EFECAC and #ECACEF with #ACECEF are triadic colors.