COLOR #AD9EBA

HEX: #AD9EBA
RGB: (173,158,186)

Renk bilgisi

#AD9EBA contains red, green and blue colors in about the same proportion. #AD9EBA ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AD9EBA color RGB value is (173,158,186).

  • kırmız ton 173;
  • yeşil ton 158;
  • mavi ton 186.
RGB:
(173,158,186)
(68%,62%,73%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 158 of 255 = 62%
B 186 of 255 = 73%

173
158
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 158 + 186 = 517 (100%)
R 173 of 517 ~ 33.46%
G 158 of 517 ~ 30.56%
B 186 of 517 ~ 35.98%

%33.46
%30.56
%35.98

CMYK RENK MODELİ

#AD9EBA rengi CMYK tonu (7,15,0,27).

  • camgöbeği tonu 6.99%
  • eflatun tonu 15.05%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(7,15,0,27)
C7M15Y0K27 
(7%,15%,0%,27%)
(0.07/0.15/0.00/0.27)	

CMYK yüzdeleri

%6.99
%15.05
%0
%27.06

Codes

Color #AD9EBA in popluar color models

AD9EBA
RGB173158186
HSL272°16.87%67.45%
HSB/HSV272°15.05%72.94%
CMYK6.99%15.05%0.00%
27.06%

Color #AD9EBA in popluar number systems.

HEXAD9EBA
Decimal173158186
Binary101011011001111010111010
Octal255236272

Shades and tints

Shades of #AD9EBA

#AD9EBA
(173,158,186)
#9E90AA
(158,144,170)
#8F829A
(143,130,154)
#80748A
(128,116,138)
#71667A
(113,102,122)
#62586A
(98,88,106)
#534A5A
(83,74,90)
#443C4A
(68,60,74)
#352E3A
(53,46,58)
#26202A
(38,32,42)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #AD9EBA

#AD9EBA
(173,158,186)
#B4A6C0
(180,166,192)
#BBAEC6
(187,174,198)
#C2B6CC
(194,182,204)
#C9BED2
(201,190,210)
#D0C6D8
(208,198,216)
#D7CEDE
(215,206,222)
#DED6E4
(222,214,228)
#E5DEEA
(229,222,234)
#ECE6F0
(236,230,240)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9EBA color. Also use rgb(173,158,186) instead hex code.

Text Font Color

.myTextColor { color: #AD9EBA; }

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

This text font color is #AD9EBA.


Background Color

.myBgColor { background-color: #AD9EBA; }

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

This div background color is #AD9EBA.


Border color

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

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

This div border color is #AD9EBA.


Opacity

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

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

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

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

This text has shadow with #AD9EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9EBA on black background.


Color preview on white background

This text has color #AD9EBA on white background.



Black color preview on #AD9EBA background

This text has black color on #AD9EBA background.


White color preview on #AD9EBA background

This text has white color on #AD9EBA background.