COLOR #ACABBD

HEX: #ACABBD
RGB: (172,171,189)

Color info

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

RGB color model

#ACABBD color RGB value is (172,171,189).

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

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 189 of 255 = 74%

172
171
189

R + G + B ~ 69%. #ACABBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 189 = 532 (100%)
R 172 of 532 ~ 32.33%
G 171 of 532 ~ 32.14%
B 189 of 532 ~ 35.53%

%32.33
%32.14
%35.53

CMYK color model

#ACABBD color CMYK value is (9,10,0,26).

  • cyan value is 8.99%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(9,10,0,26)
C9M10Y0K26 
(9%,10%,0%,26%)
(0.09/0.10/0.00/0.26)	

CMYK percentages

%8.99
%9.52
%0
%25.88

Codes

Color #ACABBD in popluar color models

ACABBD
RGB172171189
HSL243°12.00%70.59%
HSB/HSV243°9.52%74.12%
CMYK8.99%9.52%0.00%
25.88%

Color #ACABBD in popluar number systems.

HEXACABBD
Decimal172171189
Binary101011001010101110111101
Octal254253275

Shades and tints

Shades of #ACABBD

#ACABBD
(172,171,189)
#9D9CAC
(157,156,172)
#8E8D9B
(142,141,155)
#7F7E8A
(127,126,138)
#706F79
(112,111,121)
#616068
(97,96,104)
#525157
(82,81,87)
#434246
(67,66,70)
#343335
(52,51,53)
#252424
(37,36,36)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #ACABBD

#ACABBD
(172,171,189)
#B3B2C3
(179,178,195)
#BAB9C9
(186,185,201)
#C1C0CF
(193,192,207)
#C8C7D5
(200,199,213)
#CFCEDB
(207,206,219)
#D6D5E1
(214,213,225)
#DDDCE7
(221,220,231)
#E4E3ED
(228,227,237)
#EBEAF3
(235,234,243)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACABBD; }

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

This text font color is #ACABBD.


Background Color

.myBgColor { background-color: #ACABBD; }

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

This div background color is #ACABBD.


Border color

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

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

This div border color is #ACABBD.


Opacity

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

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

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

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

This text has shadow with #ACABBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACABBD on black background.


Color preview on white background

This text has color #ACABBD on white background.



Black color preview on #ACABBD background

This text has black color on #ACABBD background.


White color preview on #ACABBD background

This text has white color on #ACABBD background.