COLOR #AB6795

HEX: #AB6795
RGB: (171,103,149)

Renk bilgisi

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

RGB renk modeli

#AB6795 color RGB value is (171,103,149).

  • kırmız ton 171;
  • yeşil ton 103;
  • mavi ton 149.
RGB:
(171,103,149)
(67%,40%,58%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 103 of 255 = 40%
B 149 of 255 = 58%

171
103
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 103 + 149 = 423 (100%)
R 171 of 423 ~ 40.43%
G 103 of 423 ~ 24.35%
B 149 of 423 ~ 35.22%

%40.43
%24.35
%35.22

CMYK RENK MODELİ

#AB6795 rengi CMYK tonu (0,40,13,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.77%
  • sarı tonu 12.87%
  • ana renk tonu 32.94%
CMYK:
(0,40,13,33)
C0M40Y13K33 
(0%,40%,13%,33%)
(0.00/0.40/0.13/0.33)	

CMYK yüzdeleri

%0
%39.77
%12.87
%32.94

Codes

Color #AB6795 in popluar color models

AB6795
RGB171103149
HSL319°28.81%53.73%
HSB/HSV319°39.77%67.06%
CMYK0.00%39.77%12.87%
32.94%

Color #AB6795 in popluar number systems.

HEXAB6795
Decimal171103149
Binary10101011110011110010101
Octal253147225

Shades and tints

Shades of #AB6795

#AB6795
(171,103,149)
#9C5E88
(156,94,136)
#8D557B
(141,85,123)
#7E4C6E
(126,76,110)
#6F4361
(111,67,97)
#603A54
(96,58,84)
#513147
(81,49,71)
#42283A
(66,40,58)
#331F2D
(51,31,45)
#241620
(36,22,32)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #AB6795

#AB6795
(171,103,149)
#B2749E
(178,116,158)
#B981A7
(185,129,167)
#C08EB0
(192,142,176)
#C79BB9
(199,155,185)
#CEA8C2
(206,168,194)
#D5B5CB
(213,181,203)
#DCC2D4
(220,194,212)
#E3CFDD
(227,207,221)
#EADCE6
(234,220,230)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6795 color. Also use rgb(171,103,149) instead hex code.

Text Font Color

.myTextColor { color: #AB6795; }

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

This text font color is #AB6795.


Background Color

.myBgColor { background-color: #AB6795; }

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

This div background color is #AB6795.


Border color

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

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

This div border color is #AB6795.


Opacity

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

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

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

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

This text has shadow with #AB6795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6795 on black background.


Color preview on white background

This text has color #AB6795 on white background.



Black color preview on #AB6795 background

This text has black color on #AB6795 background.


White color preview on #AB6795 background

This text has white color on #AB6795 background.