COLOR #ACB0D7

HEX: #ACB0D7 RGB: (172,176,215)

Color info

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

RGB color model

#ACB0D7 color RGB value is (172,176,215).

RGB: (172,176,215) (67%, 69%, 84%)

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 215 of 255 = 84%

172
176
215

R + G + B ~ 73%. #ACB0D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 176 + 215 = 563 (100%)
R 172 of 563 ~ 30.55%
G 176 of 563 ~ 31.26%
B 215 of 563 ~ 38.19'%

%30.55
%31.26
%38.19

CMYK color model

#ACB0D7 color CMYK value is (20,18,0,16).

  • cyan value is 20.00%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (20,18,0,16)
C20M18Y0K16 (20%, 18%, 0%, 16%)
(0.20 / 0.18 / 0.00 / 0.16)

CMYK percentages

%20
%18.14
%0
%15.69

Codes

Color #ACB0D7 in popluar color models

AC B0 D7
RGB 172 176 215
HSL 234° 34.96% 75.88%
HSB/HSV 234° 20.00% 84.31%
CMYK 20.00% 18.14% 0.00%
15.69%

Color #ACB0D7 in popluar number systems.

HEX AC B0 D7
Decimal 172 176 215
Binary 10101100 10110000 11010111
Octal 254 260 327

Shades and tints

Shades of #ACB0D7

#ACB0D7
(172,176,215)
#9DA0C4
(157,160,196)
#8E90B1
(142,144,177)
#7F809E
(127,128,158)
#70708B
(112,112,139)
#616078
(97,96,120)
#525065
(82,80,101)
#434052
(67,64,82)
#34303F
(52,48,63)
#25202C
(37,32,44)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #ACB0D7

#ACB0D7
(172,176,215)
#B3B7DA
(179,183,218)
#BABEDD
(186,190,221)
#C1C5E0
(193,197,224)
#C8CCE3
(200,204,227)
#CFD3E6
(207,211,230)
#D6DAE9
(214,218,233)
#DDE1EC
(221,225,236)
#E4E8EF
(228,232,239)
#EBEFF2
(235,239,242)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB0D7 color. Also use rgb(172,176,215) instead hex code.

Text Font Color

.myTextColor { color: #ACB0D7; }

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

This text font color is #ACB0D7.

Background Color

.myBgColor { background-color: #ACB0D7; }

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

This div background color is #ACB0D7.

Border color

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

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

This div border color is #ACB0D7.

Opacity

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

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

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

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

This text has shadow with #ACB0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB0D7.

Preview

Color preview on black background

This text has color #ACB0D7 on black background.


Color preview on white background

This text has color #ACB0D7 on white background.


Black color preview on #ACB0D7 background

This text has black color on #ACB0D7 background.


White color preview on #ACB0D7 background

This text has white color on #ACB0D7 background.


Related colors

Complementary color

Complementary color for #hex is #534F28.


I love getcolorcode.com

Triadic colors

1 #D7ACB0 and #B0D7AC with #ACB0D7 are triadic colors.

2 #D7B0AC and #B0ACD7 with #ACB0D7 are triadic colors.