COLOR #AD89E1

HEX: #AD89E1
RGB: (173,137,225)

Renk bilgisi

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

RGB renk modeli

#AD89E1 color RGB value is (173,137,225).

  • kırmız ton 173;
  • yeşil ton 137;
  • mavi ton 225.
RGB:
(173,137,225)
(68%,54%,88%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 137 of 255 = 54%
B 225 of 255 = 88%

173
137
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 137 + 225 = 535 (100%)
R 173 of 535 ~ 32.34%
G 137 of 535 ~ 25.61%
B 225 of 535 ~ 42.06%

%32.34
%25.61
%42.06

CMYK RENK MODELİ

#AD89E1 rengi CMYK tonu (23,39,0,12).

  • camgöbeği tonu 23.11%
  • eflatun tonu 39.11%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(23,39,0,12)
C23M39Y0K12 
(23%,39%,0%,12%)
(0.23/0.39/0.00/0.12)	

CMYK yüzdeleri

%23.11
%39.11
%0
%11.76

Codes

Color #AD89E1 in popluar color models

AD89E1
RGB173137225
HSL265°59.46%70.98%
HSB/HSV265°39.11%88.24%
CMYK23.11%39.11%0.00%
11.76%

Color #AD89E1 in popluar number systems.

HEXAD89E1
Decimal173137225
Binary101011011000100111100001
Octal255211341

Shades and tints

Shades of #AD89E1

#AD89E1
(173,137,225)
#9E7DCD
(158,125,205)
#8F71B9
(143,113,185)
#8065A5
(128,101,165)
#715991
(113,89,145)
#624D7D
(98,77,125)
#534169
(83,65,105)
#443555
(68,53,85)
#352941
(53,41,65)
#261D2D
(38,29,45)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #AD89E1

#AD89E1
(173,137,225)
#B493E3
(180,147,227)
#BB9DE5
(187,157,229)
#C2A7E7
(194,167,231)
#C9B1E9
(201,177,233)
#D0BBEB
(208,187,235)
#D7C5ED
(215,197,237)
#DECFEF
(222,207,239)
#E5D9F1
(229,217,241)
#ECE3F3
(236,227,243)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD89E1 color. Also use rgb(173,137,225) instead hex code.

Text Font Color

.myTextColor { color: #AD89E1; }

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

This text font color is #AD89E1.


Background Color

.myBgColor { background-color: #AD89E1; }

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

This div background color is #AD89E1.


Border color

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

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

This div border color is #AD89E1.


Opacity

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

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

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

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

This text has shadow with #AD89E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD89E1 on black background.


Color preview on white background

This text has color #AD89E1 on white background.



Black color preview on #AD89E1 background

This text has black color on #AD89E1 background.


White color preview on #AD89E1 background

This text has white color on #AD89E1 background.