COLOR #ACB1D7

HEX: #ACB1D7 RGB: (172,177,215)

Color info

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

RGB color model

#ACB1D7 color RGB value is (172,177,215).

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

RGB channels and saturation

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

172
177
215

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

Portions of RGB colors in percentages

R + G + B = 172 + 177 + 215 = 564 (100%)
R 172 of 564 ~ 30.5%
G 177 of 564 ~ 31.38%
B 215 of 564 ~ 38.12'%

%30.5
%31.38
%38.12

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 17.67%
  • 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
%17.67
%0
%15.69

Codes

Color #ACB1D7 in popluar color models

AC B1 D7
RGB 172 177 215
HSL 233° 34.96% 75.88%
HSB/HSV 233° 20.00% 84.31%
CMYK 20.00% 17.67% 0.00%
15.69%

Color #ACB1D7 in popluar number systems.

HEX AC B1 D7
Decimal 172 177 215
Binary 10101100 10110001 11010111
Octal 254 261 327

Shades and tints

Shades of #ACB1D7

#ACB1D7
(172,177,215)
#9DA1C4
(157,161,196)
#8E91B1
(142,145,177)
#7F819E
(127,129,158)
#70718B
(112,113,139)
#616178
(97,97,120)
#525165
(82,81,101)
#434152
(67,65,82)
#34313F
(52,49,63)
#25212C
(37,33,44)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #ACB1D7

#ACB1D7
(172,177,215)
#B3B8DA
(179,184,218)
#BABFDD
(186,191,221)
#C1C6E0
(193,198,224)
#C8CDE3
(200,205,227)
#CFD4E6
(207,212,230)
#D6DBE9
(214,219,233)
#DDE2EC
(221,226,236)
#E4E9EF
(228,233,239)
#EBF0F2
(235,240,242)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB1D7; }

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

This text font color is #ACB1D7.

Background Color

.myBgColor { background-color: #ACB1D7; }

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

This div background color is #ACB1D7.

Border color

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

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

This div border color is #ACB1D7.

Opacity

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

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

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

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

This text has shadow with #ACB1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB1D7.

Preview

Color preview on black background

This text has color #ACB1D7 on black background.


Color preview on white background

This text has color #ACB1D7 on white background.


Black color preview on #ACB1D7 background

This text has black color on #ACB1D7 background.


White color preview on #ACB1D7 background

This text has white color on #ACB1D7 background.


Related colors

Complementary color

Complementary color for #hex is #534E28.


I love getcolorcode.com

Triadic colors

1 #D7ACB1 and #B1D7AC with #ACB1D7 are triadic colors.

2 #D7B1AC and #B1ACD7 with #ACB1D7 are triadic colors.