COLOR #ACAAC5

HEX: #ACAAC5 RGB: (172,170,197)

Color info

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

RGB color model

#ACAAC5 color RGB value is (172,170,197).

RGB: (172,170,197) (67%, 67%, 77%)

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 197 of 255 = 77%

172
170
197

R + G + B ~ 70%. #ACAAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 170 + 197 = 539 (100%)
R 172 of 539 ~ 31.91%
G 170 of 539 ~ 31.54%
B 197 of 539 ~ 36.55'%

%31.91
%31.54
%36.55

CMYK color model

#ACAAC5 color CMYK value is (13,14,0,23).

  • cyan value is 12.69%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (13,14,0,23) C13M14Y0K23 (13%,14%,0%,23%) (0.13/0.14/0.00/0.23) 

CMYK percentages

%12.69
%13.71
%0
%22.75

Codes

Color #ACAAC5 in popluar color models

AC AA C5
RGB 172 170 197
HSL 244° 18.88% 71.96%
HSB/HSV 244° 13.71% 77.25%
CMYK 12.69% 13.71% 0.00%
22.75%

Color #ACAAC5 in popluar number systems.

HEX AC AA C5
Decimal 172 170 197
Binary 10101100 10101010 11000101
Octal 254 252 305

Shades and tints

Shades of #ACAAC5

#ACAAC5
(172,170,197)
#9D9BB4
(157,155,180)
#8E8CA3
(142,140,163)
#7F7D92
(127,125,146)
#706E81
(112,110,129)
#615F70
(97,95,112)
#52505F
(82,80,95)
#43414E
(67,65,78)
#34323D
(52,50,61)
#25232C
(37,35,44)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #ACAAC5

#ACAAC5
(172,170,197)
#B3B1CA
(179,177,202)
#BAB8CF
(186,184,207)
#C1BFD4
(193,191,212)
#C8C6D9
(200,198,217)
#CFCDDE
(207,205,222)
#D6D4E3
(214,212,227)
#DDDBE8
(221,219,232)
#E4E2ED
(228,226,237)
#EBE9F2
(235,233,242)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAAC5; }

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

This text font color is #ACAAC5.


Background Color

.myBgColor { background-color: #ACAAC5; }

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

This div background color is #ACAAC5.


Border color

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

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

This div border color is #ACAAC5.


Opacity

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

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

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

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

This text has shadow with #ACAAC5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ACAAC5 on black background.


Color preview on white background

This text has color #ACAAC5 on white background.



Black color preview on #ACAAC5 background

This text has black color on #ACAAC5 background.


White color preview on #ACAAC5 background

This text has white color on #ACAAC5 background.