COLOR #ACBFC9

HEX: #ACBFC9
RGB: (172,191,201)

Color info

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

RGB color model

#ACBFC9 color RGB value is (172,191,201).

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

RGB channels and saturation

R 172 of 255 = 67%
G 191 of 255 = 75%
B 201 of 255 = 79%

172
191
201

R + G + B ~ 74%. #ACBFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 191 + 201 = 564 (100%)
R 172 of 564 ~ 30.5%
G 191 of 564 ~ 33.87%
B 201 of 564 ~ 35.64%

%30.5
%33.87
%35.64

CMYK color model

#ACBFC9 color CMYK value is (14,5,0,21).

  • cyan value is 14.43%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(14,5,0,21)
C14M5Y0K21 
(14%,5%,0%,21%)
(0.14/0.05/0.00/0.21)	

CMYK percentages

%14.43
%4.98
%0
%21.18

Codes

Color #ACBFC9 in popluar color models

ACBFC9
RGB172191201
HSL201°21.17%73.14%
HSB/HSV201°14.43%78.82%
CMYK14.43%4.98%0.00%
21.18%

Color #ACBFC9 in popluar number systems.

HEXACBFC9
Decimal172191201
Binary101011001011111111001001
Octal254277311

Shades and tints

Shades of #ACBFC9

#ACBFC9
(172,191,201)
#9DAEB7
(157,174,183)
#8E9DA5
(142,157,165)
#7F8C93
(127,140,147)
#707B81
(112,123,129)
#616A6F
(97,106,111)
#52595D
(82,89,93)
#43484B
(67,72,75)
#343739
(52,55,57)
#252627
(37,38,39)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #ACBFC9

#ACBFC9
(172,191,201)
#B3C4CD
(179,196,205)
#BAC9D1
(186,201,209)
#C1CED5
(193,206,213)
#C8D3D9
(200,211,217)
#CFD8DD
(207,216,221)
#D6DDE1
(214,221,225)
#DDE2E5
(221,226,229)
#E4E7E9
(228,231,233)
#EBECED
(235,236,237)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBFC9; }

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

This text font color is #ACBFC9.


Background Color

.myBgColor { background-color: #ACBFC9; }

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

This div background color is #ACBFC9.


Border color

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

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

This div border color is #ACBFC9.


Opacity

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

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

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

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

This text has shadow with #ACBFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBFC9 on black background.


Color preview on white background

This text has color #ACBFC9 on white background.



Black color preview on #ACBFC9 background

This text has black color on #ACBFC9 background.


White color preview on #ACBFC9 background

This text has white color on #ACBFC9 background.