COLOR #AB5DA8

HEX: #AB5DA8
RGB: (171,93,168)

Renk bilgisi

#AB5DA8 contains mainly red and blue colors. #AB5DA8 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AB5DA8 color RGB value is (171,93,168).

  • kırmız ton 171;
  • yeşil ton 93;
  • mavi ton 168.
RGB:
(171,93,168)
(67%,36%,66%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 93 of 255 = 36%
B 168 of 255 = 66%

171
93
168

R + G + B ~ 56%. #AB5DA8 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 93 + 168 = 432 (100%)
R 171 of 432 ~ 39.58%
G 93 of 432 ~ 21.53%
B 168 of 432 ~ 38.89%

%39.58
%21.53
%38.89

CMYK RENK MODELİ

#AB5DA8 rengi CMYK tonu (0,46,2,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.61%
  • sarı tonu 1.75%
  • ana renk tonu 32.94%
CMYK:
(0,46,2,33)
C0M46Y2K33 
(0%,46%,2%,33%)
(0.00/0.46/0.02/0.33)	

CMYK yüzdeleri

%0
%45.61
%1.75
%32.94

Codes

Color #AB5DA8 in popluar color models

AB5DA8
RGB17193168
HSL302°31.71%51.76%
HSB/HSV302°45.61%67.06%
CMYK0.00%45.61%1.75%
32.94%

Color #AB5DA8 in popluar number systems.

HEXAB5DA8
Decimal17193168
Binary10101011101110110101000
Octal253135250

Shades and tints

Shades of #AB5DA8

#AB5DA8
(171,93,168)
#9C5599
(156,85,153)
#8D4D8A
(141,77,138)
#7E457B
(126,69,123)
#6F3D6C
(111,61,108)
#60355D
(96,53,93)
#512D4E
(81,45,78)
#42253F
(66,37,63)
#331D30
(51,29,48)
#241521
(36,21,33)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #AB5DA8

#AB5DA8
(171,93,168)
#B26BAF
(178,107,175)
#B979B6
(185,121,182)
#C087BD
(192,135,189)
#C795C4
(199,149,196)
#CEA3CB
(206,163,203)
#D5B1D2
(213,177,210)
#DCBFD9
(220,191,217)
#E3CDE0
(227,205,224)
#EADBE7
(234,219,231)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5DA8 color. Also use rgb(171,93,168) instead hex code.

Text Font Color

.myTextColor { color: #AB5DA8; }

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

This text font color is #AB5DA8.


Background Color

.myBgColor { background-color: #AB5DA8; }

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

This div background color is #AB5DA8.


Border color

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

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

This div border color is #AB5DA8.


Opacity

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

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

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

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

This text has shadow with #AB5DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5DA8 on black background.


Color preview on white background

This text has color #AB5DA8 on white background.



Black color preview on #AB5DA8 background

This text has black color on #AB5DA8 background.


White color preview on #AB5DA8 background

This text has white color on #AB5DA8 background.