COLOR #ACF4E3

HEX: #ACF4E3 RGB: (172,244,227)

Color info

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

RGB color model

#ACF4E3 color RGB value is (172,244,227).

RGB: (172,244,227) (67%, 96%, 89%)

RGB channels and saturation

R 172 of 255 = 67%
G 244 of 255 = 96%
B 227 of 255 = 89%

172
244
227

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

Portions of RGB colors in percentages

R + G + B = 172 + 244 + 227 = 643 (100%)
R 172 of 643 ~ 26.75%
G 244 of 643 ~ 37.95%
B 227 of 643 ~ 35.3'%

%26.75
%37.95
%35.3

CMYK color model

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

  • cyan value is 29.51%
  • magenta value is 0.00%
  • yellow value is 6.97%
  • key color value is 4.31%

CMYK: (30,0,7,4)
C30M0Y7K4 (30%, 0%, 7%, 4%)
(0.30 / 0.00 / 0.07 / 0.04)

CMYK percentages

%29.51
%0
%6.97
%4.31

Codes

Color #ACF4E3 in popluar color models

AC F4 E3
RGB 172 244 227
HSL 166° 76.60% 81.57%
HSB/HSV 166° 29.51% 95.69%
CMYK 29.51% 0.00% 6.97%
4.31%

Color #ACF4E3 in popluar number systems.

HEX AC F4 E3
Decimal 172 244 227
Binary 10101100 11110100 11100011
Octal 254 364 343

Shades and tints

Shades of #ACF4E3

#ACF4E3
(172,244,227)
#9DDECF
(157,222,207)
#8EC8BB
(142,200,187)
#7FB2A7
(127,178,167)
#709C93
(112,156,147)
#61867F
(97,134,127)
#52706B
(82,112,107)
#435A57
(67,90,87)
#344443
(52,68,67)
#252E2F
(37,46,47)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #ACF4E3

#ACF4E3
(172,244,227)
#B3F5E5
(179,245,229)
#BAF6E7
(186,246,231)
#C1F7E9
(193,247,233)
#C8F8EB
(200,248,235)
#CFF9ED
(207,249,237)
#D6FAEF
(214,250,239)
#DDFBF1
(221,251,241)
#E4FCF3
(228,252,243)
#EBFDF5
(235,253,245)
#F2FEF7
(242,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF4E3; }

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

This text font color is #ACF4E3.

Background Color

.myBgColor { background-color: #ACF4E3; }

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

This div background color is #ACF4E3.

Border color

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

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

This div border color is #ACF4E3.

Opacity

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

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

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

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

This text has shadow with #ACF4E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACF4E3.

Preview

Color preview on black background

This text has color #ACF4E3 on black background.


Color preview on white background

This text has color #ACF4E3 on white background.


Black color preview on #ACF4E3 background

This text has black color on #ACF4E3 background.


White color preview on #ACF4E3 background

This text has white color on #ACF4E3 background.


Related colors

Complementary color

Complementary color for #hex is #530B1C.


I love getcolorcode.com

Triadic colors

1 #E3ACF4 and #F4E3AC with #ACF4E3 are triadic colors.

2 #E3F4AC and #F4ACE3 with #ACF4E3 are triadic colors.