COLOR #ACF3CE

HEX: #ACF3CE
RGB: (172,243,206)

Color info

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

RGB color model

#ACF3CE color RGB value is (172,243,206).

  • red value is 172;
  • green value is 243;
  • blue value is 206.
RGB:
(172,243,206)
(67%,95%,81%)

RGB channels and saturation

R 172 of 255 = 67%
G 243 of 255 = 95%
B 206 of 255 = 81%

172
243
206

R + G + B ~ 81%. #ACF3CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 243 + 206 = 621 (100%)
R 172 of 621 ~ 27.7%
G 243 of 621 ~ 39.13%
B 206 of 621 ~ 33.17%

%27.7
%39.13
%33.17

CMYK color model

#ACF3CE color CMYK value is (29,0,15,5).

  • cyan value is 29.22%
  • magenta value is 0.00%
  • yellow value is 15.23%
  • key color value is 4.71%
CMYK:
(29,0,15,5)
C29M0Y15K5 
(29%,0%,15%,5%)
(0.29/0.00/0.15/0.05)	

CMYK percentages

%29.22
%0
%15.23
%4.71

Codes

Color #ACF3CE in popluar color models

ACF3CE
RGB172243206
HSL149°74.74%81.37%
HSB/HSV149°29.22%95.29%
CMYK29.22%0.00%15.23%
4.71%

Color #ACF3CE in popluar number systems.

HEXACF3CE
Decimal172243206
Binary101011001111001111001110
Octal254363316

Shades and tints

Shades of #ACF3CE

#ACF3CE
(172,243,206)
#9DDDBC
(157,221,188)
#8EC7AA
(142,199,170)
#7FB198
(127,177,152)
#709B86
(112,155,134)
#618574
(97,133,116)
#526F62
(82,111,98)
#435950
(67,89,80)
#34433E
(52,67,62)
#252D2C
(37,45,44)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #ACF3CE

#ACF3CE
(172,243,206)
#B3F4D2
(179,244,210)
#BAF5D6
(186,245,214)
#C1F6DA
(193,246,218)
#C8F7DE
(200,247,222)
#CFF8E2
(207,248,226)
#D6F9E6
(214,249,230)
#DDFAEA
(221,250,234)
#E4FBEE
(228,251,238)
#EBFCF2
(235,252,242)
#F2FDF6
(242,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF3CE color. Also use rgb(172,243,206) instead hex code.

Text Font Color

.myTextColor { color: #ACF3CE; }

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

This text font color is #ACF3CE.


Background Color

.myBgColor { background-color: #ACF3CE; }

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

This div background color is #ACF3CE.


Border color

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

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

This div border color is #ACF3CE.


Opacity

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

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

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

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

This text has shadow with #ACF3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF3CE on black background.


Color preview on white background

This text has color #ACF3CE on white background.



Black color preview on #ACF3CE background

This text has black color on #ACF3CE background.


White color preview on #ACF3CE background

This text has white color on #ACF3CE background.