COLOR #ACD1F3

HEX: #ACD1F3 RGB: (172,209,243)

Color info

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

RGB color model

#ACD1F3 color RGB value is (172,209,243).

RGB: (172,209,243) (67%, 82%, 95%)

RGB channels and saturation

R 172 of 255 = 67%
G 209 of 255 = 82%
B 243 of 255 = 95%

172
209
243

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

Portions of RGB colors in percentages

R + G + B = 172 + 209 + 243 = 624 (100%)
R 172 of 624 ~ 27.56%
G 209 of 624 ~ 33.49%
B 243 of 624 ~ 38.94'%

%27.56
%33.49
%38.94

CMYK color model

#ACD1F3 color CMYK value is (29,14,0,5).

  • cyan value is 29.22%
  • magenta value is 13.99%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (29,14,0,5)
C29M14Y0K5 (29%, 14%, 0%, 5%)
(0.29 / 0.14 / 0.00 / 0.05)

CMYK percentages

%29.22
%13.99
%0
%4.71

Codes

Color #ACD1F3 in popluar color models

AC D1 F3
RGB 172 209 243
HSL 209° 74.74% 81.37%
HSB/HSV 209° 29.22% 95.29%
CMYK 29.22% 13.99% 0.00%
4.71%

Color #ACD1F3 in popluar number systems.

HEX AC D1 F3
Decimal 172 209 243
Binary 10101100 11010001 11110011
Octal 254 321 363

Shades and tints

Shades of #ACD1F3

#ACD1F3
(172,209,243)
#9DBEDD
(157,190,221)
#8EABC7
(142,171,199)
#7F98B1
(127,152,177)
#70859B
(112,133,155)
#617285
(97,114,133)
#525F6F
(82,95,111)
#434C59
(67,76,89)
#343943
(52,57,67)
#25262D
(37,38,45)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #ACD1F3

#ACD1F3
(172,209,243)
#B3D5F4
(179,213,244)
#BAD9F5
(186,217,245)
#C1DDF6
(193,221,246)
#C8E1F7
(200,225,247)
#CFE5F8
(207,229,248)
#D6E9F9
(214,233,249)
#DDEDFA
(221,237,250)
#E4F1FB
(228,241,251)
#EBF5FC
(235,245,252)
#F2F9FD
(242,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD1F3 color. Also use rgb(172,209,243) instead hex code.

Text Font Color

.myTextColor { color: #ACD1F3; }

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

This text font color is #ACD1F3.

Background Color

.myBgColor { background-color: #ACD1F3; }

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

This div background color is #ACD1F3.

Border color

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

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

This div border color is #ACD1F3.

Opacity

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

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

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

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

This text has shadow with #ACD1F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD1F3.

Preview

Color preview on black background

This text has color #ACD1F3 on black background.


Color preview on white background

This text has color #ACD1F3 on white background.


Black color preview on #ACD1F3 background

This text has black color on #ACD1F3 background.


White color preview on #ACD1F3 background

This text has white color on #ACD1F3 background.


Related colors

Complementary color

Complementary color for #hex is #532E0C.


I love getcolorcode.com

Triadic colors

1 #F3ACD1 and #D1F3AC with #ACD1F3 are triadic colors.

2 #F3D1AC and #D1ACF3 with #ACD1F3 are triadic colors.