COLOR #ACADE9

HEX: #ACADE9
RGB: (172,173,233)

Color info

#ACADE9 contains mainly blue color. Web safe color of #ACADE9 is #9999FF (or #99F).

RGB color model

#ACADE9 color RGB value is (172,173,233).

  • red value is 172;
  • green value is 173;
  • blue value is 233.
RGB:
(172,173,233)
(67%,68%,91%)

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 233 of 255 = 91%

172
173
233

R + G + B ~ 75%. #ACADE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 173 + 233 = 578 (100%)
R 172 of 578 ~ 29.76%
G 173 of 578 ~ 29.93%
B 233 of 578 ~ 40.31%

%29.76
%29.93
%40.31

CMYK color model

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

  • cyan value is 26.18%
  • magenta value is 25.75%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(26,26,0,9)
C26M26Y0K9 
(26%,26%,0%,9%)
(0.26/0.26/0.00/0.09)	

CMYK percentages

%26.18
%25.75
%0
%8.63

Codes

Color #ACADE9 in popluar color models

ACADE9
RGB172173233
HSL239°58.10%79.41%
HSB/HSV239°26.18%91.37%
CMYK26.18%25.75%0.00%
8.63%

Color #ACADE9 in popluar number systems.

HEXACADE9
Decimal172173233
Binary101011001010110111101001
Octal254255351

Shades and tints

Shades of #ACADE9

#ACADE9
(172,173,233)
#9D9ED4
(157,158,212)
#8E8FBF
(142,143,191)
#7F80AA
(127,128,170)
#707195
(112,113,149)
#616280
(97,98,128)
#52536B
(82,83,107)
#434456
(67,68,86)
#343541
(52,53,65)
#25262C
(37,38,44)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #ACADE9

#ACADE9
(172,173,233)
#B3B4EB
(179,180,235)
#BABBED
(186,187,237)
#C1C2EF
(193,194,239)
#C8C9F1
(200,201,241)
#CFD0F3
(207,208,243)
#D6D7F5
(214,215,245)
#DDDEF7
(221,222,247)
#E4E5F9
(228,229,249)
#EBECFB
(235,236,251)
#F2F3FD
(242,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACADE9; }

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

This text font color is #ACADE9.


Background Color

.myBgColor { background-color: #ACADE9; }

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

This div background color is #ACADE9.


Border color

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

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

This div border color is #ACADE9.


Opacity

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

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

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

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

This text has shadow with #ACADE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACADE9 on black background.


Color preview on white background

This text has color #ACADE9 on white background.



Black color preview on #ACADE9 background

This text has black color on #ACADE9 background.


White color preview on #ACADE9 background

This text has white color on #ACADE9 background.