COLOR #ACEAFA

HEX: #ACEAFA RGB: (172,234,250)

Color info

#ACEAFA contains mainly green and blue colors. Web safe color of #ACEAFA is #99FFFF (or #9FF).

RGB color model

#ACEAFA color RGB value is (172,234,250).

RGB: (172,234,250) (67%, 92%, 98%)

RGB channels and saturation

R 172 of 255 = 67%
G 234 of 255 = 92%
B 250 of 255 = 98%

172
234
250

R + G + B ~ 86%. #ACEAFA is light color.

Portions of RGB colors in percentages

R + G + B = 172 + 234 + 250 = 656 (100%)
R 172 of 656 ~ 26.22%
G 234 of 656 ~ 35.67%
B 250 of 656 ~ 38.11'%

%26.22
%35.67
%38.11

CMYK color model

#ACEAFA color CMYK value is (31,6,0,2).

  • cyan value is 31.20%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (31,6,0,2)
C31M6Y0K2 (31%, 6%, 0%, 2%)
(0.31 / 0.06 / 0.00 / 0.02)

CMYK percentages

%31.2
%6.4
%0
%1.96

Codes

Color #ACEAFA in popluar color models

AC EA FA
RGB 172 234 250
HSL 192° 88.64% 82.75%
HSB/HSV 192° 31.20% 98.04%
CMYK 31.20% 6.40% 0.00%
1.96%

Color #ACEAFA in popluar number systems.

HEX AC EA FA
Decimal 172 234 250
Binary 10101100 11101010 11111010
Octal 254 352 372

Shades and tints

Shades of #ACEAFA

#ACEAFA
(172,234,250)
#9DD5E4
(157,213,228)
#8EC0CE
(142,192,206)
#7FABB8
(127,171,184)
#7096A2
(112,150,162)
#61818C
(97,129,140)
#526C76
(82,108,118)
#435760
(67,87,96)
#34424A
(52,66,74)
#252D34
(37,45,52)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #ACEAFA

#ACEAFA
(172,234,250)
#B3EBFA
(179,235,250)
#BAECFA
(186,236,250)
#C1EDFA
(193,237,250)
#C8EEFA
(200,238,250)
#CFEFFA
(207,239,250)
#D6F0FA
(214,240,250)
#DDF1FA
(221,241,250)
#E4F2FA
(228,242,250)
#EBF3FA
(235,243,250)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACEAFA color. Also use rgb(172,234,250) instead hex code.

Text Font Color

.myTextColor { color: #ACEAFA; }

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

This text font color is #ACEAFA.

Background Color

.myBgColor { background-color: #ACEAFA; }

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

This div background color is #ACEAFA.

Border color

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

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

This div border color is #ACEAFA.

Opacity

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

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

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

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

This text has shadow with #ACEAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACEAFA.

Preview

Color preview on black background

This text has color #ACEAFA on black background.


Color preview on white background

This text has color #ACEAFA on white background.


Black color preview on #ACEAFA background

This text has black color on #ACEAFA background.


White color preview on #ACEAFA background

This text has white color on #ACEAFA background.


Related colors

Complementary color

Complementary color for #hex is #531505.


I love getcolorcode.com

Triadic colors

1 #FAACEA and #EAFAAC with #ACEAFA are triadic colors.

2 #FAEAAC and #EAACFA with #ACEAFA are triadic colors.