COLOR #AB84E0

HEX: #AB84E0
RGB: (171,132,224)

Renk bilgisi

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

RGB renk modeli

#AB84E0 color RGB value is (171,132,224).

  • kırmız ton 171;
  • yeşil ton 132;
  • mavi ton 224.
RGB:
(171,132,224)
(67%,52%,88%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 132 of 255 = 52%
B 224 of 255 = 88%

171
132
224

R + G + B ~ 69%. #AB84E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 132 + 224 = 527 (100%)
R 171 of 527 ~ 32.45%
G 132 of 527 ~ 25.05%
B 224 of 527 ~ 42.5%

%32.45
%25.05
%42.5

CMYK RENK MODELİ

#AB84E0 rengi CMYK tonu (24,41,0,12).

  • camgöbeği tonu 23.66%
  • eflatun tonu 41.07%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(24,41,0,12)
C24M41Y0K12 
(24%,41%,0%,12%)
(0.24/0.41/0.00/0.12)	

CMYK yüzdeleri

%23.66
%41.07
%0
%12.16

Codes

Color #AB84E0 in popluar color models

AB84E0
RGB171132224
HSL265°59.74%69.80%
HSB/HSV265°41.07%87.84%
CMYK23.66%41.07%0.00%
12.16%

Color #AB84E0 in popluar number systems.

HEXAB84E0
Decimal171132224
Binary101010111000010011100000
Octal253204340

Shades and tints

Shades of #AB84E0

#AB84E0
(171,132,224)
#9C78CC
(156,120,204)
#8D6CB8
(141,108,184)
#7E60A4
(126,96,164)
#6F5490
(111,84,144)
#60487C
(96,72,124)
#513C68
(81,60,104)
#423054
(66,48,84)
#332440
(51,36,64)
#24182C
(36,24,44)
#150C18
(21,12,24)
#000000
(0,0,0)

Tints of #AB84E0

#AB84E0
(171,132,224)
#B28FE2
(178,143,226)
#B99AE4
(185,154,228)
#C0A5E6
(192,165,230)
#C7B0E8
(199,176,232)
#CEBBEA
(206,187,234)
#D5C6EC
(213,198,236)
#DCD1EE
(220,209,238)
#E3DCF0
(227,220,240)
#EAE7F2
(234,231,242)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB84E0 color. Also use rgb(171,132,224) instead hex code.

Text Font Color

.myTextColor { color: #AB84E0; }

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

This text font color is #AB84E0.


Background Color

.myBgColor { background-color: #AB84E0; }

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

This div background color is #AB84E0.


Border color

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

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

This div border color is #AB84E0.


Opacity

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

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

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

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

This text has shadow with #AB84E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB84E0 on black background.


Color preview on white background

This text has color #AB84E0 on white background.



Black color preview on #AB84E0 background

This text has black color on #AB84E0 background.


White color preview on #AB84E0 background

This text has white color on #AB84E0 background.