COLOR #ACAFE9

HEX: #ACAFE9 RGB: (172,175,233)

Color info

#ACAFE9 contains mainly green and blue colors. Web safe color of #ACAFE9 is #9999FF (or #99F).

RGB color model

#ACAFE9 color RGB value is (172,175,233).

RGB: (172,175,233) (67%, 69%, 91%)

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 233 of 255 = 91%

172
175
233

R + G + B ~ 76%. #ACAFE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 175 + 233 = 580 (100%)
R 172 of 580 ~ 29.66%
G 175 of 580 ~ 30.17%
B 233 of 580 ~ 40.17'%

%29.66
%30.17
%40.17

CMYK color model

#ACAFE9 color CMYK value is (26,25,0,9).

  • cyan value is 26.18%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (26,25,0,9)
C26M25Y0K9 (26%, 25%, 0%, 9%)
(0.26 / 0.25 / 0.00 / 0.09)

CMYK percentages

%26.18
%24.89
%0
%8.63

Codes

Color #ACAFE9 in popluar color models

AC AF E9
RGB 172 175 233
HSL 237° 58.10% 79.41%
HSB/HSV 237° 26.18% 91.37%
CMYK 26.18% 24.89% 0.00%
8.63%

Color #ACAFE9 in popluar number systems.

HEX AC AF E9
Decimal 172 175 233
Binary 10101100 10101111 11101001
Octal 254 257 351

Shades and tints

Shades of #ACAFE9

#ACAFE9
(172,175,233)
#9DA0D4
(157,160,212)
#8E91BF
(142,145,191)
#7F82AA
(127,130,170)
#707395
(112,115,149)
#616480
(97,100,128)
#52556B
(82,85,107)
#434656
(67,70,86)
#343741
(52,55,65)
#25282C
(37,40,44)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #ACAFE9

#ACAFE9
(172,175,233)
#B3B6EB
(179,182,235)
#BABDED
(186,189,237)
#C1C4EF
(193,196,239)
#C8CBF1
(200,203,241)
#CFD2F3
(207,210,243)
#D6D9F5
(214,217,245)
#DDE0F7
(221,224,247)
#E4E7F9
(228,231,249)
#EBEEFB
(235,238,251)
#F2F5FD
(242,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAFE9; }

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

This text font color is #ACAFE9.

Background Color

.myBgColor { background-color: #ACAFE9; }

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

This div background color is #ACAFE9.

Border color

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

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

This div border color is #ACAFE9.

Opacity

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

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

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

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

This text has shadow with #ACAFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAFE9.

Preview

Color preview on black background

This text has color #ACAFE9 on black background.


Color preview on white background

This text has color #ACAFE9 on white background.


Black color preview on #ACAFE9 background

This text has black color on #ACAFE9 background.


White color preview on #ACAFE9 background

This text has white color on #ACAFE9 background.


Related colors

Complementary color

Complementary color for #hex is #535016.


I love getcolorcode.com

Triadic colors

1 #E9ACAF and #AFE9AC with #ACAFE9 are triadic colors.

2 #E9AFAC and #AFACE9 with #ACAFE9 are triadic colors.