COLOR #ACB8E1

HEX: #ACB8E1
RGB: (172,184,225)

Color info

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

RGB color model

#ACB8E1 color RGB value is (172,184,225).

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

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 225 of 255 = 88%

172
184
225

R + G + B ~ 76%. #ACB8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 184 + 225 = 581 (100%)
R 172 of 581 ~ 29.6%
G 184 of 581 ~ 31.67%
B 225 of 581 ~ 38.73%

%29.6
%31.67
%38.73

CMYK color model

#ACB8E1 color CMYK value is (24,18,0,12).

  • cyan value is 23.56%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(24,18,0,12)
C24M18Y0K12 
(24%,18%,0%,12%)
(0.24/0.18/0.00/0.12)	

CMYK percentages

%23.56
%18.22
%0
%11.76

Codes

Color #ACB8E1 in popluar color models

ACB8E1
RGB172184225
HSL226°46.90%77.84%
HSB/HSV226°23.56%88.24%
CMYK23.56%18.22%0.00%
11.76%

Color #ACB8E1 in popluar number systems.

HEXACB8E1
Decimal172184225
Binary101011001011100011100001
Octal254270341

Shades and tints

Shades of #ACB8E1

#ACB8E1
(172,184,225)
#9DA8CD
(157,168,205)
#8E98B9
(142,152,185)
#7F88A5
(127,136,165)
#707891
(112,120,145)
#61687D
(97,104,125)
#525869
(82,88,105)
#434855
(67,72,85)
#343841
(52,56,65)
#25282D
(37,40,45)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #ACB8E1

#ACB8E1
(172,184,225)
#B3BEE3
(179,190,227)
#BAC4E5
(186,196,229)
#C1CAE7
(193,202,231)
#C8D0E9
(200,208,233)
#CFD6EB
(207,214,235)
#D6DCED
(214,220,237)
#DDE2EF
(221,226,239)
#E4E8F1
(228,232,241)
#EBEEF3
(235,238,243)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB8E1; }

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

This text font color is #ACB8E1.


Background Color

.myBgColor { background-color: #ACB8E1; }

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

This div background color is #ACB8E1.


Border color

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

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

This div border color is #ACB8E1.


Opacity

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

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

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

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

This text has shadow with #ACB8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB8E1 on black background.


Color preview on white background

This text has color #ACB8E1 on white background.



Black color preview on #ACB8E1 background

This text has black color on #ACB8E1 background.


White color preview on #ACB8E1 background

This text has white color on #ACB8E1 background.