COLOR #AB9BB5

HEX: #AB9BB5
RGB: (171,155,181)

Renk bilgisi

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

RGB renk modeli

#AB9BB5 color RGB value is (171,155,181).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 155 of 255 = 61%
B 181 of 255 = 71%

171
155
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 155 + 181 = 507 (100%)
R 171 of 507 ~ 33.73%
G 155 of 507 ~ 30.57%
B 181 of 507 ~ 35.7%

%33.73
%30.57
%35.7

CMYK RENK MODELİ

#AB9BB5 rengi CMYK tonu (6,14,0,29).

  • camgöbeği tonu 5.52%
  • eflatun tonu 14.36%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(6,14,0,29)
C6M14Y0K29 
(6%,14%,0%,29%)
(0.06/0.14/0.00/0.29)	

CMYK yüzdeleri

%5.52
%14.36
%0
%29.02

Codes

Color #AB9BB5 in popluar color models

AB9BB5
RGB171155181
HSL277°14.94%65.88%
HSB/HSV277°14.36%70.98%
CMYK5.52%14.36%0.00%
29.02%

Color #AB9BB5 in popluar number systems.

HEXAB9BB5
Decimal171155181
Binary101010111001101110110101
Octal253233265

Shades and tints

Shades of #AB9BB5

#AB9BB5
(171,155,181)
#9C8DA5
(156,141,165)
#8D7F95
(141,127,149)
#7E7185
(126,113,133)
#6F6375
(111,99,117)
#605565
(96,85,101)
#514755
(81,71,85)
#423945
(66,57,69)
#332B35
(51,43,53)
#241D25
(36,29,37)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #AB9BB5

#AB9BB5
(171,155,181)
#B2A4BB
(178,164,187)
#B9ADC1
(185,173,193)
#C0B6C7
(192,182,199)
#C7BFCD
(199,191,205)
#CEC8D3
(206,200,211)
#D5D1D9
(213,209,217)
#DCDADF
(220,218,223)
#E3E3E5
(227,227,229)
#EAECEB
(234,236,235)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9BB5; }

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

This text font color is #AB9BB5.


Background Color

.myBgColor { background-color: #AB9BB5; }

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

This div background color is #AB9BB5.


Border color

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

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

This div border color is #AB9BB5.


Opacity

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

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

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

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

This text has shadow with #AB9BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9BB5 on black background.


Color preview on white background

This text has color #AB9BB5 on white background.



Black color preview on #AB9BB5 background

This text has black color on #AB9BB5 background.


White color preview on #AB9BB5 background

This text has white color on #AB9BB5 background.