COLOR #ACA6CB

HEX: #ACA6CB
RGB: (172,166,203)

Color info

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

RGB color model

#ACA6CB color RGB value is (172,166,203).

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

RGB channels and saturation

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

172
166
203

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

Portions of RGB colors in percentages

R + G + B =
172 + 166 + 203 = 541 (100%)
R 172 of 541 ~ 31.79%
G 166 of 541 ~ 30.68%
B 203 of 541 ~ 37.52%

%31.79
%30.68
%37.52

CMYK color model

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

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

CMYK percentages

%15.27
%18.23
%0
%20.39

Codes

Color #ACA6CB in popluar color models

ACA6CB
RGB172166203
HSL250°26.24%72.35%
HSB/HSV250°18.23%79.61%
CMYK15.27%18.23%0.00%
20.39%

Color #ACA6CB in popluar number systems.

HEXACA6CB
Decimal172166203
Binary101011001010011011001011
Octal254246313

Shades and tints

Shades of #ACA6CB

#ACA6CB
(172,166,203)
#9D97B9
(157,151,185)
#8E88A7
(142,136,167)
#7F7995
(127,121,149)
#706A83
(112,106,131)
#615B71
(97,91,113)
#524C5F
(82,76,95)
#433D4D
(67,61,77)
#342E3B
(52,46,59)
#251F29
(37,31,41)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #ACA6CB

#ACA6CB
(172,166,203)
#B3AECF
(179,174,207)
#BAB6D3
(186,182,211)
#C1BED7
(193,190,215)
#C8C6DB
(200,198,219)
#CFCEDF
(207,206,223)
#D6D6E3
(214,214,227)
#DDDEE7
(221,222,231)
#E4E6EB
(228,230,235)
#EBEEEF
(235,238,239)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA6CB; }

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

This text font color is #ACA6CB.


Background Color

.myBgColor { background-color: #ACA6CB; }

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

This div background color is #ACA6CB.


Border color

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

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

This div border color is #ACA6CB.


Opacity

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

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

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

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

This text has shadow with #ACA6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA6CB on black background.


Color preview on white background

This text has color #ACA6CB on white background.



Black color preview on #ACA6CB background

This text has black color on #ACA6CB background.


White color preview on #ACA6CB background

This text has white color on #ACA6CB background.