COLOR #ACB6CA

HEX: #ACB6CA
RGB: (172,182,202)

Color info

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

RGB color model

#ACB6CA color RGB value is (172,182,202).

  • red value is 172;
  • green value is 182;
  • blue value is 202.
RGB:
(172,182,202)
(67%,71%,79%)

RGB channels and saturation

R 172 of 255 = 67%
G 182 of 255 = 71%
B 202 of 255 = 79%

172
182
202

R + G + B ~ 72%. #ACB6CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 182 + 202 = 556 (100%)
R 172 of 556 ~ 30.94%
G 182 of 556 ~ 32.73%
B 202 of 556 ~ 36.33%

%30.94
%32.73
%36.33

CMYK color model

#ACB6CA color CMYK value is (15,10,0,21).

  • cyan value is 14.85%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(15,10,0,21)
C15M10Y0K21 
(15%,10%,0%,21%)
(0.15/0.10/0.00/0.21)	

CMYK percentages

%14.85
%9.9
%0
%20.78

Codes

Color #ACB6CA in popluar color models

ACB6CA
RGB172182202
HSL220°22.06%73.33%
HSB/HSV220°14.85%79.22%
CMYK14.85%9.90%0.00%
20.78%

Color #ACB6CA in popluar number systems.

HEXACB6CA
Decimal172182202
Binary101011001011011011001010
Octal254266312

Shades and tints

Shades of #ACB6CA

#ACB6CA
(172,182,202)
#9DA6B8
(157,166,184)
#8E96A6
(142,150,166)
#7F8694
(127,134,148)
#707682
(112,118,130)
#616670
(97,102,112)
#52565E
(82,86,94)
#43464C
(67,70,76)
#34363A
(52,54,58)
#252628
(37,38,40)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #ACB6CA

#ACB6CA
(172,182,202)
#B3BCCE
(179,188,206)
#BAC2D2
(186,194,210)
#C1C8D6
(193,200,214)
#C8CEDA
(200,206,218)
#CFD4DE
(207,212,222)
#D6DAE2
(214,218,226)
#DDE0E6
(221,224,230)
#E4E6EA
(228,230,234)
#EBECEE
(235,236,238)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB6CA color. Also use rgb(172,182,202) instead hex code.

Text Font Color

.myTextColor { color: #ACB6CA; }

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

This text font color is #ACB6CA.


Background Color

.myBgColor { background-color: #ACB6CA; }

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

This div background color is #ACB6CA.


Border color

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

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

This div border color is #ACB6CA.


Opacity

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

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

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

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

This text has shadow with #ACB6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB6CA on black background.


Color preview on white background

This text has color #ACB6CA on white background.



Black color preview on #ACB6CA background

This text has black color on #ACB6CA background.


White color preview on #ACB6CA background

This text has white color on #ACB6CA background.