COLOR #ACD8E9

HEX: #ACD8E9
RGB: (172,216,233)

Color info

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

RGB color model

#ACD8E9 color RGB value is (172,216,233).

  • red value is 172;
  • green value is 216;
  • blue value is 233.
RGB:
(172,216,233)
(67%,85%,91%)

RGB channels and saturation

R 172 of 255 = 67%
G 216 of 255 = 85%
B 233 of 255 = 91%

172
216
233

R + G + B ~ 81%. #ACD8E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 216 + 233 = 621 (100%)
R 172 of 621 ~ 27.7%
G 216 of 621 ~ 34.78%
B 233 of 621 ~ 37.52%

%27.7
%34.78
%37.52

CMYK color model

#ACD8E9 color CMYK value is (26,7,0,9).

  • cyan value is 26.18%
  • magenta value is 7.30%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(26,7,0,9)
C26M7Y0K9 
(26%,7%,0%,9%)
(0.26/0.07/0.00/0.09)	

CMYK percentages

%26.18
%7.3
%0
%8.63

Codes

Color #ACD8E9 in popluar color models

ACD8E9
RGB172216233
HSL197°58.10%79.41%
HSB/HSV197°26.18%91.37%
CMYK26.18%7.30%0.00%
8.63%

Color #ACD8E9 in popluar number systems.

HEXACD8E9
Decimal172216233
Binary101011001101100011101001
Octal254330351

Shades and tints

Shades of #ACD8E9

#ACD8E9
(172,216,233)
#9DC5D4
(157,197,212)
#8EB2BF
(142,178,191)
#7F9FAA
(127,159,170)
#708C95
(112,140,149)
#617980
(97,121,128)
#52666B
(82,102,107)
#435356
(67,83,86)
#344041
(52,64,65)
#252D2C
(37,45,44)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #ACD8E9

#ACD8E9
(172,216,233)
#B3DBEB
(179,219,235)
#BADEED
(186,222,237)
#C1E1EF
(193,225,239)
#C8E4F1
(200,228,241)
#CFE7F3
(207,231,243)
#D6EAF5
(214,234,245)
#DDEDF7
(221,237,247)
#E4F0F9
(228,240,249)
#EBF3FB
(235,243,251)
#F2F6FD
(242,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD8E9 color. Also use rgb(172,216,233) instead hex code.

Text Font Color

.myTextColor { color: #ACD8E9; }

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

This text font color is #ACD8E9.


Background Color

.myBgColor { background-color: #ACD8E9; }

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

This div background color is #ACD8E9.


Border color

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

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

This div border color is #ACD8E9.


Opacity

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

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

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

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

This text has shadow with #ACD8E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD8E9 on black background.


Color preview on white background

This text has color #ACD8E9 on white background.



Black color preview on #ACD8E9 background

This text has black color on #ACD8E9 background.


White color preview on #ACD8E9 background

This text has white color on #ACD8E9 background.