COLOR #ACBBD8

HEX: #ACBBD8 RGB: (172,187,216)

Color info

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

RGB color model

#ACBBD8 color RGB value is (172,187,216).

RGB: (172,187,216) (67%, 73%, 85%)

RGB channels and saturation

R 172 of 255 = 67%
G 187 of 255 = 73%
B 216 of 255 = 85%

172
187
216

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

Portions of RGB colors in percentages

R + G + B = 172 + 187 + 216 = 575 (100%)
R 172 of 575 ~ 29.91%
G 187 of 575 ~ 32.52%
B 216 of 575 ~ 37.57'%

%29.91
%32.52
%37.57

CMYK color model

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

  • cyan value is 20.37%
  • magenta value is 13.43%
  • 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
%13.43
%0
%15.29

Codes

Color #ACBBD8 in popluar color models

AC BB D8
RGB 172 187 216
HSL 220° 36.07% 76.08%
HSB/HSV 220° 20.37% 84.71%
CMYK 20.37% 13.43% 0.00%
15.29%

Color #ACBBD8 in popluar number systems.

HEX AC BB D8
Decimal 172 187 216
Binary 10101100 10111011 11011000
Octal 254 273 330

Shades and tints

Shades of #ACBBD8

#ACBBD8
(172,187,216)
#9DAAC5
(157,170,197)
#8E99B2
(142,153,178)
#7F889F
(127,136,159)
#70778C
(112,119,140)
#616679
(97,102,121)
#525566
(82,85,102)
#434453
(67,68,83)
#343340
(52,51,64)
#25222D
(37,34,45)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #ACBBD8

#ACBBD8
(172,187,216)
#B3C1DB
(179,193,219)
#BAC7DE
(186,199,222)
#C1CDE1
(193,205,225)
#C8D3E4
(200,211,228)
#CFD9E7
(207,217,231)
#D6DFEA
(214,223,234)
#DDE5ED
(221,229,237)
#E4EBF0
(228,235,240)
#EBF1F3
(235,241,243)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBBD8; }

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

This text font color is #ACBBD8.

Background Color

.myBgColor { background-color: #ACBBD8; }

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

This div background color is #ACBBD8.

Border color

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

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

This div border color is #ACBBD8.

Opacity

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

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

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

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

This text has shadow with #ACBBD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBBD8.

Preview

Color preview on black background

This text has color #ACBBD8 on black background.


Color preview on white background

This text has color #ACBBD8 on white background.


Black color preview on #ACBBD8 background

This text has black color on #ACBBD8 background.


White color preview on #ACBBD8 background

This text has white color on #ACBBD8 background.


Related colors

Complementary color

Complementary color for #hex is #534427.


I love getcolorcode.com

Triadic colors

1 #D8ACBB and #BBD8AC with #ACBBD8 are triadic colors.

2 #D8BBAC and #BBACD8 with #ACBBD8 are triadic colors.