COLOR #ACACCB

HEX: #ACACCB
RGB: (172,172,203)

Color info

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

RGB color model

#ACACCB color RGB value is (172,172,203).

  • red value is 172;
  • green value is 172;
  • blue value is 203.
RGB:
(172,172,203)
(67%,67%,80%)

RGB channels and saturation

R 172 of 255 = 67%
G 172 of 255 = 67%
B 203 of 255 = 80%

172
172
203

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

Portions of RGB colors in percentages

R + G + B =
172 + 172 + 203 = 547 (100%)
R 172 of 547 ~ 31.44%
G 172 of 547 ~ 31.44%
B 203 of 547 ~ 37.11%

%31.44
%31.44
%37.11

CMYK color model

#ACACCB color CMYK value is (15,15,0,20).

  • cyan value is 15.27%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(15,15,0,20)
C15M15Y0K20 
(15%,15%,0%,20%)
(0.15/0.15/0.00/0.20)	

CMYK percentages

%15.27
%15.27
%0
%20.39

Codes

Color #ACACCB in popluar color models

ACACCB
RGB172172203
HSL240°22.96%73.53%
HSB/HSV240°15.27%79.61%
CMYK15.27%15.27%0.00%
20.39%

Color #ACACCB in popluar number systems.

HEXACACCB
Decimal172172203
Binary101011001010110011001011
Octal254254313

Shades and tints

Shades of #ACACCB

#ACACCB
(172,172,203)
#9D9DB9
(157,157,185)
#8E8EA7
(142,142,167)
#7F7F95
(127,127,149)
#707083
(112,112,131)
#616171
(97,97,113)
#52525F
(82,82,95)
#43434D
(67,67,77)
#34343B
(52,52,59)
#252529
(37,37,41)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #ACACCB

#ACACCB
(172,172,203)
#B3B3CF
(179,179,207)
#BABAD3
(186,186,211)
#C1C1D7
(193,193,215)
#C8C8DB
(200,200,219)
#CFCFDF
(207,207,223)
#D6D6E3
(214,214,227)
#DDDDE7
(221,221,231)
#E4E4EB
(228,228,235)
#EBEBEF
(235,235,239)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACACCB; }

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

This text font color is #ACACCB.


Background Color

.myBgColor { background-color: #ACACCB; }

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

This div background color is #ACACCB.


Border color

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

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

This div border color is #ACACCB.


Opacity

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

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

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

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

This text has shadow with #ACACCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACACCB on black background.


Color preview on white background

This text has color #ACACCB on white background.



Black color preview on #ACACCB background

This text has black color on #ACACCB background.


White color preview on #ACACCB background

This text has white color on #ACACCB background.