COLOR #ACF6E4

HEX: #ACF6E4
RGB: (172,246,228)

Color info

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

RGB color model

#ACF6E4 color RGB value is (172,246,228).

  • red value is 172;
  • green value is 246;
  • blue value is 228.
RGB:
(172,246,228)
(67%,96%,89%)

RGB channels and saturation

R 172 of 255 = 67%
G 246 of 255 = 96%
B 228 of 255 = 89%

172
246
228

R + G + B ~ 84%. #ACF6E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 246 + 228 = 646 (100%)
R 172 of 646 ~ 26.63%
G 246 of 646 ~ 38.08%
B 228 of 646 ~ 35.29%

%26.63
%38.08
%35.29

CMYK color model

#ACF6E4 color CMYK value is (30,0,7,4).

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 3.53%
CMYK:
(30,0,7,4)
C30M0Y7K4 
(30%,0%,7%,4%)
(0.30/0.00/0.07/0.04)	

CMYK percentages

%30.08
%0
%7.32
%3.53

Codes

Color #ACF6E4 in popluar color models

ACF6E4
RGB172246228
HSL165°80.43%81.96%
HSB/HSV165°30.08%96.47%
CMYK30.08%0.00%7.32%
3.53%

Color #ACF6E4 in popluar number systems.

HEXACF6E4
Decimal172246228
Binary101011001111011011100100
Octal254366344

Shades and tints

Shades of #ACF6E4

#ACF6E4
(172,246,228)
#9DE0D0
(157,224,208)
#8ECABC
(142,202,188)
#7FB4A8
(127,180,168)
#709E94
(112,158,148)
#618880
(97,136,128)
#52726C
(82,114,108)
#435C58
(67,92,88)
#344644
(52,70,68)
#253030
(37,48,48)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #ACF6E4

#ACF6E4
(172,246,228)
#B3F6E6
(179,246,230)
#BAF6E8
(186,246,232)
#C1F6EA
(193,246,234)
#C8F6EC
(200,246,236)
#CFF6EE
(207,246,238)
#D6F6F0
(214,246,240)
#DDF6F2
(221,246,242)
#E4F6F4
(228,246,244)
#EBF6F6
(235,246,246)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF6E4 color. Also use rgb(172,246,228) instead hex code.

Text Font Color

.myTextColor { color: #ACF6E4; }

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

This text font color is #ACF6E4.


Background Color

.myBgColor { background-color: #ACF6E4; }

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

This div background color is #ACF6E4.


Border color

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

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

This div border color is #ACF6E4.


Opacity

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

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

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

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

This text has shadow with #ACF6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF6E4 on black background.


Color preview on white background

This text has color #ACF6E4 on white background.



Black color preview on #ACF6E4 background

This text has black color on #ACF6E4 background.


White color preview on #ACF6E4 background

This text has white color on #ACF6E4 background.