COLOR #ACB8E7

HEX: #ACB8E7 RGB: (172,184,231)

Color info

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

RGB color model

#ACB8E7 color RGB value is (172,184,231).

RGB: (172,184,231) (67%, 72%, 91%)

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 231 of 255 = 91%

172
184
231

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

Portions of RGB colors in percentages

R + G + B = 172 + 184 + 231 = 587 (100%)
R 172 of 587 ~ 29.3%
G 184 of 587 ~ 31.35%
B 231 of 587 ~ 39.35'%

%29.3
%31.35
%39.35

CMYK color model

#ACB8E7 color CMYK value is (26,20,0,9).

  • cyan value is 25.54%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (26,20,0,9)
C26M20Y0K9 (26%, 20%, 0%, 9%)
(0.26 / 0.20 / 0.00 / 0.09)

CMYK percentages

%25.54
%20.35
%0
%9.41

Codes

Color #ACB8E7 in popluar color models

AC B8 E7
RGB 172 184 231
HSL 228° 55.14% 79.02%
HSB/HSV 228° 25.54% 90.59%
CMYK 25.54% 20.35% 0.00%
9.41%

Color #ACB8E7 in popluar number systems.

HEX AC B8 E7
Decimal 172 184 231
Binary 10101100 10111000 11100111
Octal 254 270 347

Shades and tints

Shades of #ACB8E7

#ACB8E7
(172,184,231)
#9DA8D2
(157,168,210)
#8E98BD
(142,152,189)
#7F88A8
(127,136,168)
#707893
(112,120,147)
#61687E
(97,104,126)
#525869
(82,88,105)
#434854
(67,72,84)
#34383F
(52,56,63)
#25282A
(37,40,42)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #ACB8E7

#ACB8E7
(172,184,231)
#B3BEE9
(179,190,233)
#BAC4EB
(186,196,235)
#C1CAED
(193,202,237)
#C8D0EF
(200,208,239)
#CFD6F1
(207,214,241)
#D6DCF3
(214,220,243)
#DDE2F5
(221,226,245)
#E4E8F7
(228,232,247)
#EBEEF9
(235,238,249)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB8E7; }

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

This text font color is #ACB8E7.

Background Color

.myBgColor { background-color: #ACB8E7; }

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

This div background color is #ACB8E7.

Border color

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

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

This div border color is #ACB8E7.

Opacity

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

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

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

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

This text has shadow with #ACB8E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB8E7.

Preview

Color preview on black background

This text has color #ACB8E7 on black background.


Color preview on white background

This text has color #ACB8E7 on white background.


Black color preview on #ACB8E7 background

This text has black color on #ACB8E7 background.


White color preview on #ACB8E7 background

This text has white color on #ACB8E7 background.


Related colors

Complementary color

Complementary color for #hex is #534718.


I love getcolorcode.com

Triadic colors

1 #E7ACB8 and #B8E7AC with #ACB8E7 are triadic colors.

2 #E7B8AC and #B8ACE7 with #ACB8E7 are triadic colors.