COLOR #ACF8DD

HEX: #ACF8DD RGB: (172,248,221)

Color info

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

RGB color model

#ACF8DD color RGB value is (172,248,221).

RGB: (172,248,221) (67%, 97%, 87%)

RGB channels and saturation

R 172 of 255 = 67%
G 248 of 255 = 97%
B 221 of 255 = 87%

172
248
221

R + G + B ~ 84%. #ACF8DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 248 + 221 = 641 (100%)
R 172 of 641 ~ 26.83%
G 248 of 641 ~ 38.69%
B 221 of 641 ~ 34.48'%

%26.83
%38.69
%34.48

CMYK color model

#ACF8DD color CMYK value is (31,0,11,3).

  • cyan value is 30.65%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 2.75%

CMYK: (31,0,11,3)
C31M0Y11K3 (31%, 0%, 11%, 3%)
(0.31 / 0.00 / 0.11 / 0.03)

CMYK percentages

%30.65
%0
%10.89
%2.75

Codes

Color #ACF8DD in popluar color models

AC F8 DD
RGB 172 248 221
HSL 159° 84.44% 82.35%
HSB/HSV 159° 30.65% 97.25%
CMYK 30.65% 0.00% 10.89%
2.75%

Color #ACF8DD in popluar number systems.

HEX AC F8 DD
Decimal 172 248 221
Binary 10101100 11111000 11011101
Octal 254 370 335

Shades and tints

Shades of #ACF8DD

#ACF8DD
(172,248,221)
#9DE2C9
(157,226,201)
#8ECCB5
(142,204,181)
#7FB6A1
(127,182,161)
#70A08D
(112,160,141)
#618A79
(97,138,121)
#527465
(82,116,101)
#435E51
(67,94,81)
#34483D
(52,72,61)
#253229
(37,50,41)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #ACF8DD

#ACF8DD
(172,248,221)
#B3F8E0
(179,248,224)
#BAF8E3
(186,248,227)
#C1F8E6
(193,248,230)
#C8F8E9
(200,248,233)
#CFF8EC
(207,248,236)
#D6F8EF
(214,248,239)
#DDF8F2
(221,248,242)
#E4F8F5
(228,248,245)
#EBF8F8
(235,248,248)
#F2F8FB
(242,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF8DD color. Also use rgb(172,248,221) instead hex code.

Text Font Color

.myTextColor { color: #ACF8DD; }

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

This text font color is #ACF8DD.

Background Color

.myBgColor { background-color: #ACF8DD; }

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

This div background color is #ACF8DD.

Border color

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

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

This div border color is #ACF8DD.

Opacity

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

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

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

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

This text has shadow with #ACF8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACF8DD.

Preview

Color preview on black background

This text has color #ACF8DD on black background.


Color preview on white background

This text has color #ACF8DD on white background.


Black color preview on #ACF8DD background

This text has black color on #ACF8DD background.


White color preview on #ACF8DD background

This text has white color on #ACF8DD background.


Related colors

Complementary color

Complementary color for #hex is #530722.


I love getcolorcode.com

Triadic colors

1 #DDACF8 and #F8DDAC with #ACF8DD are triadic colors.

2 #DDF8AC and #F8ACDD with #ACF8DD are triadic colors.