COLOR #ACBFE9

HEX: #ACBFE9
RGB: (172,191,233)

Color info

#ACBFE9 contains mainly green and blue colors. Web safe color of #ACBFE9 is #99CCFF (or #9CF).

RGB color model

#ACBFE9 color RGB value is (172,191,233).

  • red value is 172;
  • green value is 191;
  • blue value is 233.
RGB:
(172,191,233)
(67%,75%,91%)

RGB channels and saturation

R 172 of 255 = 67%
G 191 of 255 = 75%
B 233 of 255 = 91%

172
191
233

R + G + B ~ 78%. #ACBFE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 191 + 233 = 596 (100%)
R 172 of 596 ~ 28.86%
G 191 of 596 ~ 32.05%
B 233 of 596 ~ 39.09%

%28.86
%32.05
%39.09

CMYK color model

#ACBFE9 color CMYK value is (26,18,0,9).

  • cyan value is 26.18%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(26,18,0,9)
C26M18Y0K9 
(26%,18%,0%,9%)
(0.26/0.18/0.00/0.09)	

CMYK percentages

%26.18
%18.03
%0
%8.63

Codes

Color #ACBFE9 in popluar color models

ACBFE9
RGB172191233
HSL221°58.10%79.41%
HSB/HSV221°26.18%91.37%
CMYK26.18%18.03%0.00%
8.63%

Color #ACBFE9 in popluar number systems.

HEXACBFE9
Decimal172191233
Binary101011001011111111101001
Octal254277351

Shades and tints

Shades of #ACBFE9

#ACBFE9
(172,191,233)
#9DAED4
(157,174,212)
#8E9DBF
(142,157,191)
#7F8CAA
(127,140,170)
#707B95
(112,123,149)
#616A80
(97,106,128)
#52596B
(82,89,107)
#434856
(67,72,86)
#343741
(52,55,65)
#25262C
(37,38,44)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #ACBFE9

#ACBFE9
(172,191,233)
#B3C4EB
(179,196,235)
#BAC9ED
(186,201,237)
#C1CEEF
(193,206,239)
#C8D3F1
(200,211,241)
#CFD8F3
(207,216,243)
#D6DDF5
(214,221,245)
#DDE2F7
(221,226,247)
#E4E7F9
(228,231,249)
#EBECFB
(235,236,251)
#F2F1FD
(242,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBFE9 color. Also use rgb(172,191,233) instead hex code.

Text Font Color

.myTextColor { color: #ACBFE9; }

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

This text font color is #ACBFE9.


Background Color

.myBgColor { background-color: #ACBFE9; }

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

This div background color is #ACBFE9.


Border color

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

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

This div border color is #ACBFE9.


Opacity

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

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

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

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

This text has shadow with #ACBFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBFE9 on black background.


Color preview on white background

This text has color #ACBFE9 on white background.



Black color preview on #ACBFE9 background

This text has black color on #ACBFE9 background.


White color preview on #ACBFE9 background

This text has white color on #ACBFE9 background.