COLOR #ACAFC9

HEX: #ACAFC9
RGB: (172,175,201)

Color info

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

RGB color model

#ACAFC9 color RGB value is (172,175,201).

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

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 201 of 255 = 79%

172
175
201

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

Portions of RGB colors in percentages

R + G + B =
172 + 175 + 201 = 548 (100%)
R 172 of 548 ~ 31.39%
G 175 of 548 ~ 31.93%
B 201 of 548 ~ 36.68%

%31.39
%31.93
%36.68

CMYK color model

#ACAFC9 color CMYK value is (14,13,0,21).

  • cyan value is 14.43%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(14,13,0,21)
C14M13Y0K21 
(14%,13%,0%,21%)
(0.14/0.13/0.00/0.21)	

CMYK percentages

%14.43
%12.94
%0
%21.18

Codes

Color #ACAFC9 in popluar color models

ACAFC9
RGB172175201
HSL234°21.17%73.14%
HSB/HSV234°14.43%78.82%
CMYK14.43%12.94%0.00%
21.18%

Color #ACAFC9 in popluar number systems.

HEXACAFC9
Decimal172175201
Binary101011001010111111001001
Octal254257311

Shades and tints

Shades of #ACAFC9

#ACAFC9
(172,175,201)
#9DA0B7
(157,160,183)
#8E91A5
(142,145,165)
#7F8293
(127,130,147)
#707381
(112,115,129)
#61646F
(97,100,111)
#52555D
(82,85,93)
#43464B
(67,70,75)
#343739
(52,55,57)
#252827
(37,40,39)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #ACAFC9

#ACAFC9
(172,175,201)
#B3B6CD
(179,182,205)
#BABDD1
(186,189,209)
#C1C4D5
(193,196,213)
#C8CBD9
(200,203,217)
#CFD2DD
(207,210,221)
#D6D9E1
(214,217,225)
#DDE0E5
(221,224,229)
#E4E7E9
(228,231,233)
#EBEEED
(235,238,237)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAFC9; }

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

This text font color is #ACAFC9.


Background Color

.myBgColor { background-color: #ACAFC9; }

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

This div background color is #ACAFC9.


Border color

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

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

This div border color is #ACAFC9.


Opacity

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

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

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

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

This text has shadow with #ACAFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAFC9 on black background.


Color preview on white background

This text has color #ACAFC9 on white background.



Black color preview on #ACAFC9 background

This text has black color on #ACAFC9 background.


White color preview on #ACAFC9 background

This text has white color on #ACAFC9 background.