COLOR #ACDEFF

HEX: #ACDEFF RGB: (172,222,255)

Color info

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

RGB color model

#ACDEFF color RGB value is (172,222,255).

RGB: (172,222,255) (67%, 87%, 100%)

RGB channels and saturation

R 172 of 255 = 67%
G 222 of 255 = 87%
B 255 of 255 = 100%

172
222
255

R + G + B ~ 85%. #ACDEFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 222 + 255 = 649 (100%)
R 172 of 649 ~ 26.5%
G 222 of 649 ~ 34.21%
B 255 of 649 ~ 39.29'%

%26.5
%34.21
%39.29

CMYK color model

#ACDEFF color CMYK value is (33,13,0,0).

  • cyan value is 32.55%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (33,13,0,0)
C33M13Y0K0 (33%, 13%, 0%, 0%)
(0.33 / 0.13 / 0.00 / 0.00)

CMYK percentages

%32.55
%12.94
%0
%0

Codes

Color #ACDEFF in popluar color models

AC DE FF
RGB 172 222 255
HSL 204° 100.00% 83.73%
HSB/HSV 204° 32.55% 100.00%
CMYK 32.55% 12.94% 0.00%
0.00%

Color #ACDEFF in popluar number systems.

HEX AC DE FF
Decimal 172 222 255
Binary 10101100 11011110 11111111
Octal 254 336 377

Shades and tints

Shades of #ACDEFF

#ACDEFF
(172,222,255)
#9DCAE8
(157,202,232)
#8EB6D1
(142,182,209)
#7FA2BA
(127,162,186)
#708EA3
(112,142,163)
#617A8C
(97,122,140)
#526675
(82,102,117)
#43525E
(67,82,94)
#343E47
(52,62,71)
#252A30
(37,42,48)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #ACDEFF

#ACDEFF
(172,222,255)
#B3E1FF
(179,225,255)
#BAE4FF
(186,228,255)
#C1E7FF
(193,231,255)
#C8EAFF
(200,234,255)
#CFEDFF
(207,237,255)
#D6F0FF
(214,240,255)
#DDF3FF
(221,243,255)
#E4F6FF
(228,246,255)
#EBF9FF
(235,249,255)
#F2FCFF
(242,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDEFF color. Also use rgb(172,222,255) instead hex code.

Text Font Color

.myTextColor { color: #ACDEFF; }

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

This text font color is #ACDEFF.

Background Color

.myBgColor { background-color: #ACDEFF; }

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

This div background color is #ACDEFF.

Border color

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

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

This div border color is #ACDEFF.

Opacity

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

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

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

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

This text has shadow with #ACDEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDEFF.

Preview

Color preview on black background

This text has color #ACDEFF on black background.


Color preview on white background

This text has color #ACDEFF on white background.


Black color preview on #ACDEFF background

This text has black color on #ACDEFF background.


White color preview on #ACDEFF background

This text has white color on #ACDEFF background.


Related colors

Complementary color

Complementary color for #hex is #532100.


I love getcolorcode.com

Triadic colors

1 #FFACDE and #DEFFAC with #ACDEFF are triadic colors.

2 #FFDEAC and #DEACFF with #ACDEFF are triadic colors.