COLOR #AB769D

HEX: #AB769D
RGB: (171,118,157)

Renk bilgisi

#AB769D contains red, green and blue colors in about the same proportion. #AB769D ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AB769D color RGB value is (171,118,157).

  • kırmız ton 171;
  • yeşil ton 118;
  • mavi ton 157.
RGB:
(171,118,157)
(67%,46%,62%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 118 of 255 = 46%
B 157 of 255 = 62%

171
118
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 118 + 157 = 446 (100%)
R 171 of 446 ~ 38.34%
G 118 of 446 ~ 26.46%
B 157 of 446 ~ 35.2%

%38.34
%26.46
%35.2

CMYK RENK MODELİ

#AB769D rengi CMYK tonu (0,31,8,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.99%
  • sarı tonu 8.19%
  • ana renk tonu 32.94%
CMYK:
(0,31,8,33)
C0M31Y8K33 
(0%,31%,8%,33%)
(0.00/0.31/0.08/0.33)	

CMYK yüzdeleri

%0
%30.99
%8.19
%32.94

Codes

Color #AB769D in popluar color models

AB769D
RGB171118157
HSL316°23.98%56.67%
HSB/HSV316°30.99%67.06%
CMYK0.00%30.99%8.19%
32.94%

Color #AB769D in popluar number systems.

HEXAB769D
Decimal171118157
Binary10101011111011010011101
Octal253166235

Shades and tints

Shades of #AB769D

#AB769D
(171,118,157)
#9C6C8F
(156,108,143)
#8D6281
(141,98,129)
#7E5873
(126,88,115)
#6F4E65
(111,78,101)
#604457
(96,68,87)
#513A49
(81,58,73)
#42303B
(66,48,59)
#33262D
(51,38,45)
#241C1F
(36,28,31)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #AB769D

#AB769D
(171,118,157)
#B282A5
(178,130,165)
#B98EAD
(185,142,173)
#C09AB5
(192,154,181)
#C7A6BD
(199,166,189)
#CEB2C5
(206,178,197)
#D5BECD
(213,190,205)
#DCCAD5
(220,202,213)
#E3D6DD
(227,214,221)
#EAE2E5
(234,226,229)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB769D color. Also use rgb(171,118,157) instead hex code.

Text Font Color

.myTextColor { color: #AB769D; }

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

This text font color is #AB769D.


Background Color

.myBgColor { background-color: #AB769D; }

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

This div background color is #AB769D.


Border color

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

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

This div border color is #AB769D.


Opacity

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

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

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

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

This text has shadow with #AB769D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB769D on black background.


Color preview on white background

This text has color #AB769D on white background.



Black color preview on #AB769D background

This text has black color on #AB769D background.


White color preview on #AB769D background

This text has white color on #AB769D background.