COLOR #AB96AD

HEX: #AB96AD
RGB: (171,150,173)

Renk bilgisi

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

RGB renk modeli

#AB96AD color RGB value is (171,150,173).

  • kırmız ton 171;
  • yeşil ton 150;
  • mavi ton 173.
RGB:
(171,150,173)
(67%,59%,68%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 150 of 255 = 59%
B 173 of 255 = 68%

171
150
173

R + G + B ~ 65%. #AB96AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 150 + 173 = 494 (100%)
R 171 of 494 ~ 34.62%
G 150 of 494 ~ 30.36%
B 173 of 494 ~ 35.02%

%34.62
%30.36
%35.02

CMYK RENK MODELİ

#AB96AD rengi CMYK tonu (1,13,0,32).

  • camgöbeği tonu 1.16%
  • eflatun tonu 13.29%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(1,13,0,32)
C1M13Y0K32 
(1%,13%,0%,32%)
(0.01/0.13/0.00/0.32)	

CMYK yüzdeleri

%1.16
%13.29
%0
%32.16

Codes

Color #AB96AD in popluar color models

AB96AD
RGB171150173
HSL295°12.30%63.33%
HSB/HSV295°13.29%67.84%
CMYK1.16%13.29%0.00%
32.16%

Color #AB96AD in popluar number systems.

HEXAB96AD
Decimal171150173
Binary101010111001011010101101
Octal253226255

Shades and tints

Shades of #AB96AD

#AB96AD
(171,150,173)
#9C899E
(156,137,158)
#8D7C8F
(141,124,143)
#7E6F80
(126,111,128)
#6F6271
(111,98,113)
#605562
(96,85,98)
#514853
(81,72,83)
#423B44
(66,59,68)
#332E35
(51,46,53)
#242126
(36,33,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #AB96AD

#AB96AD
(171,150,173)
#B29FB4
(178,159,180)
#B9A8BB
(185,168,187)
#C0B1C2
(192,177,194)
#C7BAC9
(199,186,201)
#CEC3D0
(206,195,208)
#D5CCD7
(213,204,215)
#DCD5DE
(220,213,222)
#E3DEE5
(227,222,229)
#EAE7EC
(234,231,236)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB96AD color. Also use rgb(171,150,173) instead hex code.

Text Font Color

.myTextColor { color: #AB96AD; }

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

This text font color is #AB96AD.


Background Color

.myBgColor { background-color: #AB96AD; }

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

This div background color is #AB96AD.


Border color

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

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

This div border color is #AB96AD.


Opacity

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

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

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

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

This text has shadow with #AB96AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB96AD on black background.


Color preview on white background

This text has color #AB96AD on white background.



Black color preview on #AB96AD background

This text has black color on #AB96AD background.


White color preview on #AB96AD background

This text has white color on #AB96AD background.