COLOR #ACB2C9

HEX: #ACB2C9
RGB: (172,178,201)

Color info

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

RGB color model

#ACB2C9 color RGB value is (172,178,201).

  • red value is 172;
  • green value is 178;
  • blue value is 201.
RGB:
(172,178,201)
(67%,70%,79%)

RGB channels and saturation

R 172 of 255 = 67%
G 178 of 255 = 70%
B 201 of 255 = 79%

172
178
201

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

Portions of RGB colors in percentages

R + G + B =
172 + 178 + 201 = 551 (100%)
R 172 of 551 ~ 31.22%
G 178 of 551 ~ 32.3%
B 201 of 551 ~ 36.48%

%31.22
%32.3
%36.48

CMYK color model

#ACB2C9 color CMYK value is (14,11,0,21).

  • cyan value is 14.43%
  • magenta value is 11.44%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(14,11,0,21)
C14M11Y0K21 
(14%,11%,0%,21%)
(0.14/0.11/0.00/0.21)	

CMYK percentages

%14.43
%11.44
%0
%21.18

Codes

Color #ACB2C9 in popluar color models

ACB2C9
RGB172178201
HSL228°21.17%73.14%
HSB/HSV228°14.43%78.82%
CMYK14.43%11.44%0.00%
21.18%

Color #ACB2C9 in popluar number systems.

HEXACB2C9
Decimal172178201
Binary101011001011001011001001
Octal254262311

Shades and tints

Shades of #ACB2C9

#ACB2C9
(172,178,201)
#9DA2B7
(157,162,183)
#8E92A5
(142,146,165)
#7F8293
(127,130,147)
#707281
(112,114,129)
#61626F
(97,98,111)
#52525D
(82,82,93)
#43424B
(67,66,75)
#343239
(52,50,57)
#252227
(37,34,39)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #ACB2C9

#ACB2C9
(172,178,201)
#B3B9CD
(179,185,205)
#BAC0D1
(186,192,209)
#C1C7D5
(193,199,213)
#C8CED9
(200,206,217)
#CFD5DD
(207,213,221)
#D6DCE1
(214,220,225)
#DDE3E5
(221,227,229)
#E4EAE9
(228,234,233)
#EBF1ED
(235,241,237)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB2C9 color. Also use rgb(172,178,201) instead hex code.

Text Font Color

.myTextColor { color: #ACB2C9; }

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

This text font color is #ACB2C9.


Background Color

.myBgColor { background-color: #ACB2C9; }

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

This div background color is #ACB2C9.


Border color

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

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

This div border color is #ACB2C9.


Opacity

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

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

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

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

This text has shadow with #ACB2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB2C9 on black background.


Color preview on white background

This text has color #ACB2C9 on white background.



Black color preview on #ACB2C9 background

This text has black color on #ACB2C9 background.


White color preview on #ACB2C9 background

This text has white color on #ACB2C9 background.