COLOR #AB99A5

HEX: #AB99A5
RGB: (171,153,165)

Renk bilgisi

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

RGB renk modeli

#AB99A5 color RGB value is (171,153,165).

  • kırmız ton 171;
  • yeşil ton 153;
  • mavi ton 165.
RGB:
(171,153,165)
(67%,60%,65%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 153 of 255 = 60%
B 165 of 255 = 65%

171
153
165

R + G + B ~ 64%. #AB99A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 153 + 165 = 489 (100%)
R 171 of 489 ~ 34.97%
G 153 of 489 ~ 31.29%
B 165 of 489 ~ 33.74%

%34.97
%31.29
%33.74

CMYK RENK MODELİ

#AB99A5 rengi CMYK tonu (0,11,4,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.53%
  • sarı tonu 3.51%
  • ana renk tonu 32.94%
CMYK:
(0,11,4,33)
C0M11Y4K33 
(0%,11%,4%,33%)
(0.00/0.11/0.04/0.33)	

CMYK yüzdeleri

%0
%10.53
%3.51
%32.94

Codes

Color #AB99A5 in popluar color models

AB99A5
RGB171153165
HSL320°9.68%63.53%
HSB/HSV320°10.53%67.06%
CMYK0.00%10.53%3.51%
32.94%

Color #AB99A5 in popluar number systems.

HEXAB99A5
Decimal171153165
Binary101010111001100110100101
Octal253231245

Shades and tints

Shades of #AB99A5

#AB99A5
(171,153,165)
#9C8C96
(156,140,150)
#8D7F87
(141,127,135)
#7E7278
(126,114,120)
#6F6569
(111,101,105)
#60585A
(96,88,90)
#514B4B
(81,75,75)
#423E3C
(66,62,60)
#33312D
(51,49,45)
#24241E
(36,36,30)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #AB99A5

#AB99A5
(171,153,165)
#B2A2AD
(178,162,173)
#B9ABB5
(185,171,181)
#C0B4BD
(192,180,189)
#C7BDC5
(199,189,197)
#CEC6CD
(206,198,205)
#D5CFD5
(213,207,213)
#DCD8DD
(220,216,221)
#E3E1E5
(227,225,229)
#EAEAED
(234,234,237)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB99A5 color. Also use rgb(171,153,165) instead hex code.

Text Font Color

.myTextColor { color: #AB99A5; }

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

This text font color is #AB99A5.


Background Color

.myBgColor { background-color: #AB99A5; }

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

This div background color is #AB99A5.


Border color

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

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

This div border color is #AB99A5.


Opacity

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

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

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

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

This text has shadow with #AB99A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB99A5 on black background.


Color preview on white background

This text has color #AB99A5 on white background.



Black color preview on #AB99A5 background

This text has black color on #AB99A5 background.


White color preview on #AB99A5 background

This text has white color on #AB99A5 background.