COLOR #ACB8CC

HEX: #ACB8CC
RGB: (172,184,204)

Color info

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

RGB color model

#ACB8CC color RGB value is (172,184,204).

  • red value is 172;
  • green value is 184;
  • blue value is 204.
RGB:
(172,184,204)
(67%,72%,80%)

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 204 of 255 = 80%

172
184
204

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

Portions of RGB colors in percentages

R + G + B =
172 + 184 + 204 = 560 (100%)
R 172 of 560 ~ 30.71%
G 184 of 560 ~ 32.86%
B 204 of 560 ~ 36.43%

%30.71
%32.86
%36.43

CMYK color model

#ACB8CC color CMYK value is (16,10,0,20).

  • cyan value is 15.69%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(16,10,0,20)
C16M10Y0K20 
(16%,10%,0%,20%)
(0.16/0.10/0.00/0.20)	

CMYK percentages

%15.69
%9.8
%0
%20

Codes

Color #ACB8CC in popluar color models

ACB8CC
RGB172184204
HSL218°23.88%73.73%
HSB/HSV218°15.69%80.00%
CMYK15.69%9.80%0.00%
20.00%

Color #ACB8CC in popluar number systems.

HEXACB8CC
Decimal172184204
Binary101011001011100011001100
Octal254270314

Shades and tints

Shades of #ACB8CC

#ACB8CC
(172,184,204)
#9DA8BA
(157,168,186)
#8E98A8
(142,152,168)
#7F8896
(127,136,150)
#707884
(112,120,132)
#616872
(97,104,114)
#525860
(82,88,96)
#43484E
(67,72,78)
#34383C
(52,56,60)
#25282A
(37,40,42)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #ACB8CC

#ACB8CC
(172,184,204)
#B3BED0
(179,190,208)
#BAC4D4
(186,196,212)
#C1CAD8
(193,202,216)
#C8D0DC
(200,208,220)
#CFD6E0
(207,214,224)
#D6DCE4
(214,220,228)
#DDE2E8
(221,226,232)
#E4E8EC
(228,232,236)
#EBEEF0
(235,238,240)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB8CC color. Also use rgb(172,184,204) instead hex code.

Text Font Color

.myTextColor { color: #ACB8CC; }

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

This text font color is #ACB8CC.


Background Color

.myBgColor { background-color: #ACB8CC; }

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

This div background color is #ACB8CC.


Border color

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

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

This div border color is #ACB8CC.


Opacity

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

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

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

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

This text has shadow with #ACB8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB8CC on black background.


Color preview on white background

This text has color #ACB8CC on white background.



Black color preview on #ACB8CC background

This text has black color on #ACB8CC background.


White color preview on #ACB8CC background

This text has white color on #ACB8CC background.