COLOR #ACD0F8

HEX: #ACD0F8
RGB: (172,208,248)

Color info

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

RGB color model

#ACD0F8 color RGB value is (172,208,248).

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

RGB channels and saturation

R 172 of 255 = 67%
G 208 of 255 = 82%
B 248 of 255 = 97%

172
208
248

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

Portions of RGB colors in percentages

R + G + B =
172 + 208 + 248 = 628 (100%)
R 172 of 628 ~ 27.39%
G 208 of 628 ~ 33.12%
B 248 of 628 ~ 39.49%

%27.39
%33.12
%39.49

CMYK color model

#ACD0F8 color CMYK value is (31,16,0,3).

  • cyan value is 30.65%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(31,16,0,3)
C31M16Y0K3 
(31%,16%,0%,3%)
(0.31/0.16/0.00/0.03)	

CMYK percentages

%30.65
%16.13
%0
%2.75

Codes

Color #ACD0F8 in popluar color models

ACD0F8
RGB172208248
HSL212°84.44%82.35%
HSB/HSV212°30.65%97.25%
CMYK30.65%16.13%0.00%
2.75%

Color #ACD0F8 in popluar number systems.

HEXACD0F8
Decimal172208248
Binary101011001101000011111000
Octal254320370

Shades and tints

Shades of #ACD0F8

#ACD0F8
(172,208,248)
#9DBEE2
(157,190,226)
#8EACCC
(142,172,204)
#7F9AB6
(127,154,182)
#7088A0
(112,136,160)
#61768A
(97,118,138)
#526474
(82,100,116)
#43525E
(67,82,94)
#344048
(52,64,72)
#252E32
(37,46,50)
#161C1C
(22,28,28)
#000000
(0,0,0)

Tints of #ACD0F8

#ACD0F8
(172,208,248)
#B3D4F8
(179,212,248)
#BAD8F8
(186,216,248)
#C1DCF8
(193,220,248)
#C8E0F8
(200,224,248)
#CFE4F8
(207,228,248)
#D6E8F8
(214,232,248)
#DDECF8
(221,236,248)
#E4F0F8
(228,240,248)
#EBF4F8
(235,244,248)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD0F8; }

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

This text font color is #ACD0F8.


Background Color

.myBgColor { background-color: #ACD0F8; }

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

This div background color is #ACD0F8.


Border color

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

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

This div border color is #ACD0F8.


Opacity

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

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

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

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

This text has shadow with #ACD0F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD0F8 on black background.


Color preview on white background

This text has color #ACD0F8 on white background.



Black color preview on #ACD0F8 background

This text has black color on #ACD0F8 background.


White color preview on #ACD0F8 background

This text has white color on #ACD0F8 background.