COLOR #AB97B7

HEX: #AB97B7
RGB: (171,151,183)

Renk bilgisi

#AB97B7 contains red, green and blue colors in about the same proportion. #AB97B7 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AB97B7 color RGB value is (171,151,183).

  • kırmız ton 171;
  • yeşil ton 151;
  • mavi ton 183.
RGB:
(171,151,183)
(67%,59%,72%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 151 of 255 = 59%
B 183 of 255 = 72%

171
151
183

R + G + B ~ 66%. #AB97B7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 151 + 183 = 505 (100%)
R 171 of 505 ~ 33.86%
G 151 of 505 ~ 29.9%
B 183 of 505 ~ 36.24%

%33.86
%29.9
%36.24

CMYK RENK MODELİ

#AB97B7 rengi CMYK tonu (7,17,0,28).

  • camgöbeği tonu 6.56%
  • eflatun tonu 17.49%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(7,17,0,28)
C7M17Y0K28 
(7%,17%,0%,28%)
(0.07/0.17/0.00/0.28)	

CMYK yüzdeleri

%6.56
%17.49
%0
%28.24

Codes

Color #AB97B7 in popluar color models

AB97B7
RGB171151183
HSL278°18.18%65.49%
HSB/HSV278°17.49%71.76%
CMYK6.56%17.49%0.00%
28.24%

Color #AB97B7 in popluar number systems.

HEXAB97B7
Decimal171151183
Binary101010111001011110110111
Octal253227267

Shades and tints

Shades of #AB97B7

#AB97B7
(171,151,183)
#9C8AA7
(156,138,167)
#8D7D97
(141,125,151)
#7E7087
(126,112,135)
#6F6377
(111,99,119)
#605667
(96,86,103)
#514957
(81,73,87)
#423C47
(66,60,71)
#332F37
(51,47,55)
#242227
(36,34,39)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #AB97B7

#AB97B7
(171,151,183)
#B2A0BD
(178,160,189)
#B9A9C3
(185,169,195)
#C0B2C9
(192,178,201)
#C7BBCF
(199,187,207)
#CEC4D5
(206,196,213)
#D5CDDB
(213,205,219)
#DCD6E1
(220,214,225)
#E3DFE7
(227,223,231)
#EAE8ED
(234,232,237)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB97B7 color. Also use rgb(171,151,183) instead hex code.

Text Font Color

.myTextColor { color: #AB97B7; }

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

This text font color is #AB97B7.


Background Color

.myBgColor { background-color: #AB97B7; }

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

This div background color is #AB97B7.


Border color

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

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

This div border color is #AB97B7.


Opacity

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

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

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

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

This text has shadow with #AB97B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB97B7 on black background.


Color preview on white background

This text has color #AB97B7 on white background.



Black color preview on #AB97B7 background

This text has black color on #AB97B7 background.


White color preview on #AB97B7 background

This text has white color on #AB97B7 background.