COLOR #AB6E6C

HEX: #AB6E6C
RGB: (171,110,108)

Renk bilgisi

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

RGB renk modeli

#AB6E6C color RGB value is (171,110,108).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 110 of 255 = 43%
B 108 of 255 = 42%

171
110
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 110 + 108 = 389 (100%)
R 171 of 389 ~ 43.96%
G 110 of 389 ~ 28.28%
B 108 of 389 ~ 27.76%

%43.96
%28.28
%27.76

CMYK RENK MODELİ

#AB6E6C rengi CMYK tonu (0,36,37,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.67%
  • sarı tonu 36.84%
  • ana renk tonu 32.94%
CMYK:
(0,36,37,33)
C0M36Y37K33 
(0%,36%,37%,33%)
(0.00/0.36/0.37/0.33)	

CMYK yüzdeleri

%0
%35.67
%36.84
%32.94

Codes

Color #AB6E6C in popluar color models

AB6E6C
RGB171110108
HSL27.27%54.71%
HSB/HSV36.84%67.06%
CMYK0.00%35.67%36.84%
32.94%

Color #AB6E6C in popluar number systems.

HEXAB6E6C
Decimal171110108
Binary1010101111011101101100
Octal253156154

Shades and tints

Shades of #AB6E6C

#AB6E6C
(171,110,108)
#9C6463
(156,100,99)
#8D5A5A
(141,90,90)
#7E5051
(126,80,81)
#6F4648
(111,70,72)
#603C3F
(96,60,63)
#513236
(81,50,54)
#42282D
(66,40,45)
#331E24
(51,30,36)
#24141B
(36,20,27)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #AB6E6C

#AB6E6C
(171,110,108)
#B27B79
(178,123,121)
#B98886
(185,136,134)
#C09593
(192,149,147)
#C7A2A0
(199,162,160)
#CEAFAD
(206,175,173)
#D5BCBA
(213,188,186)
#DCC9C7
(220,201,199)
#E3D6D4
(227,214,212)
#EAE3E1
(234,227,225)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6E6C; }

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

This text font color is #AB6E6C.


Background Color

.myBgColor { background-color: #AB6E6C; }

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

This div background color is #AB6E6C.


Border color

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

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

This div border color is #AB6E6C.


Opacity

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

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

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

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

This text has shadow with #AB6E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6E6C on black background.


Color preview on white background

This text has color #AB6E6C on white background.



Black color preview on #AB6E6C background

This text has black color on #AB6E6C background.


White color preview on #AB6E6C background

This text has white color on #AB6E6C background.