COLOR #AB6679

HEX: #AB6679
RGB: (171,102,121)

Renk bilgisi

#AB6679 contains mainly red and blue colors. #AB6679 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AB6679 color RGB value is (171,102,121).

  • kırmız ton 171;
  • yeşil ton 102;
  • mavi ton 121.
RGB:
(171,102,121)
(67%,40%,47%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 102 of 255 = 40%
B 121 of 255 = 47%

171
102
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 102 + 121 = 394 (100%)
R 171 of 394 ~ 43.4%
G 102 of 394 ~ 25.89%
B 121 of 394 ~ 30.71%

%43.4
%25.89
%30.71

CMYK RENK MODELİ

#AB6679 rengi CMYK tonu (0,40,29,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.35%
  • sarı tonu 29.24%
  • ana renk tonu 32.94%
CMYK:
(0,40,29,33)
C0M40Y29K33 
(0%,40%,29%,33%)
(0.00/0.40/0.29/0.33)	

CMYK yüzdeleri

%0
%40.35
%29.24
%32.94

Codes

Color #AB6679 in popluar color models

AB6679
RGB171102121
HSL343°29.11%53.53%
HSB/HSV343°40.35%67.06%
CMYK0.00%40.35%29.24%
32.94%

Color #AB6679 in popluar number systems.

HEXAB6679
Decimal171102121
Binary1010101111001101111001
Octal253146171

Shades and tints

Shades of #AB6679

#AB6679
(171,102,121)
#9C5D6E
(156,93,110)
#8D5463
(141,84,99)
#7E4B58
(126,75,88)
#6F424D
(111,66,77)
#603942
(96,57,66)
#513037
(81,48,55)
#42272C
(66,39,44)
#331E21
(51,30,33)
#241516
(36,21,22)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #AB6679

#AB6679
(171,102,121)
#B27385
(178,115,133)
#B98091
(185,128,145)
#C08D9D
(192,141,157)
#C79AA9
(199,154,169)
#CEA7B5
(206,167,181)
#D5B4C1
(213,180,193)
#DCC1CD
(220,193,205)
#E3CED9
(227,206,217)
#EADBE5
(234,219,229)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6679 color. Also use rgb(171,102,121) instead hex code.

Text Font Color

.myTextColor { color: #AB6679; }

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

This text font color is #AB6679.


Background Color

.myBgColor { background-color: #AB6679; }

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

This div background color is #AB6679.


Border color

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

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

This div border color is #AB6679.


Opacity

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

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

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

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

This text has shadow with #AB6679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6679 on black background.


Color preview on white background

This text has color #AB6679 on white background.



Black color preview on #AB6679 background

This text has black color on #AB6679 background.


White color preview on #AB6679 background

This text has white color on #AB6679 background.