COLOR #AD8BE7

HEX: #AD8BE7
RGB: (173,139,231)

Renk bilgisi

#AD8BE7 contains mainly red and blue colors. #AD8BE7 ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#AD8BE7 color RGB value is (173,139,231).

  • kırmız ton 173;
  • yeşil ton 139;
  • mavi ton 231.
RGB:
(173,139,231)
(68%,55%,91%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 139 of 255 = 55%
B 231 of 255 = 91%

173
139
231

R + G + B ~ 71%. #AD8BE7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 139 + 231 = 543 (100%)
R 173 of 543 ~ 31.86%
G 139 of 543 ~ 25.6%
B 231 of 543 ~ 42.54%

%31.86
%25.6
%42.54

CMYK RENK MODELİ

#AD8BE7 rengi CMYK tonu (25,40,0,9).

  • camgöbeği tonu 25.11%
  • eflatun tonu 39.83%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(25,40,0,9)
C25M40Y0K9 
(25%,40%,0%,9%)
(0.25/0.40/0.00/0.09)	

CMYK yüzdeleri

%25.11
%39.83
%0
%9.41

Codes

Color #AD8BE7 in popluar color models

AD8BE7
RGB173139231
HSL262°65.71%72.55%
HSB/HSV262°39.83%90.59%
CMYK25.11%39.83%0.00%
9.41%

Color #AD8BE7 in popluar number systems.

HEXAD8BE7
Decimal173139231
Binary101011011000101111100111
Octal255213347

Shades and tints

Shades of #AD8BE7

#AD8BE7
(173,139,231)
#9E7FD2
(158,127,210)
#8F73BD
(143,115,189)
#8067A8
(128,103,168)
#715B93
(113,91,147)
#624F7E
(98,79,126)
#534369
(83,67,105)
#443754
(68,55,84)
#352B3F
(53,43,63)
#261F2A
(38,31,42)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #AD8BE7

#AD8BE7
(173,139,231)
#B495E9
(180,149,233)
#BB9FEB
(187,159,235)
#C2A9ED
(194,169,237)
#C9B3EF
(201,179,239)
#D0BDF1
(208,189,241)
#D7C7F3
(215,199,243)
#DED1F5
(222,209,245)
#E5DBF7
(229,219,247)
#ECE5F9
(236,229,249)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8BE7 color. Also use rgb(173,139,231) instead hex code.

Text Font Color

.myTextColor { color: #AD8BE7; }

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

This text font color is #AD8BE7.


Background Color

.myBgColor { background-color: #AD8BE7; }

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

This div background color is #AD8BE7.


Border color

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

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

This div border color is #AD8BE7.


Opacity

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

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

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

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

This text has shadow with #AD8BE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8BE7 on black background.


Color preview on white background

This text has color #AD8BE7 on white background.



Black color preview on #AD8BE7 background

This text has black color on #AD8BE7 background.


White color preview on #AD8BE7 background

This text has white color on #AD8BE7 background.