COLOR #AC9DCB

HEX: #AC9DCB
RGB: (172,157,203)

Color info

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

RGB color model

#AC9DCB color RGB value is (172,157,203).

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

RGB channels and saturation

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

172
157
203

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

Portions of RGB colors in percentages

R + G + B =
172 + 157 + 203 = 532 (100%)
R 172 of 532 ~ 32.33%
G 157 of 532 ~ 29.51%
B 203 of 532 ~ 38.16%

%32.33
%29.51
%38.16

CMYK color model

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

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

CMYK percentages

%15.27
%22.66
%0
%20.39

Codes

Color #AC9DCB in popluar color models

AC9DCB
RGB172157203
HSL260°30.67%70.59%
HSB/HSV260°22.66%79.61%
CMYK15.27%22.66%0.00%
20.39%

Color #AC9DCB in popluar number systems.

HEXAC9DCB
Decimal172157203
Binary101011001001110111001011
Octal254235313

Shades and tints

Shades of #AC9DCB

#AC9DCB
(172,157,203)
#9D8FB9
(157,143,185)
#8E81A7
(142,129,167)
#7F7395
(127,115,149)
#706583
(112,101,131)
#615771
(97,87,113)
#52495F
(82,73,95)
#433B4D
(67,59,77)
#342D3B
(52,45,59)
#251F29
(37,31,41)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #AC9DCB

#AC9DCB
(172,157,203)
#B3A5CF
(179,165,207)
#BAADD3
(186,173,211)
#C1B5D7
(193,181,215)
#C8BDDB
(200,189,219)
#CFC5DF
(207,197,223)
#D6CDE3
(214,205,227)
#DDD5E7
(221,213,231)
#E4DDEB
(228,221,235)
#EBE5EF
(235,229,239)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9DCB; }

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

This text font color is #AC9DCB.


Background Color

.myBgColor { background-color: #AC9DCB; }

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

This div background color is #AC9DCB.


Border color

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

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

This div border color is #AC9DCB.


Opacity

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

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

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

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

This text has shadow with #AC9DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9DCB on black background.


Color preview on white background

This text has color #AC9DCB on white background.



Black color preview on #AC9DCB background

This text has black color on #AC9DCB background.


White color preview on #AC9DCB background

This text has white color on #AC9DCB background.