COLOR #ACB3D2

HEX: #ACB3D2
RGB: (172,179,210)

Color info

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

RGB color model

#ACB3D2 color RGB value is (172,179,210).

  • red value is 172;
  • green value is 179;
  • blue value is 210.
RGB:
(172,179,210)
(67%,70%,82%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 210 of 255 = 82%

172
179
210

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

Portions of RGB colors in percentages

R + G + B =
172 + 179 + 210 = 561 (100%)
R 172 of 561 ~ 30.66%
G 179 of 561 ~ 31.91%
B 210 of 561 ~ 37.43%

%30.66
%31.91
%37.43

CMYK color model

#ACB3D2 color CMYK value is (18,15,0,18).

  • cyan value is 18.10%
  • magenta value is 14.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(18,15,0,18)
C18M15Y0K18 
(18%,15%,0%,18%)
(0.18/0.15/0.00/0.18)	

CMYK percentages

%18.1
%14.76
%0
%17.65

Codes

Color #ACB3D2 in popluar color models

ACB3D2
RGB172179210
HSL229°29.69%74.90%
HSB/HSV229°18.10%82.35%
CMYK18.10%14.76%0.00%
17.65%

Color #ACB3D2 in popluar number systems.

HEXACB3D2
Decimal172179210
Binary101011001011001111010010
Octal254263322

Shades and tints

Shades of #ACB3D2

#ACB3D2
(172,179,210)
#9DA3BF
(157,163,191)
#8E93AC
(142,147,172)
#7F8399
(127,131,153)
#707386
(112,115,134)
#616373
(97,99,115)
#525360
(82,83,96)
#43434D
(67,67,77)
#34333A
(52,51,58)
#252327
(37,35,39)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #ACB3D2

#ACB3D2
(172,179,210)
#B3B9D6
(179,185,214)
#BABFDA
(186,191,218)
#C1C5DE
(193,197,222)
#C8CBE2
(200,203,226)
#CFD1E6
(207,209,230)
#D6D7EA
(214,215,234)
#DDDDEE
(221,221,238)
#E4E3F2
(228,227,242)
#EBE9F6
(235,233,246)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB3D2 color. Also use rgb(172,179,210) instead hex code.

Text Font Color

.myTextColor { color: #ACB3D2; }

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

This text font color is #ACB3D2.


Background Color

.myBgColor { background-color: #ACB3D2; }

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

This div background color is #ACB3D2.


Border color

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

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

This div border color is #ACB3D2.


Opacity

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

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

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

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

This text has shadow with #ACB3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB3D2 on black background.


Color preview on white background

This text has color #ACB3D2 on white background.



Black color preview on #ACB3D2 background

This text has black color on #ACB3D2 background.


White color preview on #ACB3D2 background

This text has white color on #ACB3D2 background.