COLOR #AB98B5

HEX: #AB98B5
RGB: (171,152,181)

Renk bilgisi

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

RGB renk modeli

#AB98B5 color RGB value is (171,152,181).

  • kırmız ton 171;
  • yeşil ton 152;
  • mavi ton 181.
RGB:
(171,152,181)
(67%,60%,71%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 152 of 255 = 60%
B 181 of 255 = 71%

171
152
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 152 + 181 = 504 (100%)
R 171 of 504 ~ 33.93%
G 152 of 504 ~ 30.16%
B 181 of 504 ~ 35.91%

%33.93
%30.16
%35.91

CMYK RENK MODELİ

#AB98B5 rengi CMYK tonu (6,16,0,29).

  • camgöbeği tonu 5.52%
  • eflatun tonu 16.02%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(6,16,0,29)
C6M16Y0K29 
(6%,16%,0%,29%)
(0.06/0.16/0.00/0.29)	

CMYK yüzdeleri

%5.52
%16.02
%0
%29.02

Codes

Color #AB98B5 in popluar color models

AB98B5
RGB171152181
HSL279°16.38%65.29%
HSB/HSV279°16.02%70.98%
CMYK5.52%16.02%0.00%
29.02%

Color #AB98B5 in popluar number systems.

HEXAB98B5
Decimal171152181
Binary101010111001100010110101
Octal253230265

Shades and tints

Shades of #AB98B5

#AB98B5
(171,152,181)
#9C8BA5
(156,139,165)
#8D7E95
(141,126,149)
#7E7185
(126,113,133)
#6F6475
(111,100,117)
#605765
(96,87,101)
#514A55
(81,74,85)
#423D45
(66,61,69)
#333035
(51,48,53)
#242325
(36,35,37)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #AB98B5

#AB98B5
(171,152,181)
#B2A1BB
(178,161,187)
#B9AAC1
(185,170,193)
#C0B3C7
(192,179,199)
#C7BCCD
(199,188,205)
#CEC5D3
(206,197,211)
#D5CED9
(213,206,217)
#DCD7DF
(220,215,223)
#E3E0E5
(227,224,229)
#EAE9EB
(234,233,235)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB98B5 color. Also use rgb(171,152,181) instead hex code.

Text Font Color

.myTextColor { color: #AB98B5; }

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

This text font color is #AB98B5.


Background Color

.myBgColor { background-color: #AB98B5; }

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

This div background color is #AB98B5.


Border color

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

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

This div border color is #AB98B5.


Opacity

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

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

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

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

This text has shadow with #AB98B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB98B5 on black background.


Color preview on white background

This text has color #AB98B5 on white background.



Black color preview on #AB98B5 background

This text has black color on #AB98B5 background.


White color preview on #AB98B5 background

This text has white color on #AB98B5 background.