COLOR #AD9AE2

HEX: #AD9AE2
RGB: (173,154,226)

Renk bilgisi

#AD9AE2 contains mainly red and blue colors. #AD9AE2 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AD9AE2 color RGB value is (173,154,226).

  • kırmız ton 173;
  • yeşil ton 154;
  • mavi ton 226.
RGB:
(173,154,226)
(68%,60%,89%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 154 of 255 = 60%
B 226 of 255 = 89%

173
154
226

R + G + B ~ 72%. #AD9AE2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 154 + 226 = 553 (100%)
R 173 of 553 ~ 31.28%
G 154 of 553 ~ 27.85%
B 226 of 553 ~ 40.87%

%31.28
%27.85
%40.87

CMYK RENK MODELİ

#AD9AE2 rengi CMYK tonu (23,32,0,11).

  • camgöbeği tonu 23.45%
  • eflatun tonu 31.86%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(23,32,0,11)
C23M32Y0K11 
(23%,32%,0%,11%)
(0.23/0.32/0.00/0.11)	

CMYK yüzdeleri

%23.45
%31.86
%0
%11.37

Codes

Color #AD9AE2 in popluar color models

AD9AE2
RGB173154226
HSL256°55.38%74.51%
HSB/HSV256°31.86%88.63%
CMYK23.45%31.86%0.00%
11.37%

Color #AD9AE2 in popluar number systems.

HEXAD9AE2
Decimal173154226
Binary101011011001101011100010
Octal255232342

Shades and tints

Shades of #AD9AE2

#AD9AE2
(173,154,226)
#9E8CCE
(158,140,206)
#8F7EBA
(143,126,186)
#8070A6
(128,112,166)
#716292
(113,98,146)
#62547E
(98,84,126)
#53466A
(83,70,106)
#443856
(68,56,86)
#352A42
(53,42,66)
#261C2E
(38,28,46)
#170E1A
(23,14,26)
#000000
(0,0,0)

Tints of #AD9AE2

#AD9AE2
(173,154,226)
#B4A3E4
(180,163,228)
#BBACE6
(187,172,230)
#C2B5E8
(194,181,232)
#C9BEEA
(201,190,234)
#D0C7EC
(208,199,236)
#D7D0EE
(215,208,238)
#DED9F0
(222,217,240)
#E5E2F2
(229,226,242)
#ECEBF4
(236,235,244)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9AE2 color. Also use rgb(173,154,226) instead hex code.

Text Font Color

.myTextColor { color: #AD9AE2; }

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

This text font color is #AD9AE2.


Background Color

.myBgColor { background-color: #AD9AE2; }

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

This div background color is #AD9AE2.


Border color

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

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

This div border color is #AD9AE2.


Opacity

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

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

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

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

This text has shadow with #AD9AE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9AE2 on black background.


Color preview on white background

This text has color #AD9AE2 on white background.



Black color preview on #AD9AE2 background

This text has black color on #AD9AE2 background.


White color preview on #AD9AE2 background

This text has white color on #AD9AE2 background.