COLOR #ACF5D9

HEX: #ACF5D9
RGB: (172,245,217)

Color info

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

RGB color model

#ACF5D9 color RGB value is (172,245,217).

  • red value is 172;
  • green value is 245;
  • blue value is 217.
RGB: (172,245,217) (67%,96%,85%)

RGB channels and saturation

R 172 of 255 = 67%
G 245 of 255 = 96%
B 217 of 255 = 85%

172
245
217

R + G + B ~ 83%. #ACF5D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 245 + 217 = 634 (100%)
R 172 of 634 ~ 27.13%
G 245 of 634 ~ 38.64%
B 217 of 634 ~ 34.23%

%27.13
%38.64
%34.23

CMYK color model

#ACF5D9 color CMYK value is (30,0,11,4).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 3.92%
CMYK: (30,0,11,4) C30M0Y11K4 (30%,0%,11%,4%) (0.30/0.00/0.11/0.04)

CMYK percentages

%29.8
%0
%11.43
%3.92

Codes

Color #ACF5D9 in popluar color models

ACF5D9
RGB172245217
HSL157°78.49%81.76%
HSB/HSV157°29.80%96.08%
CMYK29.80%0.00%11.43%
3.92%

Color #ACF5D9 in popluar number systems.

HEXACF5D9
Decimal172245217
Binary101011001111010111011001
Octal254365331

Shades and tints

Shades of #ACF5D9

#ACF5D9
(172,245,217)
#9DDFC6
(157,223,198)
#8EC9B3
(142,201,179)
#7FB3A0
(127,179,160)
#709D8D
(112,157,141)
#61877A
(97,135,122)
#527167
(82,113,103)
#435B54
(67,91,84)
#344541
(52,69,65)
#252F2E
(37,47,46)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #ACF5D9

#ACF5D9
(172,245,217)
#B3F5DC
(179,245,220)
#BAF5DF
(186,245,223)
#C1F5E2
(193,245,226)
#C8F5E5
(200,245,229)
#CFF5E8
(207,245,232)
#D6F5EB
(214,245,235)
#DDF5EE
(221,245,238)
#E4F5F1
(228,245,241)
#EBF5F4
(235,245,244)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF5D9 color. Also use rgb(172,245,217) instead hex code.

Text Font Color

.myTextColor { color: #ACF5D9; }

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

This text font color is #ACF5D9.


Background Color

.myBgColor { background-color: #ACF5D9; }

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

This div background color is #ACF5D9.


Border color

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

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

This div border color is #ACF5D9.


Opacity

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

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

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

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

This text has shadow with #ACF5D9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ACF5D9 on black background.


Color preview on white background

This text has color #ACF5D9 on white background.



Black color preview on #ACF5D9 background

This text has black color on #ACF5D9 background.


White color preview on #ACF5D9 background

This text has white color on #ACF5D9 background.