COLOR #ACDFE9

HEX: #ACDFE9
RGB: (172,223,233)

Color info

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

RGB color model

#ACDFE9 color RGB value is (172,223,233).

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

RGB channels and saturation

R 172 of 255 = 67%
G 223 of 255 = 87%
B 233 of 255 = 91%

172
223
233

R + G + B ~ 82%. #ACDFE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 223 + 233 = 628 (100%)
R 172 of 628 ~ 27.39%
G 223 of 628 ~ 35.51%
B 233 of 628 ~ 37.1%

%27.39
%35.51
%37.1

CMYK color model

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

  • cyan value is 26.18%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(26,4,0,9)
C26M4Y0K9 
(26%,4%,0%,9%)
(0.26/0.04/0.00/0.09)	

CMYK percentages

%26.18
%4.29
%0
%8.63

Codes

Color #ACDFE9 in popluar color models

ACDFE9
RGB172223233
HSL190°58.10%79.41%
HSB/HSV190°26.18%91.37%
CMYK26.18%4.29%0.00%
8.63%

Color #ACDFE9 in popluar number systems.

HEXACDFE9
Decimal172223233
Binary101011001101111111101001
Octal254337351

Shades and tints

Shades of #ACDFE9

#ACDFE9
(172,223,233)
#9DCBD4
(157,203,212)
#8EB7BF
(142,183,191)
#7FA3AA
(127,163,170)
#708F95
(112,143,149)
#617B80
(97,123,128)
#52676B
(82,103,107)
#435356
(67,83,86)
#343F41
(52,63,65)
#252B2C
(37,43,44)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #ACDFE9

#ACDFE9
(172,223,233)
#B3E1EB
(179,225,235)
#BAE3ED
(186,227,237)
#C1E5EF
(193,229,239)
#C8E7F1
(200,231,241)
#CFE9F3
(207,233,243)
#D6EBF5
(214,235,245)
#DDEDF7
(221,237,247)
#E4EFF9
(228,239,249)
#EBF1FB
(235,241,251)
#F2F3FD
(242,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDFE9; }

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

This text font color is #ACDFE9.


Background Color

.myBgColor { background-color: #ACDFE9; }

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

This div background color is #ACDFE9.


Border color

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

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

This div border color is #ACDFE9.


Opacity

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

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

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

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

This text has shadow with #ACDFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDFE9 on black background.


Color preview on white background

This text has color #ACDFE9 on white background.



Black color preview on #ACDFE9 background

This text has black color on #ACDFE9 background.


White color preview on #ACDFE9 background

This text has white color on #ACDFE9 background.