COLOR #AB7DFB

HEX: #AB7DFB
RGB: (171,125,251)

Renk bilgisi

#AB7DFB contains mainly blue color. #AB7DFB ‘ nin web güvenlik rengi #9966FF (ya da #96F) dir.

RGB renk modeli

#AB7DFB color RGB value is (171,125,251).

  • kırmız ton 171;
  • yeşil ton 125;
  • mavi ton 251.
RGB:
(171,125,251)
(67%,49%,98%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 125 of 255 = 49%
B 251 of 255 = 98%

171
125
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 125 + 251 = 547 (100%)
R 171 of 547 ~ 31.26%
G 125 of 547 ~ 22.85%
B 251 of 547 ~ 45.89%

%31.26
%22.85
%45.89

CMYK RENK MODELİ

#AB7DFB rengi CMYK tonu (32,50,0,2).

  • camgöbeği tonu 31.87%
  • eflatun tonu 50.20%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(32,50,0,2)
C32M50Y0K2 
(32%,50%,0%,2%)
(0.32/0.50/0.00/0.02)	

CMYK yüzdeleri

%31.87
%50.2
%0
%1.57

Codes

Color #AB7DFB in popluar color models

AB7DFB
RGB171125251
HSL262°94.03%73.73%
HSB/HSV262°50.20%98.43%
CMYK31.87%50.20%0.00%
1.57%

Color #AB7DFB in popluar number systems.

HEXAB7DFB
Decimal171125251
Binary10101011111110111111011
Octal253175373

Shades and tints

Shades of #AB7DFB

#AB7DFB
(171,125,251)
#9C72E5
(156,114,229)
#8D67CF
(141,103,207)
#7E5CB9
(126,92,185)
#6F51A3
(111,81,163)
#60468D
(96,70,141)
#513B77
(81,59,119)
#423061
(66,48,97)
#33254B
(51,37,75)
#241A35
(36,26,53)
#150F1F
(21,15,31)
#000000
(0,0,0)

Tints of #AB7DFB

#AB7DFB
(171,125,251)
#B288FB
(178,136,251)
#B993FB
(185,147,251)
#C09EFB
(192,158,251)
#C7A9FB
(199,169,251)
#CEB4FB
(206,180,251)
#D5BFFB
(213,191,251)
#DCCAFB
(220,202,251)
#E3D5FB
(227,213,251)
#EAE0FB
(234,224,251)
#F1EBFB
(241,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7DFB color. Also use rgb(171,125,251) instead hex code.

Text Font Color

.myTextColor { color: #AB7DFB; }

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

This text font color is #AB7DFB.


Background Color

.myBgColor { background-color: #AB7DFB; }

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

This div background color is #AB7DFB.


Border color

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

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

This div border color is #AB7DFB.


Opacity

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

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

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

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

This text has shadow with #AB7DFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7DFB on black background.


Color preview on white background

This text has color #AB7DFB on white background.



Black color preview on #AB7DFB background

This text has black color on #AB7DFB background.


White color preview on #AB7DFB background

This text has white color on #AB7DFB background.