COLOR #ACD0F7

HEX: #ACD0F7
RGB: (172,208,247)

Color info

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

RGB color model

#ACD0F7 color RGB value is (172,208,247).

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

RGB channels and saturation

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

172
208
247

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

Portions of RGB colors in percentages

R + G + B =
172 + 208 + 247 = 627 (100%)
R 172 of 627 ~ 27.43%
G 208 of 627 ~ 33.17%
B 247 of 627 ~ 39.39%

%27.43
%33.17
%39.39

CMYK color model

#ACD0F7 color CMYK value is (30,16,0,3).

  • cyan value is 30.36%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(30,16,0,3)
C30M16Y0K3 
(30%,16%,0%,3%)
(0.30/0.16/0.00/0.03)	

CMYK percentages

%30.36
%15.79
%0
%3.14

Codes

Color #ACD0F7 in popluar color models

ACD0F7
RGB172208247
HSL211°82.42%82.16%
HSB/HSV211°30.36%96.86%
CMYK30.36%15.79%0.00%
3.14%

Color #ACD0F7 in popluar number systems.

HEXACD0F7
Decimal172208247
Binary101011001101000011110111
Octal254320367

Shades and tints

Shades of #ACD0F7

#ACD0F7
(172,208,247)
#9DBEE1
(157,190,225)
#8EACCB
(142,172,203)
#7F9AB5
(127,154,181)
#70889F
(112,136,159)
#617689
(97,118,137)
#526473
(82,100,115)
#43525D
(67,82,93)
#344047
(52,64,71)
#252E31
(37,46,49)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #ACD0F7

#ACD0F7
(172,208,247)
#B3D4F7
(179,212,247)
#BAD8F7
(186,216,247)
#C1DCF7
(193,220,247)
#C8E0F7
(200,224,247)
#CFE4F7
(207,228,247)
#D6E8F7
(214,232,247)
#DDECF7
(221,236,247)
#E4F0F7
(228,240,247)
#EBF4F7
(235,244,247)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD0F7; }

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

This text font color is #ACD0F7.


Background Color

.myBgColor { background-color: #ACD0F7; }

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

This div background color is #ACD0F7.


Border color

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

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

This div border color is #ACD0F7.


Opacity

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

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

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

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

This text has shadow with #ACD0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD0F7 on black background.


Color preview on white background

This text has color #ACD0F7 on white background.



Black color preview on #ACD0F7 background

This text has black color on #ACD0F7 background.


White color preview on #ACD0F7 background

This text has white color on #ACD0F7 background.