COLOR #ACBDBB

HEX: #ACBDBB
RGB: (172,189,187)

Color info

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

RGB color model

#ACBDBB color RGB value is (172,189,187).

  • red value is 172;
  • green value is 189;
  • blue value is 187.
RGB:
(172,189,187)
(67%,74%,73%)

RGB channels and saturation

R 172 of 255 = 67%
G 189 of 255 = 74%
B 187 of 255 = 73%

172
189
187

R + G + B ~ 71%. #ACBDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 189 + 187 = 548 (100%)
R 172 of 548 ~ 31.39%
G 189 of 548 ~ 34.49%
B 187 of 548 ~ 34.12%

%31.39
%34.49
%34.12

CMYK color model

#ACBDBB color CMYK value is (9,0,1,26).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • key color value is 25.88%
CMYK:
(9,0,1,26)
C9M0Y1K26 
(9%,0%,1%,26%)
(0.09/0.00/0.01/0.26)	

CMYK percentages

%8.99
%0
%1.06
%25.88

Codes

Color #ACBDBB in popluar color models

ACBDBB
RGB172189187
HSL173°11.41%70.78%
HSB/HSV173°8.99%74.12%
CMYK8.99%0.00%1.06%
25.88%

Color #ACBDBB in popluar number systems.

HEXACBDBB
Decimal172189187
Binary101011001011110110111011
Octal254275273

Shades and tints

Shades of #ACBDBB

#ACBDBB
(172,189,187)
#9DACAA
(157,172,170)
#8E9B99
(142,155,153)
#7F8A88
(127,138,136)
#707977
(112,121,119)
#616866
(97,104,102)
#525755
(82,87,85)
#434644
(67,70,68)
#343533
(52,53,51)
#252422
(37,36,34)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #ACBDBB

#ACBDBB
(172,189,187)
#B3C3C1
(179,195,193)
#BAC9C7
(186,201,199)
#C1CFCD
(193,207,205)
#C8D5D3
(200,213,211)
#CFDBD9
(207,219,217)
#D6E1DF
(214,225,223)
#DDE7E5
(221,231,229)
#E4EDEB
(228,237,235)
#EBF3F1
(235,243,241)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBDBB color. Also use rgb(172,189,187) instead hex code.

Text Font Color

.myTextColor { color: #ACBDBB; }

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

This text font color is #ACBDBB.


Background Color

.myBgColor { background-color: #ACBDBB; }

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

This div background color is #ACBDBB.


Border color

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

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

This div border color is #ACBDBB.


Opacity

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

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

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

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

This text has shadow with #ACBDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBDBB on black background.


Color preview on white background

This text has color #ACBDBB on white background.



Black color preview on #ACBDBB background

This text has black color on #ACBDBB background.


White color preview on #ACBDBB background

This text has white color on #ACBDBB background.