COLOR #ACBAE6

HEX: #ACBAE6
RGB: (172,186,230)

Color info

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

RGB color model

#ACBAE6 color RGB value is (172,186,230).

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

RGB channels and saturation

R 172 of 255 = 67%
G 186 of 255 = 73%
B 230 of 255 = 90%

172
186
230

R + G + B ~ 77%. #ACBAE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 186 + 230 = 588 (100%)
R 172 of 588 ~ 29.25%
G 186 of 588 ~ 31.63%
B 230 of 588 ~ 39.12%

%29.25
%31.63
%39.12

CMYK color model

#ACBAE6 color CMYK value is (25,19,0,10).

  • cyan value is 25.22%
  • magenta value is 19.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(25,19,0,10)
C25M19Y0K10 
(25%,19%,0%,10%)
(0.25/0.19/0.00/0.10)	

CMYK percentages

%25.22
%19.13
%0
%9.8

Codes

Color #ACBAE6 in popluar color models

ACBAE6
RGB172186230
HSL226°53.70%78.82%
HSB/HSV226°25.22%90.20%
CMYK25.22%19.13%0.00%
9.80%

Color #ACBAE6 in popluar number systems.

HEXACBAE6
Decimal172186230
Binary101011001011101011100110
Octal254272346

Shades and tints

Shades of #ACBAE6

#ACBAE6
(172,186,230)
#9DAAD2
(157,170,210)
#8E9ABE
(142,154,190)
#7F8AAA
(127,138,170)
#707A96
(112,122,150)
#616A82
(97,106,130)
#525A6E
(82,90,110)
#434A5A
(67,74,90)
#343A46
(52,58,70)
#252A32
(37,42,50)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #ACBAE6

#ACBAE6
(172,186,230)
#B3C0E8
(179,192,232)
#BAC6EA
(186,198,234)
#C1CCEC
(193,204,236)
#C8D2EE
(200,210,238)
#CFD8F0
(207,216,240)
#D6DEF2
(214,222,242)
#DDE4F4
(221,228,244)
#E4EAF6
(228,234,246)
#EBF0F8
(235,240,248)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBAE6; }

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

This text font color is #ACBAE6.


Background Color

.myBgColor { background-color: #ACBAE6; }

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

This div background color is #ACBAE6.


Border color

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

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

This div border color is #ACBAE6.


Opacity

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

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

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

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

This text has shadow with #ACBAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBAE6 on black background.


Color preview on white background

This text has color #ACBAE6 on white background.



Black color preview on #ACBAE6 background

This text has black color on #ACBAE6 background.


White color preview on #ACBAE6 background

This text has white color on #ACBAE6 background.