COLOR #ACAFCF

HEX: #ACAFCF
RGB: (172,175,207)

Color info

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

RGB color model

#ACAFCF color RGB value is (172,175,207).

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

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 207 of 255 = 81%

172
175
207

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

Portions of RGB colors in percentages

R + G + B =
172 + 175 + 207 = 554 (100%)
R 172 of 554 ~ 31.05%
G 175 of 554 ~ 31.59%
B 207 of 554 ~ 37.36%

%31.05
%31.59
%37.36

CMYK color model

#ACAFCF color CMYK value is (17,15,0,19).

  • cyan value is 16.91%
  • magenta value is 15.46%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(17,15,0,19)
C17M15Y0K19 
(17%,15%,0%,19%)
(0.17/0.15/0.00/0.19)	

CMYK percentages

%16.91
%15.46
%0
%18.82

Codes

Color #ACAFCF in popluar color models

ACAFCF
RGB172175207
HSL235°26.72%74.31%
HSB/HSV235°16.91%81.18%
CMYK16.91%15.46%0.00%
18.82%

Color #ACAFCF in popluar number systems.

HEXACAFCF
Decimal172175207
Binary101011001010111111001111
Octal254257317

Shades and tints

Shades of #ACAFCF

#ACAFCF
(172,175,207)
#9DA0BD
(157,160,189)
#8E91AB
(142,145,171)
#7F8299
(127,130,153)
#707387
(112,115,135)
#616475
(97,100,117)
#525563
(82,85,99)
#434651
(67,70,81)
#34373F
(52,55,63)
#25282D
(37,40,45)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #ACAFCF

#ACAFCF
(172,175,207)
#B3B6D3
(179,182,211)
#BABDD7
(186,189,215)
#C1C4DB
(193,196,219)
#C8CBDF
(200,203,223)
#CFD2E3
(207,210,227)
#D6D9E7
(214,217,231)
#DDE0EB
(221,224,235)
#E4E7EF
(228,231,239)
#EBEEF3
(235,238,243)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAFCF; }

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

This text font color is #ACAFCF.


Background Color

.myBgColor { background-color: #ACAFCF; }

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

This div background color is #ACAFCF.


Border color

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

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

This div border color is #ACAFCF.


Opacity

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

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

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

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

This text has shadow with #ACAFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAFCF on black background.


Color preview on white background

This text has color #ACAFCF on white background.



Black color preview on #ACAFCF background

This text has black color on #ACAFCF background.


White color preview on #ACAFCF background

This text has white color on #ACAFCF background.