COLOR #ACF7EA

HEX: #ACF7EA
RGB: (172,247,234)

Color info

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

RGB color model

#ACF7EA color RGB value is (172,247,234).

  • red value is 172;
  • green value is 247;
  • blue value is 234.
RGB:
(172,247,234)
(67%,97%,92%)

RGB channels and saturation

R 172 of 255 = 67%
G 247 of 255 = 97%
B 234 of 255 = 92%

172
247
234

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

Portions of RGB colors in percentages

R + G + B =
172 + 247 + 234 = 653 (100%)
R 172 of 653 ~ 26.34%
G 247 of 653 ~ 37.83%
B 234 of 653 ~ 35.83%

%26.34
%37.83
%35.83

CMYK color model

#ACF7EA color CMYK value is (30,0,5,3).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 3.14%
CMYK:
(30,0,5,3)
C30M0Y5K3 
(30%,0%,5%,3%)
(0.30/0.00/0.05/0.03)	

CMYK percentages

%30.36
%0
%5.26
%3.14

Codes

Color #ACF7EA in popluar color models

ACF7EA
RGB172247234
HSL170°82.42%82.16%
HSB/HSV170°30.36%96.86%
CMYK30.36%0.00%5.26%
3.14%

Color #ACF7EA in popluar number systems.

HEXACF7EA
Decimal172247234
Binary101011001111011111101010
Octal254367352

Shades and tints

Shades of #ACF7EA

#ACF7EA
(172,247,234)
#9DE1D5
(157,225,213)
#8ECBC0
(142,203,192)
#7FB5AB
(127,181,171)
#709F96
(112,159,150)
#618981
(97,137,129)
#52736C
(82,115,108)
#435D57
(67,93,87)
#344742
(52,71,66)
#25312D
(37,49,45)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #ACF7EA

#ACF7EA
(172,247,234)
#B3F7EB
(179,247,235)
#BAF7EC
(186,247,236)
#C1F7ED
(193,247,237)
#C8F7EE
(200,247,238)
#CFF7EF
(207,247,239)
#D6F7F0
(214,247,240)
#DDF7F1
(221,247,241)
#E4F7F2
(228,247,242)
#EBF7F3
(235,247,243)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF7EA; }

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

This text font color is #ACF7EA.


Background Color

.myBgColor { background-color: #ACF7EA; }

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

This div background color is #ACF7EA.


Border color

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

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

This div border color is #ACF7EA.


Opacity

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

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

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

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

This text has shadow with #ACF7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF7EA on black background.


Color preview on white background

This text has color #ACF7EA on white background.



Black color preview on #ACF7EA background

This text has black color on #ACF7EA background.


White color preview on #ACF7EA background

This text has white color on #ACF7EA background.