COLOR #ACF9D7

HEX: #ACF9D7
RGB: (172,249,215)

Color info

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

RGB color model

#ACF9D7 color RGB value is (172,249,215).

  • red value is 172;
  • green value is 249;
  • blue value is 215.
RGB:
(172,249,215)
(67%,98%,84%)

RGB channels and saturation

R 172 of 255 = 67%
G 249 of 255 = 98%
B 215 of 255 = 84%

172
249
215

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

Portions of RGB colors in percentages

R + G + B =
172 + 249 + 215 = 636 (100%)
R 172 of 636 ~ 27.04%
G 249 of 636 ~ 39.15%
B 215 of 636 ~ 33.81%

%27.04
%39.15
%33.81

CMYK color model

#ACF9D7 color CMYK value is (31,0,14,2).

  • cyan value is 30.92%
  • magenta value is 0.00%
  • yellow value is 13.65%
  • key color value is 2.35%
CMYK:
(31,0,14,2)
C31M0Y14K2 
(31%,0%,14%,2%)
(0.31/0.00/0.14/0.02)	

CMYK percentages

%30.92
%0
%13.65
%2.35

Codes

Color #ACF9D7 in popluar color models

ACF9D7
RGB172249215
HSL154°86.52%82.55%
HSB/HSV154°30.92%97.65%
CMYK30.92%0.00%13.65%
2.35%

Color #ACF9D7 in popluar number systems.

HEXACF9D7
Decimal172249215
Binary101011001111100111010111
Octal254371327

Shades and tints

Shades of #ACF9D7

#ACF9D7
(172,249,215)
#9DE3C4
(157,227,196)
#8ECDB1
(142,205,177)
#7FB79E
(127,183,158)
#70A18B
(112,161,139)
#618B78
(97,139,120)
#527565
(82,117,101)
#435F52
(67,95,82)
#34493F
(52,73,63)
#25332C
(37,51,44)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #ACF9D7

#ACF9D7
(172,249,215)
#B3F9DA
(179,249,218)
#BAF9DD
(186,249,221)
#C1F9E0
(193,249,224)
#C8F9E3
(200,249,227)
#CFF9E6
(207,249,230)
#D6F9E9
(214,249,233)
#DDF9EC
(221,249,236)
#E4F9EF
(228,249,239)
#EBF9F2
(235,249,242)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF9D7 color. Also use rgb(172,249,215) instead hex code.

Text Font Color

.myTextColor { color: #ACF9D7; }

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

This text font color is #ACF9D7.


Background Color

.myBgColor { background-color: #ACF9D7; }

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

This div background color is #ACF9D7.


Border color

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

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

This div border color is #ACF9D7.


Opacity

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

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

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

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

This text has shadow with #ACF9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF9D7 on black background.


Color preview on white background

This text has color #ACF9D7 on white background.



Black color preview on #ACF9D7 background

This text has black color on #ACF9D7 background.


White color preview on #ACF9D7 background

This text has white color on #ACF9D7 background.