COLOR #ACDDE5

HEX: #ACDDE5
RGB: (172,221,229)

Color info

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

RGB color model

#ACDDE5 color RGB value is (172,221,229).

  • red value is 172;
  • green value is 221;
  • blue value is 229.
RGB:
(172,221,229)
(67%,87%,90%)

RGB channels and saturation

R 172 of 255 = 67%
G 221 of 255 = 87%
B 229 of 255 = 90%

172
221
229

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

Portions of RGB colors in percentages

R + G + B =
172 + 221 + 229 = 622 (100%)
R 172 of 622 ~ 27.65%
G 221 of 622 ~ 35.53%
B 229 of 622 ~ 36.82%

%27.65
%35.53
%36.82

CMYK color model

#ACDDE5 color CMYK value is (25,3,0,10).

  • cyan value is 24.89%
  • magenta value is 3.49%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(25,3,0,10)
C25M3Y0K10 
(25%,3%,0%,10%)
(0.25/0.03/0.00/0.10)	

CMYK percentages

%24.89
%3.49
%0
%10.2

Codes

Color #ACDDE5 in popluar color models

ACDDE5
RGB172221229
HSL188°52.29%78.63%
HSB/HSV188°24.89%89.80%
CMYK24.89%3.49%0.00%
10.20%

Color #ACDDE5 in popluar number systems.

HEXACDDE5
Decimal172221229
Binary101011001101110111100101
Octal254335345

Shades and tints

Shades of #ACDDE5

#ACDDE5
(172,221,229)
#9DC9D1
(157,201,209)
#8EB5BD
(142,181,189)
#7FA1A9
(127,161,169)
#708D95
(112,141,149)
#617981
(97,121,129)
#52656D
(82,101,109)
#435159
(67,81,89)
#343D45
(52,61,69)
#252931
(37,41,49)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #ACDDE5

#ACDDE5
(172,221,229)
#B3E0E7
(179,224,231)
#BAE3E9
(186,227,233)
#C1E6EB
(193,230,235)
#C8E9ED
(200,233,237)
#CFECEF
(207,236,239)
#D6EFF1
(214,239,241)
#DDF2F3
(221,242,243)
#E4F5F5
(228,245,245)
#EBF8F7
(235,248,247)
#F2FBF9
(242,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDDE5 color. Also use rgb(172,221,229) instead hex code.

Text Font Color

.myTextColor { color: #ACDDE5; }

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

This text font color is #ACDDE5.


Background Color

.myBgColor { background-color: #ACDDE5; }

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

This div background color is #ACDDE5.


Border color

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

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

This div border color is #ACDDE5.


Opacity

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

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

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

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

This text has shadow with #ACDDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDDE5 on black background.


Color preview on white background

This text has color #ACDDE5 on white background.



Black color preview on #ACDDE5 background

This text has black color on #ACDDE5 background.


White color preview on #ACDDE5 background

This text has white color on #ACDDE5 background.