COLOR #ACF9CD

HEX: #ACF9CD
RGB: (172,249,205)

Color info

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

RGB color model

#ACF9CD color RGB value is (172,249,205).

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

RGB channels and saturation

R 172 of 255 = 67%
G 249 of 255 = 98%
B 205 of 255 = 80%

172
249
205

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

Portions of RGB colors in percentages

R + G + B =
172 + 249 + 205 = 626 (100%)
R 172 of 626 ~ 27.48%
G 249 of 626 ~ 39.78%
B 205 of 626 ~ 32.75%

%27.48
%39.78
%32.75

CMYK color model

#ACF9CD color CMYK value is (31,0,18,2).

  • cyan value is 30.92%
  • magenta value is 0.00%
  • yellow value is 17.67%
  • key color value is 2.35%
CMYK:
(31,0,18,2)
C31M0Y18K2 
(31%,0%,18%,2%)
(0.31/0.00/0.18/0.02)	

CMYK percentages

%30.92
%0
%17.67
%2.35

Codes

Color #ACF9CD in popluar color models

ACF9CD
RGB172249205
HSL146°86.52%82.55%
HSB/HSV146°30.92%97.65%
CMYK30.92%0.00%17.67%
2.35%

Color #ACF9CD in popluar number systems.

HEXACF9CD
Decimal172249205
Binary101011001111100111001101
Octal254371315

Shades and tints

Shades of #ACF9CD

#ACF9CD
(172,249,205)
#9DE3BB
(157,227,187)
#8ECDA9
(142,205,169)
#7FB797
(127,183,151)
#70A185
(112,161,133)
#618B73
(97,139,115)
#527561
(82,117,97)
#435F4F
(67,95,79)
#34493D
(52,73,61)
#25332B
(37,51,43)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #ACF9CD

#ACF9CD
(172,249,205)
#B3F9D1
(179,249,209)
#BAF9D5
(186,249,213)
#C1F9D9
(193,249,217)
#C8F9DD
(200,249,221)
#CFF9E1
(207,249,225)
#D6F9E5
(214,249,229)
#DDF9E9
(221,249,233)
#E4F9ED
(228,249,237)
#EBF9F1
(235,249,241)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF9CD; }

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

This text font color is #ACF9CD.


Background Color

.myBgColor { background-color: #ACF9CD; }

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

This div background color is #ACF9CD.


Border color

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

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

This div border color is #ACF9CD.


Opacity

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

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

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

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

This text has shadow with #ACF9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF9CD on black background.


Color preview on white background

This text has color #ACF9CD on white background.



Black color preview on #ACF9CD background

This text has black color on #ACF9CD background.


White color preview on #ACF9CD background

This text has white color on #ACF9CD background.