COLOR #AD8ECB

HEX: #AD8ECB RGB: (173,142,203)

Color info

#AD8ECB contains mainly red and blue colors. Web safe color of #AD8ECB is #9999CC (or #99C).

RGB color model

#AD8ECB color RGB value is (173,142,203).

RGB: (173,142,203) (68%, 56%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 142 of 255 = 56%
B 203 of 255 = 80%

173
142
203

R + G + B ~ 68%. #AD8ECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 142 + 203 = 518 (100%)
R 173 of 518 ~ 33.4%
G 142 of 518 ~ 27.41%
B 203 of 518 ~ 39.19'%

%33.4
%27.41
%39.19

CMYK color model

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

  • cyan value is 14.78%
  • magenta value is 30.05%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (15,30,0,20)
C15M30Y0K20 (15%, 30%, 0%, 20%)
(0.15 / 0.30 / 0.00 / 0.20)

CMYK percentages

%14.78
%30.05
%0
%20.39

Codes

Color #AD8ECB in popluar color models

AD 8E CB
RGB 173 142 203
HSL 270° 36.97% 67.65%
HSB/HSV 270° 30.05% 79.61%
CMYK 14.78% 30.05% 0.00%
20.39%

Color #AD8ECB in popluar number systems.

HEX AD 8E CB
Decimal 173 142 203
Binary 10101101 10001110 11001011
Octal 255 216 313

Shades and tints

Shades of #AD8ECB

#AD8ECB
(173,142,203)
#9E82B9
(158,130,185)
#8F76A7
(143,118,167)
#806A95
(128,106,149)
#715E83
(113,94,131)
#625271
(98,82,113)
#53465F
(83,70,95)
#443A4D
(68,58,77)
#352E3B
(53,46,59)
#262229
(38,34,41)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #AD8ECB

#AD8ECB
(173,142,203)
#B498CF
(180,152,207)
#BBA2D3
(187,162,211)
#C2ACD7
(194,172,215)
#C9B6DB
(201,182,219)
#D0C0DF
(208,192,223)
#D7CAE3
(215,202,227)
#DED4E7
(222,212,231)
#E5DEEB
(229,222,235)
#ECE8EF
(236,232,239)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8ECB; }

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

This text font color is #AD8ECB.

Background Color

.myBgColor { background-color: #AD8ECB; }

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

This div background color is #AD8ECB.

Border color

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

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

This div border color is #AD8ECB.

Opacity

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

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

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

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

This text has shadow with #AD8ECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8ECB.

Preview

Color preview on black background

This text has color #AD8ECB on black background.


Color preview on white background

This text has color #AD8ECB on white background.


Black color preview on #AD8ECB background

This text has black color on #AD8ECB background.


White color preview on #AD8ECB background

This text has white color on #AD8ECB background.


Related colors

Complementary color

Complementary color for #hex is #527134.


I love getcolorcode.com

Triadic colors

1 #CBAD8E and #8ECBAD with #AD8ECB are triadic colors.

2 #CB8EAD and #8EADCB with #AD8ECB are triadic colors.