COLOR #AC9DCD

HEX: #AC9DCD
RGB: (172,157,205)

Color info

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

RGB color model

#AC9DCD color RGB value is (172,157,205).

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

RGB channels and saturation

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

172
157
205

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

Portions of RGB colors in percentages

R + G + B =
172 + 157 + 205 = 534 (100%)
R 172 of 534 ~ 32.21%
G 157 of 534 ~ 29.4%
B 205 of 534 ~ 38.39%

%32.21
%29.4
%38.39

CMYK color model

#AC9DCD color CMYK value is (16,23,0,20).

  • cyan value is 16.10%
  • magenta value is 23.41%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(16,23,0,20)
C16M23Y0K20 
(16%,23%,0%,20%)
(0.16/0.23/0.00/0.20)	

CMYK percentages

%16.1
%23.41
%0
%19.61

Codes

Color #AC9DCD in popluar color models

AC9DCD
RGB172157205
HSL259°32.43%70.98%
HSB/HSV259°23.41%80.39%
CMYK16.10%23.41%0.00%
19.61%

Color #AC9DCD in popluar number systems.

HEXAC9DCD
Decimal172157205
Binary101011001001110111001101
Octal254235315

Shades and tints

Shades of #AC9DCD

#AC9DCD
(172,157,205)
#9D8FBB
(157,143,187)
#8E81A9
(142,129,169)
#7F7397
(127,115,151)
#706585
(112,101,133)
#615773
(97,87,115)
#524961
(82,73,97)
#433B4F
(67,59,79)
#342D3D
(52,45,61)
#251F2B
(37,31,43)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #AC9DCD

#AC9DCD
(172,157,205)
#B3A5D1
(179,165,209)
#BAADD5
(186,173,213)
#C1B5D9
(193,181,217)
#C8BDDD
(200,189,221)
#CFC5E1
(207,197,225)
#D6CDE5
(214,205,229)
#DDD5E9
(221,213,233)
#E4DDED
(228,221,237)
#EBE5F1
(235,229,241)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9DCD; }

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

This text font color is #AC9DCD.


Background Color

.myBgColor { background-color: #AC9DCD; }

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

This div background color is #AC9DCD.


Border color

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

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

This div border color is #AC9DCD.


Opacity

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

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

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

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

This text has shadow with #AC9DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9DCD on black background.


Color preview on white background

This text has color #AC9DCD on white background.



Black color preview on #AC9DCD background

This text has black color on #AC9DCD background.


White color preview on #AC9DCD background

This text has white color on #AC9DCD background.