COLOR #ACD8E6

HEX: #ACD8E6
RGB: (172,216,230)

Color info

#ACD8E6 contains red, green and blue colors in about the same proportion. Web safe color of #ACD8E6 is #99CCCC (or #9CC).

RGB color model

#ACD8E6 color RGB value is (172,216,230).

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

RGB channels and saturation

R 172 of 255 = 67%
G 216 of 255 = 85%
B 230 of 255 = 90%

172
216
230

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

Portions of RGB colors in percentages

R + G + B =
172 + 216 + 230 = 618 (100%)
R 172 of 618 ~ 27.83%
G 216 of 618 ~ 34.95%
B 230 of 618 ~ 37.22%

%27.83
%34.95
%37.22

CMYK color model

#ACD8E6 color CMYK value is (25,6,0,10).

  • cyan value is 25.22%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(25,6,0,10)
C25M6Y0K10 
(25%,6%,0%,10%)
(0.25/0.06/0.00/0.10)	

CMYK percentages

%25.22
%6.09
%0
%9.8

Codes

Color #ACD8E6 in popluar color models

ACD8E6
RGB172216230
HSL194°53.70%78.82%
HSB/HSV194°25.22%90.20%
CMYK25.22%6.09%0.00%
9.80%

Color #ACD8E6 in popluar number systems.

HEXACD8E6
Decimal172216230
Binary101011001101100011100110
Octal254330346

Shades and tints

Shades of #ACD8E6

#ACD8E6
(172,216,230)
#9DC5D2
(157,197,210)
#8EB2BE
(142,178,190)
#7F9FAA
(127,159,170)
#708C96
(112,140,150)
#617982
(97,121,130)
#52666E
(82,102,110)
#43535A
(67,83,90)
#344046
(52,64,70)
#252D32
(37,45,50)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #ACD8E6

#ACD8E6
(172,216,230)
#B3DBE8
(179,219,232)
#BADEEA
(186,222,234)
#C1E1EC
(193,225,236)
#C8E4EE
(200,228,238)
#CFE7F0
(207,231,240)
#D6EAF2
(214,234,242)
#DDEDF4
(221,237,244)
#E4F0F6
(228,240,246)
#EBF3F8
(235,243,248)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD8E6; }

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

This text font color is #ACD8E6.


Background Color

.myBgColor { background-color: #ACD8E6; }

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

This div background color is #ACD8E6.


Border color

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

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

This div border color is #ACD8E6.


Opacity

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

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

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

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

This text has shadow with #ACD8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD8E6 on black background.


Color preview on white background

This text has color #ACD8E6 on white background.



Black color preview on #ACD8E6 background

This text has black color on #ACD8E6 background.


White color preview on #ACD8E6 background

This text has white color on #ACD8E6 background.