COLOR #ACD0E4

HEX: #ACD0E4
RGB: (172,208,228)

Color info

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

RGB color model

#ACD0E4 color RGB value is (172,208,228).

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

RGB channels and saturation

R 172 of 255 = 67%
G 208 of 255 = 82%
B 228 of 255 = 89%

172
208
228

R + G + B ~ 79%. #ACD0E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 208 + 228 = 608 (100%)
R 172 of 608 ~ 28.29%
G 208 of 608 ~ 34.21%
B 228 of 608 ~ 37.5%

%28.29
%34.21
%37.5

CMYK color model

#ACD0E4 color CMYK value is (25,9,0,11).

  • cyan value is 24.56%
  • magenta value is 8.77%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(25,9,0,11)
C25M9Y0K11 
(25%,9%,0%,11%)
(0.25/0.09/0.00/0.11)	

CMYK percentages

%24.56
%8.77
%0
%10.59

Codes

Color #ACD0E4 in popluar color models

ACD0E4
RGB172208228
HSL201°50.91%78.43%
HSB/HSV201°24.56%89.41%
CMYK24.56%8.77%0.00%
10.59%

Color #ACD0E4 in popluar number systems.

HEXACD0E4
Decimal172208228
Binary101011001101000011100100
Octal254320344

Shades and tints

Shades of #ACD0E4

#ACD0E4
(172,208,228)
#9DBED0
(157,190,208)
#8EACBC
(142,172,188)
#7F9AA8
(127,154,168)
#708894
(112,136,148)
#617680
(97,118,128)
#52646C
(82,100,108)
#435258
(67,82,88)
#344044
(52,64,68)
#252E30
(37,46,48)
#161C1C
(22,28,28)
#000000
(0,0,0)

Tints of #ACD0E4

#ACD0E4
(172,208,228)
#B3D4E6
(179,212,230)
#BAD8E8
(186,216,232)
#C1DCEA
(193,220,234)
#C8E0EC
(200,224,236)
#CFE4EE
(207,228,238)
#D6E8F0
(214,232,240)
#DDECF2
(221,236,242)
#E4F0F4
(228,240,244)
#EBF4F6
(235,244,246)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD0E4; }

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

This text font color is #ACD0E4.


Background Color

.myBgColor { background-color: #ACD0E4; }

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

This div background color is #ACD0E4.


Border color

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

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

This div border color is #ACD0E4.


Opacity

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

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

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

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

This text has shadow with #ACD0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD0E4 on black background.


Color preview on white background

This text has color #ACD0E4 on white background.



Black color preview on #ACD0E4 background

This text has black color on #ACD0E4 background.


White color preview on #ACD0E4 background

This text has white color on #ACD0E4 background.