COLOR #AD9EBE

HEX: #AD9EBE
RGB: (173,158,190)

Renk bilgisi

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

RGB renk modeli

#AD9EBE color RGB value is (173,158,190).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 158 of 255 = 62%
B 190 of 255 = 75%

173
158
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 158 + 190 = 521 (100%)
R 173 of 521 ~ 33.21%
G 158 of 521 ~ 30.33%
B 190 of 521 ~ 36.47%

%33.21
%30.33
%36.47

CMYK RENK MODELİ

#AD9EBE rengi CMYK tonu (9,17,0,25).

  • camgöbeği tonu 8.95%
  • eflatun tonu 16.84%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(9,17,0,25)
C9M17Y0K25 
(9%,17%,0%,25%)
(0.09/0.17/0.00/0.25)	

CMYK yüzdeleri

%8.95
%16.84
%0
%25.49

Codes

Color #AD9EBE in popluar color models

AD9EBE
RGB173158190
HSL268°19.75%68.24%
HSB/HSV268°16.84%74.51%
CMYK8.95%16.84%0.00%
25.49%

Color #AD9EBE in popluar number systems.

HEXAD9EBE
Decimal173158190
Binary101011011001111010111110
Octal255236276

Shades and tints

Shades of #AD9EBE

#AD9EBE
(173,158,190)
#9E90AD
(158,144,173)
#8F829C
(143,130,156)
#80748B
(128,116,139)
#71667A
(113,102,122)
#625869
(98,88,105)
#534A58
(83,74,88)
#443C47
(68,60,71)
#352E36
(53,46,54)
#262025
(38,32,37)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #AD9EBE

#AD9EBE
(173,158,190)
#B4A6C3
(180,166,195)
#BBAEC8
(187,174,200)
#C2B6CD
(194,182,205)
#C9BED2
(201,190,210)
#D0C6D7
(208,198,215)
#D7CEDC
(215,206,220)
#DED6E1
(222,214,225)
#E5DEE6
(229,222,230)
#ECE6EB
(236,230,235)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9EBE; }

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

This text font color is #AD9EBE.


Background Color

.myBgColor { background-color: #AD9EBE; }

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

This div background color is #AD9EBE.


Border color

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

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

This div border color is #AD9EBE.


Opacity

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

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

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

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

This text has shadow with #AD9EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9EBE on black background.


Color preview on white background

This text has color #AD9EBE on white background.



Black color preview on #AD9EBE background

This text has black color on #AD9EBE background.


White color preview on #AD9EBE background

This text has white color on #AD9EBE background.