COLOR #ACEFC7

HEX: #ACEFC7 RGB: (172,239,199)

Color info

#ACEFC7 contains mainly green and blue colors. Web safe color of #ACEFC7 is #99FFCC (or #9FC).

RGB color model

#ACEFC7 color RGB value is (172,239,199).

RGB: (172,239,199) (67%, 94%, 78%)

RGB channels and saturation

R 172 of 255 = 67%
G 239 of 255 = 94%
B 199 of 255 = 78%

172
239
199

R + G + B ~ 80%. #ACEFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 239 + 199 = 610 (100%)
R 172 of 610 ~ 28.2%
G 239 of 610 ~ 39.18%
B 199 of 610 ~ 32.62'%

%28.2
%39.18
%32.62

CMYK color model

#ACEFC7 color CMYK value is (28,0,17,6).

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

CMYK: (28,0,17,6)
C28M0Y17K6 (28%, 0%, 17%, 6%)
(0.28 / 0.00 / 0.17 / 0.06)

CMYK percentages

%28.03
%0
%16.74
%6.27

Codes

Color #ACEFC7 in popluar color models

AC EF C7
RGB 172 239 199
HSL 144° 67.68% 80.59%
HSB/HSV 144° 28.03% 93.73%
CMYK 28.03% 0.00% 16.74%
6.27%

Color #ACEFC7 in popluar number systems.

HEX AC EF C7
Decimal 172 239 199
Binary 10101100 11101111 11000111
Octal 254 357 307

Shades and tints

Shades of #ACEFC7

#ACEFC7
(172,239,199)
#9DDAB5
(157,218,181)
#8EC5A3
(142,197,163)
#7FB091
(127,176,145)
#709B7F
(112,155,127)
#61866D
(97,134,109)
#52715B
(82,113,91)
#435C49
(67,92,73)
#344737
(52,71,55)
#253225
(37,50,37)
#161D13
(22,29,19)
#000000
(0,0,0)

Tints of #ACEFC7

#ACEFC7
(172,239,199)
#B3F0CC
(179,240,204)
#BAF1D1
(186,241,209)
#C1F2D6
(193,242,214)
#C8F3DB
(200,243,219)
#CFF4E0
(207,244,224)
#D6F5E5
(214,245,229)
#DDF6EA
(221,246,234)
#E4F7EF
(228,247,239)
#EBF8F4
(235,248,244)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEFC7; }

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

This text font color is #ACEFC7.

Background Color

.myBgColor { background-color: #ACEFC7; }

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

This div background color is #ACEFC7.

Border color

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

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

This div border color is #ACEFC7.

Opacity

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

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

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

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

This text has shadow with #ACEFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACEFC7.

Preview

Color preview on black background

This text has color #ACEFC7 on black background.


Color preview on white background

This text has color #ACEFC7 on white background.


Black color preview on #ACEFC7 background

This text has black color on #ACEFC7 background.


White color preview on #ACEFC7 background

This text has white color on #ACEFC7 background.


Related colors

Complementary color

Complementary color for #hex is #531038.


I love getcolorcode.com

Triadic colors

1 #C7ACEF and #EFC7AC with #ACEFC7 are triadic colors.

2 #C7EFAC and #EFACC7 with #ACEFC7 are triadic colors.