COLOR #AB616C

HEX: #AB616C
RGB: (171,97,108)

Renk bilgisi

#AB616C contains mainly red color. #AB616C ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AB616C color RGB value is (171,97,108).

  • kırmız ton 171;
  • yeşil ton 97;
  • mavi ton 108.
RGB:
(171,97,108)
(67%,38%,42%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 97 of 255 = 38%
B 108 of 255 = 42%

171
97
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 97 + 108 = 376 (100%)
R 171 of 376 ~ 45.48%
G 97 of 376 ~ 25.8%
B 108 of 376 ~ 28.72%

%45.48
%25.8
%28.72

CMYK RENK MODELİ

#AB616C rengi CMYK tonu (0,43,37,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.27%
  • sarı tonu 36.84%
  • ana renk tonu 32.94%
CMYK:
(0,43,37,33)
C0M43Y37K33 
(0%,43%,37%,33%)
(0.00/0.43/0.37/0.33)	

CMYK yüzdeleri

%0
%43.27
%36.84
%32.94

Codes

Color #AB616C in popluar color models

AB616C
RGB17197108
HSL351°30.58%52.55%
HSB/HSV351°43.27%67.06%
CMYK0.00%43.27%36.84%
32.94%

Color #AB616C in popluar number systems.

HEXAB616C
Decimal17197108
Binary1010101111000011101100
Octal253141154

Shades and tints

Shades of #AB616C

#AB616C
(171,97,108)
#9C5963
(156,89,99)
#8D515A
(141,81,90)
#7E4951
(126,73,81)
#6F4148
(111,65,72)
#60393F
(96,57,63)
#513136
(81,49,54)
#42292D
(66,41,45)
#332124
(51,33,36)
#24191B
(36,25,27)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #AB616C

#AB616C
(171,97,108)
#B26F79
(178,111,121)
#B97D86
(185,125,134)
#C08B93
(192,139,147)
#C799A0
(199,153,160)
#CEA7AD
(206,167,173)
#D5B5BA
(213,181,186)
#DCC3C7
(220,195,199)
#E3D1D4
(227,209,212)
#EADFE1
(234,223,225)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB616C color. Also use rgb(171,97,108) instead hex code.

Text Font Color

.myTextColor { color: #AB616C; }

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

This text font color is #AB616C.


Background Color

.myBgColor { background-color: #AB616C; }

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

This div background color is #AB616C.


Border color

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

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

This div border color is #AB616C.


Opacity

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

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

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

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

This text has shadow with #AB616C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB616C on black background.


Color preview on white background

This text has color #AB616C on white background.



Black color preview on #AB616C background

This text has black color on #AB616C background.


White color preview on #AB616C background

This text has white color on #AB616C background.