COLOR #ACF5CE

HEX: #ACF5CE RGB: (172,245,206)

Color info

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

RGB color model

#ACF5CE color RGB value is (172,245,206).

RGB: (172,245,206) (67%, 96%, 81%)

RGB channels and saturation

R 172 of 255 = 67%
G 245 of 255 = 96%
B 206 of 255 = 81%

172
245
206

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

Portions of RGB colors in percentages

R + G + B = 172 + 245 + 206 = 623 (100%)
R 172 of 623 ~ 27.61%
G 245 of 623 ~ 39.33%
B 206 of 623 ~ 33.07'%

%27.61
%39.33
%33.07

CMYK color model

#ACF5CE color CMYK value is (30,0,16,4).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 15.92%
  • key color value is 3.92%

CMYK: (30,0,16,4)
C30M0Y16K4 (30%, 0%, 16%, 4%)
(0.30 / 0.00 / 0.16 / 0.04)

CMYK percentages

%29.8
%0
%15.92
%3.92

Codes

Color #ACF5CE in popluar color models

AC F5 CE
RGB 172 245 206
HSL 148° 78.49% 81.76%
HSB/HSV 148° 29.80% 96.08%
CMYK 29.80% 0.00% 15.92%
3.92%

Color #ACF5CE in popluar number systems.

HEX AC F5 CE
Decimal 172 245 206
Binary 10101100 11110101 11001110
Octal 254 365 316

Shades and tints

Shades of #ACF5CE

#ACF5CE
(172,245,206)
#9DDFBC
(157,223,188)
#8EC9AA
(142,201,170)
#7FB398
(127,179,152)
#709D86
(112,157,134)
#618774
(97,135,116)
#527162
(82,113,98)
#435B50
(67,91,80)
#34453E
(52,69,62)
#252F2C
(37,47,44)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #ACF5CE

#ACF5CE
(172,245,206)
#B3F5D2
(179,245,210)
#BAF5D6
(186,245,214)
#C1F5DA
(193,245,218)
#C8F5DE
(200,245,222)
#CFF5E2
(207,245,226)
#D6F5E6
(214,245,230)
#DDF5EA
(221,245,234)
#E4F5EE
(228,245,238)
#EBF5F2
(235,245,242)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF5CE; }

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

This text font color is #ACF5CE.

Background Color

.myBgColor { background-color: #ACF5CE; }

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

This div background color is #ACF5CE.

Border color

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

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

This div border color is #ACF5CE.

Opacity

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

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

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

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

This text has shadow with #ACF5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACF5CE.

Preview

Color preview on black background

This text has color #ACF5CE on black background.


Color preview on white background

This text has color #ACF5CE on white background.


Black color preview on #ACF5CE background

This text has black color on #ACF5CE background.


White color preview on #ACF5CE background

This text has white color on #ACF5CE background.


Related colors

Complementary color

Complementary color for #hex is #530A31.


I love getcolorcode.com

Triadic colors

1 #CEACF5 and #F5CEAC with #ACF5CE are triadic colors.

2 #CEF5AC and #F5ACCE with #ACF5CE are triadic colors.