COLOR #AB697E

HEX: #AB697E
RGB: (171,105,126)

Renk bilgisi

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

RGB renk modeli

#AB697E color RGB value is (171,105,126).

  • kırmız ton 171;
  • yeşil ton 105;
  • mavi ton 126.
RGB:
(171,105,126)
(67%,41%,49%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 105 of 255 = 41%
B 126 of 255 = 49%

171
105
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 105 + 126 = 402 (100%)
R 171 of 402 ~ 42.54%
G 105 of 402 ~ 26.12%
B 126 of 402 ~ 31.34%

%42.54
%26.12
%31.34

CMYK RENK MODELİ

#AB697E rengi CMYK tonu (0,39,26,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.60%
  • sarı tonu 26.32%
  • ana renk tonu 32.94%
CMYK:
(0,39,26,33)
C0M39Y26K33 
(0%,39%,26%,33%)
(0.00/0.39/0.26/0.33)	

CMYK yüzdeleri

%0
%38.6
%26.32
%32.94

Codes

Color #AB697E in popluar color models

AB697E
RGB171105126
HSL341°28.21%54.12%
HSB/HSV341°38.60%67.06%
CMYK0.00%38.60%26.32%
32.94%

Color #AB697E in popluar number systems.

HEXAB697E
Decimal171105126
Binary1010101111010011111110
Octal253151176

Shades and tints

Shades of #AB697E

#AB697E
(171,105,126)
#9C6073
(156,96,115)
#8D5768
(141,87,104)
#7E4E5D
(126,78,93)
#6F4552
(111,69,82)
#603C47
(96,60,71)
#51333C
(81,51,60)
#422A31
(66,42,49)
#332126
(51,33,38)
#24181B
(36,24,27)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #AB697E

#AB697E
(171,105,126)
#B27689
(178,118,137)
#B98394
(185,131,148)
#C0909F
(192,144,159)
#C79DAA
(199,157,170)
#CEAAB5
(206,170,181)
#D5B7C0
(213,183,192)
#DCC4CB
(220,196,203)
#E3D1D6
(227,209,214)
#EADEE1
(234,222,225)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB697E color. Also use rgb(171,105,126) instead hex code.

Text Font Color

.myTextColor { color: #AB697E; }

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

This text font color is #AB697E.


Background Color

.myBgColor { background-color: #AB697E; }

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

This div background color is #AB697E.


Border color

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

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

This div border color is #AB697E.


Opacity

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

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

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

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

This text has shadow with #AB697E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB697E on black background.


Color preview on white background

This text has color #AB697E on white background.



Black color preview on #AB697E background

This text has black color on #AB697E background.


White color preview on #AB697E background

This text has white color on #AB697E background.