COLOR #ACBDD8

HEX: #ACBDD8 RGB: (172,189,216)

Color info

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

RGB color model

#ACBDD8 color RGB value is (172,189,216).

RGB: (172,189,216) (67%, 74%, 85%)

RGB channels and saturation

R 172 of 255 = 67%
G 189 of 255 = 74%
B 216 of 255 = 85%

172
189
216

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

Portions of RGB colors in percentages

R + G + B = 172 + 189 + 216 = 577 (100%)
R 172 of 577 ~ 29.81%
G 189 of 577 ~ 32.76%
B 216 of 577 ~ 37.44'%

%29.81
%32.76
%37.44

CMYK color model

#ACBDD8 color CMYK value is (20,13,0,15).

  • cyan value is 20.37%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (20,13,0,15)
C20M13Y0K15 (20%, 13%, 0%, 15%)
(0.20 / 0.13 / 0.00 / 0.15)

CMYK percentages

%20.37
%12.5
%0
%15.29

Codes

Color #ACBDD8 in popluar color models

AC BD D8
RGB 172 189 216
HSL 217° 36.07% 76.08%
HSB/HSV 217° 20.37% 84.71%
CMYK 20.37% 12.50% 0.00%
15.29%

Color #ACBDD8 in popluar number systems.

HEX AC BD D8
Decimal 172 189 216
Binary 10101100 10111101 11011000
Octal 254 275 330

Shades and tints

Shades of #ACBDD8

#ACBDD8
(172,189,216)
#9DACC5
(157,172,197)
#8E9BB2
(142,155,178)
#7F8A9F
(127,138,159)
#70798C
(112,121,140)
#616879
(97,104,121)
#525766
(82,87,102)
#434653
(67,70,83)
#343540
(52,53,64)
#25242D
(37,36,45)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #ACBDD8

#ACBDD8
(172,189,216)
#B3C3DB
(179,195,219)
#BAC9DE
(186,201,222)
#C1CFE1
(193,207,225)
#C8D5E4
(200,213,228)
#CFDBE7
(207,219,231)
#D6E1EA
(214,225,234)
#DDE7ED
(221,231,237)
#E4EDF0
(228,237,240)
#EBF3F3
(235,243,243)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBDD8 color. Also use rgb(172,189,216) instead hex code.

Text Font Color

.myTextColor { color: #ACBDD8; }

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

This text font color is #ACBDD8.

Background Color

.myBgColor { background-color: #ACBDD8; }

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

This div background color is #ACBDD8.

Border color

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

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

This div border color is #ACBDD8.

Opacity

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

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

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

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

This text has shadow with #ACBDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBDD8.

Preview

Color preview on black background

This text has color #ACBDD8 on black background.


Color preview on white background

This text has color #ACBDD8 on white background.


Black color preview on #ACBDD8 background

This text has black color on #ACBDD8 background.


White color preview on #ACBDD8 background

This text has white color on #ACBDD8 background.


Related colors

Complementary color

Complementary color for #hex is #534227.


I love getcolorcode.com

Triadic colors

1 #D8ACBD and #BDD8AC with #ACBDD8 are triadic colors.

2 #D8BDAC and #BDACD8 with #ACBDD8 are triadic colors.