COLOR #ACDDF8

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

Color info

#ACDDF8 contains mainly green and blue colors. Web safe color of #ACDDF8 is #99CCFF (or #9CF).

RGB color model

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

  • red value is 172;
  • green value is 221;
  • blue value is 248.
RGB:
(172,221,248)
(67%,87%,97%)

RGB channels and saturation

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

172
221
248

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

Portions of RGB colors in percentages

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

%26.83
%34.48
%38.69

CMYK color model

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

  • cyan value is 30.65%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(31,11,0,3)
C31M11Y0K3 
(31%,11%,0%,3%)
(0.31/0.11/0.00/0.03)	

CMYK percentages

%30.65
%10.89
%0
%2.75

Codes

Color #ACDDF8 in popluar color models

ACDDF8
RGB172221248
HSL201°84.44%82.35%
HSB/HSV201°30.65%97.25%
CMYK30.65%10.89%0.00%
2.75%

Color #ACDDF8 in popluar number systems.

HEXACDDF8
Decimal172221248
Binary101011001101110111111000
Octal254335370

Shades and tints

Shades of #ACDDF8

#ACDDF8
(172,221,248)
#9DC9E2
(157,201,226)
#8EB5CC
(142,181,204)
#7FA1B6
(127,161,182)
#708DA0
(112,141,160)
#61798A
(97,121,138)
#526574
(82,101,116)
#43515E
(67,81,94)
#343D48
(52,61,72)
#252932
(37,41,50)
#16151C
(22,21,28)
#000000
(0,0,0)

Tints of #ACDDF8

#ACDDF8
(172,221,248)
#B3E0F8
(179,224,248)
#BAE3F8
(186,227,248)
#C1E6F8
(193,230,248)
#C8E9F8
(200,233,248)
#CFECF8
(207,236,248)
#D6EFF8
(214,239,248)
#DDF2F8
(221,242,248)
#E4F5F8
(228,245,248)
#EBF8F8
(235,248,248)
#F2FBF8
(242,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDDF8; }

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

This text font color is #ACDDF8.


Background Color

.myBgColor { background-color: #ACDDF8; }

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

This div background color is #ACDDF8.


Border color

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

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

This div border color is #ACDDF8.


Opacity

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

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

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

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

This text has shadow with #ACDDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDDF8 on black background.


Color preview on white background

This text has color #ACDDF8 on white background.



Black color preview on #ACDDF8 background

This text has black color on #ACDDF8 background.


White color preview on #ACDDF8 background

This text has white color on #ACDDF8 background.