COLOR #AB93E2

HEX: #AB93E2
RGB: (171,147,226)

Renk bilgisi

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

RGB renk modeli

#AB93E2 color RGB value is (171,147,226).

  • kırmız ton 171;
  • yeşil ton 147;
  • mavi ton 226.
RGB:
(171,147,226)
(67%,58%,89%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 147 of 255 = 58%
B 226 of 255 = 89%

171
147
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 147 + 226 = 544 (100%)
R 171 of 544 ~ 31.43%
G 147 of 544 ~ 27.02%
B 226 of 544 ~ 41.54%

%31.43
%27.02
%41.54

CMYK RENK MODELİ

#AB93E2 rengi CMYK tonu (24,35,0,11).

  • camgöbeği tonu 24.34%
  • eflatun tonu 34.96%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(24,35,0,11)
C24M35Y0K11 
(24%,35%,0%,11%)
(0.24/0.35/0.00/0.11)	

CMYK yüzdeleri

%24.34
%34.96
%0
%11.37

Codes

Color #AB93E2 in popluar color models

AB93E2
RGB171147226
HSL258°57.66%73.14%
HSB/HSV258°34.96%88.63%
CMYK24.34%34.96%0.00%
11.37%

Color #AB93E2 in popluar number systems.

HEXAB93E2
Decimal171147226
Binary101010111001001111100010
Octal253223342

Shades and tints

Shades of #AB93E2

#AB93E2
(171,147,226)
#9C86CE
(156,134,206)
#8D79BA
(141,121,186)
#7E6CA6
(126,108,166)
#6F5F92
(111,95,146)
#60527E
(96,82,126)
#51456A
(81,69,106)
#423856
(66,56,86)
#332B42
(51,43,66)
#241E2E
(36,30,46)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #AB93E2

#AB93E2
(171,147,226)
#B29CE4
(178,156,228)
#B9A5E6
(185,165,230)
#C0AEE8
(192,174,232)
#C7B7EA
(199,183,234)
#CEC0EC
(206,192,236)
#D5C9EE
(213,201,238)
#DCD2F0
(220,210,240)
#E3DBF2
(227,219,242)
#EAE4F4
(234,228,244)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB93E2 color. Also use rgb(171,147,226) instead hex code.

Text Font Color

.myTextColor { color: #AB93E2; }

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

This text font color is #AB93E2.


Background Color

.myBgColor { background-color: #AB93E2; }

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

This div background color is #AB93E2.


Border color

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

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

This div border color is #AB93E2.


Opacity

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

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

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

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

This text has shadow with #AB93E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB93E2 on black background.


Color preview on white background

This text has color #AB93E2 on white background.



Black color preview on #AB93E2 background

This text has black color on #AB93E2 background.


White color preview on #AB93E2 background

This text has white color on #AB93E2 background.