COLOR #ACB7C8

HEX: #ACB7C8
RGB: (172,183,200)

Color info

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

RGB color model

#ACB7C8 color RGB value is (172,183,200).

  • red value is 172;
  • green value is 183;
  • blue value is 200.
RGB:
(172,183,200)
(67%,72%,78%)

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 200 of 255 = 78%

172
183
200

R + G + B ~ 72%. #ACB7C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 183 + 200 = 555 (100%)
R 172 of 555 ~ 30.99%
G 183 of 555 ~ 32.97%
B 200 of 555 ~ 36.04%

%30.99
%32.97
%36.04

CMYK color model

#ACB7C8 color CMYK value is (14,9,0,22).

  • cyan value is 14.00%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(14,9,0,22)
C14M9Y0K22 
(14%,9%,0%,22%)
(0.14/0.09/0.00/0.22)	

CMYK percentages

%14
%8.5
%0
%21.57

Codes

Color #ACB7C8 in popluar color models

ACB7C8
RGB172183200
HSL216°20.29%72.94%
HSB/HSV216°14.00%78.43%
CMYK14.00%8.50%0.00%
21.57%

Color #ACB7C8 in popluar number systems.

HEXACB7C8
Decimal172183200
Binary101011001011011111001000
Octal254267310

Shades and tints

Shades of #ACB7C8

#ACB7C8
(172,183,200)
#9DA7B6
(157,167,182)
#8E97A4
(142,151,164)
#7F8792
(127,135,146)
#707780
(112,119,128)
#61676E
(97,103,110)
#52575C
(82,87,92)
#43474A
(67,71,74)
#343738
(52,55,56)
#252726
(37,39,38)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #ACB7C8

#ACB7C8
(172,183,200)
#B3BDCD
(179,189,205)
#BAC3D2
(186,195,210)
#C1C9D7
(193,201,215)
#C8CFDC
(200,207,220)
#CFD5E1
(207,213,225)
#D6DBE6
(214,219,230)
#DDE1EB
(221,225,235)
#E4E7F0
(228,231,240)
#EBEDF5
(235,237,245)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB7C8 color. Also use rgb(172,183,200) instead hex code.

Text Font Color

.myTextColor { color: #ACB7C8; }

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

This text font color is #ACB7C8.


Background Color

.myBgColor { background-color: #ACB7C8; }

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

This div background color is #ACB7C8.


Border color

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

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

This div border color is #ACB7C8.


Opacity

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

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

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

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

This text has shadow with #ACB7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB7C8 on black background.


Color preview on white background

This text has color #ACB7C8 on white background.



Black color preview on #ACB7C8 background

This text has black color on #ACB7C8 background.


White color preview on #ACB7C8 background

This text has white color on #ACB7C8 background.