COLOR #ACB8CF

HEX: #ACB8CF RGB: (172,184,207)

Color info

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

RGB color model

#ACB8CF color RGB value is (172,184,207).

RGB: (172,184,207) (67%, 72%, 81%)

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 207 of 255 = 81%

172
184
207

R + G + B ~ 73%. #ACB8CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 184 + 207 = 563 (100%)
R 172 of 563 ~ 30.55%
G 184 of 563 ~ 32.68%
B 207 of 563 ~ 36.77'%

%30.55
%32.68
%36.77

CMYK color model

#ACB8CF color CMYK value is (17,11,0,19).

  • cyan value is 16.91%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (17,11,0,19)
C17M11Y0K19 (17%, 11%, 0%, 19%)
(0.17 / 0.11 / 0.00 / 0.19)

CMYK percentages

%16.91
%11.11
%0
%18.82

Codes

Color #ACB8CF in popluar color models

AC B8 CF
RGB 172 184 207
HSL 219° 26.72% 74.31%
HSB/HSV 219° 16.91% 81.18%
CMYK 16.91% 11.11% 0.00%
18.82%

Color #ACB8CF in popluar number systems.

HEX AC B8 CF
Decimal 172 184 207
Binary 10101100 10111000 11001111
Octal 254 270 317

Shades and tints

Shades of #ACB8CF

#ACB8CF
(172,184,207)
#9DA8BD
(157,168,189)
#8E98AB
(142,152,171)
#7F8899
(127,136,153)
#707887
(112,120,135)
#616875
(97,104,117)
#525863
(82,88,99)
#434851
(67,72,81)
#34383F
(52,56,63)
#25282D
(37,40,45)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #ACB8CF

#ACB8CF
(172,184,207)
#B3BED3
(179,190,211)
#BAC4D7
(186,196,215)
#C1CADB
(193,202,219)
#C8D0DF
(200,208,223)
#CFD6E3
(207,214,227)
#D6DCE7
(214,220,231)
#DDE2EB
(221,226,235)
#E4E8EF
(228,232,239)
#EBEEF3
(235,238,243)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB8CF; }

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

This text font color is #ACB8CF.

Background Color

.myBgColor { background-color: #ACB8CF; }

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

This div background color is #ACB8CF.

Border color

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

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

This div border color is #ACB8CF.

Opacity

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

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

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

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

This text has shadow with #ACB8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB8CF.

Preview

Color preview on black background

This text has color #ACB8CF on black background.


Color preview on white background

This text has color #ACB8CF on white background.


Black color preview on #ACB8CF background

This text has black color on #ACB8CF background.


White color preview on #ACB8CF background

This text has white color on #ACB8CF background.


Related colors

Complementary color

Complementary color for #hex is #534730.


I love getcolorcode.com

Triadic colors

1 #CFACB8 and #B8CFAC with #ACB8CF are triadic colors.

2 #CFB8AC and #B8ACCF with #ACB8CF are triadic colors.