COLOR #ACF0D8

HEX: #ACF0D8
RGB: (172,240,216)

Color info

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

RGB color model

#ACF0D8 color RGB value is (172,240,216).

  • red value is 172;
  • green value is 240;
  • blue value is 216.
RGB:
(172,240,216)
(67%,94%,85%)

RGB channels and saturation

R 172 of 255 = 67%
G 240 of 255 = 94%
B 216 of 255 = 85%

172
240
216

R + G + B ~ 82%. #ACF0D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 240 + 216 = 628 (100%)
R 172 of 628 ~ 27.39%
G 240 of 628 ~ 38.22%
B 216 of 628 ~ 34.39%

%27.39
%38.22
%34.39

CMYK color model

#ACF0D8 color CMYK value is (28,0,10,6).

  • cyan value is 28.33%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 5.88%
CMYK:
(28,0,10,6)
C28M0Y10K6 
(28%,0%,10%,6%)
(0.28/0.00/0.10/0.06)	

CMYK percentages

%28.33
%0
%10
%5.88

Codes

Color #ACF0D8 in popluar color models

ACF0D8
RGB172240216
HSL159°69.39%80.78%
HSB/HSV159°28.33%94.12%
CMYK28.33%0.00%10.00%
5.88%

Color #ACF0D8 in popluar number systems.

HEXACF0D8
Decimal172240216
Binary101011001111000011011000
Octal254360330

Shades and tints

Shades of #ACF0D8

#ACF0D8
(172,240,216)
#9DDBC5
(157,219,197)
#8EC6B2
(142,198,178)
#7FB19F
(127,177,159)
#709C8C
(112,156,140)
#618779
(97,135,121)
#527266
(82,114,102)
#435D53
(67,93,83)
#344840
(52,72,64)
#25332D
(37,51,45)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #ACF0D8

#ACF0D8
(172,240,216)
#B3F1DB
(179,241,219)
#BAF2DE
(186,242,222)
#C1F3E1
(193,243,225)
#C8F4E4
(200,244,228)
#CFF5E7
(207,245,231)
#D6F6EA
(214,246,234)
#DDF7ED
(221,247,237)
#E4F8F0
(228,248,240)
#EBF9F3
(235,249,243)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF0D8 color. Also use rgb(172,240,216) instead hex code.

Text Font Color

.myTextColor { color: #ACF0D8; }

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

This text font color is #ACF0D8.


Background Color

.myBgColor { background-color: #ACF0D8; }

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

This div background color is #ACF0D8.


Border color

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

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

This div border color is #ACF0D8.


Opacity

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

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

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

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

This text has shadow with #ACF0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF0D8 on black background.


Color preview on white background

This text has color #ACF0D8 on white background.



Black color preview on #ACF0D8 background

This text has black color on #ACF0D8 background.


White color preview on #ACF0D8 background

This text has white color on #ACF0D8 background.