COLOR #AB7DED

HEX: #AB7DED
RGB: (171,125,237)

Renk bilgisi

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

RGB renk modeli

#AB7DED color RGB value is (171,125,237).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 125 of 255 = 49%
B 237 of 255 = 93%

171
125
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 125 + 237 = 533 (100%)
R 171 of 533 ~ 32.08%
G 125 of 533 ~ 23.45%
B 237 of 533 ~ 44.47%

%32.08
%23.45
%44.47

CMYK RENK MODELİ

#AB7DED rengi CMYK tonu (28,47,0,7).

  • camgöbeği tonu 27.85%
  • eflatun tonu 47.26%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(28,47,0,7)
C28M47Y0K7 
(28%,47%,0%,7%)
(0.28/0.47/0.00/0.07)	

CMYK yüzdeleri

%27.85
%47.26
%0
%7.06

Codes

Color #AB7DED in popluar color models

AB7DED
RGB171125237
HSL265°75.68%70.98%
HSB/HSV265°47.26%92.94%
CMYK27.85%47.26%0.00%
7.06%

Color #AB7DED in popluar number systems.

HEXAB7DED
Decimal171125237
Binary10101011111110111101101
Octal253175355

Shades and tints

Shades of #AB7DED

#AB7DED
(171,125,237)
#9C72D8
(156,114,216)
#8D67C3
(141,103,195)
#7E5CAE
(126,92,174)
#6F5199
(111,81,153)
#604684
(96,70,132)
#513B6F
(81,59,111)
#42305A
(66,48,90)
#332545
(51,37,69)
#241A30
(36,26,48)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #AB7DED

#AB7DED
(171,125,237)
#B288EE
(178,136,238)
#B993EF
(185,147,239)
#C09EF0
(192,158,240)
#C7A9F1
(199,169,241)
#CEB4F2
(206,180,242)
#D5BFF3
(213,191,243)
#DCCAF4
(220,202,244)
#E3D5F5
(227,213,245)
#EAE0F6
(234,224,246)
#F1EBF7
(241,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7DED; }

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

This text font color is #AB7DED.


Background Color

.myBgColor { background-color: #AB7DED; }

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

This div background color is #AB7DED.


Border color

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

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

This div border color is #AB7DED.


Opacity

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

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

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

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

This text has shadow with #AB7DED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7DED on black background.


Color preview on white background

This text has color #AB7DED on white background.



Black color preview on #AB7DED background

This text has black color on #AB7DED background.


White color preview on #AB7DED background

This text has white color on #AB7DED background.