COLOR #ACBACE

HEX: #ACBACE
RGB: (172,186,206)

Color info

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

RGB color model

#ACBACE color RGB value is (172,186,206).

  • red value is 172;
  • green value is 186;
  • blue value is 206.
RGB:
(172,186,206)
(67%,73%,81%)

RGB channels and saturation

R 172 of 255 = 67%
G 186 of 255 = 73%
B 206 of 255 = 81%

172
186
206

R + G + B ~ 74%. #ACBACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 186 + 206 = 564 (100%)
R 172 of 564 ~ 30.5%
G 186 of 564 ~ 32.98%
B 206 of 564 ~ 36.52%

%30.5
%32.98
%36.52

CMYK color model

#ACBACE color CMYK value is (17,10,0,19).

  • cyan value is 16.50%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(17,10,0,19)
C17M10Y0K19 
(17%,10%,0%,19%)
(0.17/0.10/0.00/0.19)	

CMYK percentages

%16.5
%9.71
%0
%19.22

Codes

Color #ACBACE in popluar color models

ACBACE
RGB172186206
HSL215°25.76%74.12%
HSB/HSV215°16.50%80.78%
CMYK16.50%9.71%0.00%
19.22%

Color #ACBACE in popluar number systems.

HEXACBACE
Decimal172186206
Binary101011001011101011001110
Octal254272316

Shades and tints

Shades of #ACBACE

#ACBACE
(172,186,206)
#9DAABC
(157,170,188)
#8E9AAA
(142,154,170)
#7F8A98
(127,138,152)
#707A86
(112,122,134)
#616A74
(97,106,116)
#525A62
(82,90,98)
#434A50
(67,74,80)
#343A3E
(52,58,62)
#252A2C
(37,42,44)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #ACBACE

#ACBACE
(172,186,206)
#B3C0D2
(179,192,210)
#BAC6D6
(186,198,214)
#C1CCDA
(193,204,218)
#C8D2DE
(200,210,222)
#CFD8E2
(207,216,226)
#D6DEE6
(214,222,230)
#DDE4EA
(221,228,234)
#E4EAEE
(228,234,238)
#EBF0F2
(235,240,242)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBACE color. Also use rgb(172,186,206) instead hex code.

Text Font Color

.myTextColor { color: #ACBACE; }

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

This text font color is #ACBACE.


Background Color

.myBgColor { background-color: #ACBACE; }

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

This div background color is #ACBACE.


Border color

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

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

This div border color is #ACBACE.


Opacity

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

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

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

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

This text has shadow with #ACBACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBACE on black background.


Color preview on white background

This text has color #ACBACE on white background.



Black color preview on #ACBACE background

This text has black color on #ACBACE background.


White color preview on #ACBACE background

This text has white color on #ACBACE background.