COLOR #ACADDD

HEX: #ACADDD
RGB: (172,173,221)

Color info

#ACADDD contains red, green and blue colors in about the same proportion. Web safe color of #ACADDD is #9999CC (or #99C).

RGB color model

#ACADDD color RGB value is (172,173,221).

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

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 221 of 255 = 87%

172
173
221

R + G + B ~ 74%. #ACADDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 173 + 221 = 566 (100%)
R 172 of 566 ~ 30.39%
G 173 of 566 ~ 30.57%
B 221 of 566 ~ 39.05%

%30.39
%30.57
%39.05

CMYK color model

#ACADDD color CMYK value is (22,22,0,13).

  • cyan value is 22.17%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(22,22,0,13)
C22M22Y0K13 
(22%,22%,0%,13%)
(0.22/0.22/0.00/0.13)	

CMYK percentages

%22.17
%21.72
%0
%13.33

Codes

Color #ACADDD in popluar color models

ACADDD
RGB172173221
HSL239°41.88%77.06%
HSB/HSV239°22.17%86.67%
CMYK22.17%21.72%0.00%
13.33%

Color #ACADDD in popluar number systems.

HEXACADDD
Decimal172173221
Binary101011001010110111011101
Octal254255335

Shades and tints

Shades of #ACADDD

#ACADDD
(172,173,221)
#9D9EC9
(157,158,201)
#8E8FB5
(142,143,181)
#7F80A1
(127,128,161)
#70718D
(112,113,141)
#616279
(97,98,121)
#525365
(82,83,101)
#434451
(67,68,81)
#34353D
(52,53,61)
#252629
(37,38,41)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #ACADDD

#ACADDD
(172,173,221)
#B3B4E0
(179,180,224)
#BABBE3
(186,187,227)
#C1C2E6
(193,194,230)
#C8C9E9
(200,201,233)
#CFD0EC
(207,208,236)
#D6D7EF
(214,215,239)
#DDDEF2
(221,222,242)
#E4E5F5
(228,229,245)
#EBECF8
(235,236,248)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACADDD; }

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

This text font color is #ACADDD.


Background Color

.myBgColor { background-color: #ACADDD; }

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

This div background color is #ACADDD.


Border color

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

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

This div border color is #ACADDD.


Opacity

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

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

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

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

This text has shadow with #ACADDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACADDD on black background.


Color preview on white background

This text has color #ACADDD on white background.



Black color preview on #ACADDD background

This text has black color on #ACADDD background.


White color preview on #ACADDD background

This text has white color on #ACADDD background.