COLOR #ACAFC5

HEX: #ACAFC5
RGB: (172,175,197)

Color info

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

RGB color model

#ACAFC5 color RGB value is (172,175,197).

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

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 197 of 255 = 77%

172
175
197

R + G + B ~ 71%. #ACAFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 175 + 197 = 544 (100%)
R 172 of 544 ~ 31.62%
G 175 of 544 ~ 32.17%
B 197 of 544 ~ 36.21%

%31.62
%32.17
%36.21

CMYK color model

#ACAFC5 color CMYK value is (13,11,0,23).

  • cyan value is 12.69%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(13,11,0,23)
C13M11Y0K23 
(13%,11%,0%,23%)
(0.13/0.11/0.00/0.23)	

CMYK percentages

%12.69
%11.17
%0
%22.75

Codes

Color #ACAFC5 in popluar color models

ACAFC5
RGB172175197
HSL233°17.73%72.35%
HSB/HSV233°12.69%77.25%
CMYK12.69%11.17%0.00%
22.75%

Color #ACAFC5 in popluar number systems.

HEXACAFC5
Decimal172175197
Binary101011001010111111000101
Octal254257305

Shades and tints

Shades of #ACAFC5

#ACAFC5
(172,175,197)
#9DA0B4
(157,160,180)
#8E91A3
(142,145,163)
#7F8292
(127,130,146)
#707381
(112,115,129)
#616470
(97,100,112)
#52555F
(82,85,95)
#43464E
(67,70,78)
#34373D
(52,55,61)
#25282C
(37,40,44)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #ACAFC5

#ACAFC5
(172,175,197)
#B3B6CA
(179,182,202)
#BABDCF
(186,189,207)
#C1C4D4
(193,196,212)
#C8CBD9
(200,203,217)
#CFD2DE
(207,210,222)
#D6D9E3
(214,217,227)
#DDE0E8
(221,224,232)
#E4E7ED
(228,231,237)
#EBEEF2
(235,238,242)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAFC5; }

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

This text font color is #ACAFC5.


Background Color

.myBgColor { background-color: #ACAFC5; }

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

This div background color is #ACAFC5.


Border color

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

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

This div border color is #ACAFC5.


Opacity

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

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

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

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

This text has shadow with #ACAFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAFC5 on black background.


Color preview on white background

This text has color #ACAFC5 on white background.



Black color preview on #ACAFC5 background

This text has black color on #ACAFC5 background.


White color preview on #ACAFC5 background

This text has white color on #ACAFC5 background.