COLOR #ACD3E8

HEX: #ACD3E8
RGB: (172,211,232)

Color info

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

RGB color model

#ACD3E8 color RGB value is (172,211,232).

  • red value is 172;
  • green value is 211;
  • blue value is 232.
RGB:
(172,211,232)
(67%,83%,91%)

RGB channels and saturation

R 172 of 255 = 67%
G 211 of 255 = 83%
B 232 of 255 = 91%

172
211
232

R + G + B ~ 80%. #ACD3E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 211 + 232 = 615 (100%)
R 172 of 615 ~ 27.97%
G 211 of 615 ~ 34.31%
B 232 of 615 ~ 37.72%

%27.97
%34.31
%37.72

CMYK color model

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

  • cyan value is 25.86%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(26,9,0,9)
C26M9Y0K9 
(26%,9%,0%,9%)
(0.26/0.09/0.00/0.09)	

CMYK percentages

%25.86
%9.05
%0
%9.02

Codes

Color #ACD3E8 in popluar color models

ACD3E8
RGB172211232
HSL201°56.60%79.22%
HSB/HSV201°25.86%90.98%
CMYK25.86%9.05%0.00%
9.02%

Color #ACD3E8 in popluar number systems.

HEXACD3E8
Decimal172211232
Binary101011001101001111101000
Octal254323350

Shades and tints

Shades of #ACD3E8

#ACD3E8
(172,211,232)
#9DC0D3
(157,192,211)
#8EADBE
(142,173,190)
#7F9AA9
(127,154,169)
#708794
(112,135,148)
#61747F
(97,116,127)
#52616A
(82,97,106)
#434E55
(67,78,85)
#343B40
(52,59,64)
#25282B
(37,40,43)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #ACD3E8

#ACD3E8
(172,211,232)
#B3D7EA
(179,215,234)
#BADBEC
(186,219,236)
#C1DFEE
(193,223,238)
#C8E3F0
(200,227,240)
#CFE7F2
(207,231,242)
#D6EBF4
(214,235,244)
#DDEFF6
(221,239,246)
#E4F3F8
(228,243,248)
#EBF7FA
(235,247,250)
#F2FBFC
(242,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD3E8 color. Also use rgb(172,211,232) instead hex code.

Text Font Color

.myTextColor { color: #ACD3E8; }

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

This text font color is #ACD3E8.


Background Color

.myBgColor { background-color: #ACD3E8; }

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

This div background color is #ACD3E8.


Border color

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

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

This div border color is #ACD3E8.


Opacity

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

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

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

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

This text has shadow with #ACD3E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD3E8 on black background.


Color preview on white background

This text has color #ACD3E8 on white background.



Black color preview on #ACD3E8 background

This text has black color on #ACD3E8 background.


White color preview on #ACD3E8 background

This text has white color on #ACD3E8 background.