COLOR #ACDFFB

HEX: #ACDFFB RGB: (172,223,251)

Color info

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

RGB color model

#ACDFFB color RGB value is (172,223,251).

RGB: (172,223,251) (67%, 87%, 98%)

RGB channels and saturation

R 172 of 255 = 67%
G 223 of 255 = 87%
B 251 of 255 = 98%

172
223
251

R + G + B ~ 84%. #ACDFFB is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 223 + 251 = 646 (100%)
R 172 of 646 ~ 26.63%
G 223 of 646 ~ 34.52%
B 251 of 646 ~ 38.85'%

%26.63
%34.52
%38.85

CMYK color model

#ACDFFB color CMYK value is (31,11,0,2).

  • cyan value is 31.47%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (31,11,0,2)
C31M11Y0K2 (31%, 11%, 0%, 2%)
(0.31 / 0.11 / 0.00 / 0.02)

CMYK percentages

%31.47
%11.16
%0
%1.57

Codes

Color #ACDFFB in popluar color models

AC DF FB
RGB 172 223 251
HSL 201° 90.80% 82.94%
HSB/HSV 201° 31.47% 98.43%
CMYK 31.47% 11.16% 0.00%
1.57%

Color #ACDFFB in popluar number systems.

HEX AC DF FB
Decimal 172 223 251
Binary 10101100 11011111 11111011
Octal 254 337 373

Shades and tints

Shades of #ACDFFB

#ACDFFB
(172,223,251)
#9DCBE5
(157,203,229)
#8EB7CF
(142,183,207)
#7FA3B9
(127,163,185)
#708FA3
(112,143,163)
#617B8D
(97,123,141)
#526777
(82,103,119)
#435361
(67,83,97)
#343F4B
(52,63,75)
#252B35
(37,43,53)
#16171F
(22,23,31)
#000000
(0,0,0)

Tints of #ACDFFB

#ACDFFB
(172,223,251)
#B3E1FB
(179,225,251)
#BAE3FB
(186,227,251)
#C1E5FB
(193,229,251)
#C8E7FB
(200,231,251)
#CFE9FB
(207,233,251)
#D6EBFB
(214,235,251)
#DDEDFB
(221,237,251)
#E4EFFB
(228,239,251)
#EBF1FB
(235,241,251)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDFFB; }

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

This text font color is #ACDFFB.

Background Color

.myBgColor { background-color: #ACDFFB; }

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

This div background color is #ACDFFB.

Border color

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

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

This div border color is #ACDFFB.

Opacity

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

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

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

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

This text has shadow with #ACDFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDFFB.

Preview

Color preview on black background

This text has color #ACDFFB on black background.


Color preview on white background

This text has color #ACDFFB on white background.


Black color preview on #ACDFFB background

This text has black color on #ACDFFB background.


White color preview on #ACDFFB background

This text has white color on #ACDFFB background.


Related colors

Complementary color

Complementary color for #hex is #532004.


I love getcolorcode.com

Triadic colors

1 #FBACDF and #DFFBAC with #ACDFFB are triadic colors.

2 #FBDFAC and #DFACFB with #ACDFFB are triadic colors.