COLOR #AB9EB4

HEX: #AB9EB4
RGB: (171,158,180)

Renk bilgisi

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

RGB renk modeli

#AB9EB4 color RGB value is (171,158,180).

  • kırmız ton 171;
  • yeşil ton 158;
  • mavi ton 180.
RGB:
(171,158,180)
(67%,62%,71%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 158 of 255 = 62%
B 180 of 255 = 71%

171
158
180

R + G + B ~ 67%. #AB9EB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 158 + 180 = 509 (100%)
R 171 of 509 ~ 33.6%
G 158 of 509 ~ 31.04%
B 180 of 509 ~ 35.36%

%33.6
%31.04
%35.36

CMYK RENK MODELİ

#AB9EB4 rengi CMYK tonu (5,12,0,29).

  • camgöbeği tonu 5.00%
  • eflatun tonu 12.22%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(5,12,0,29)
C5M12Y0K29 
(5%,12%,0%,29%)
(0.05/0.12/0.00/0.29)	

CMYK yüzdeleri

%5
%12.22
%0
%29.41

Codes

Color #AB9EB4 in popluar color models

AB9EB4
RGB171158180
HSL275°12.79%66.27%
HSB/HSV275°12.22%70.59%
CMYK5.00%12.22%0.00%
29.41%

Color #AB9EB4 in popluar number systems.

HEXAB9EB4
Decimal171158180
Binary101010111001111010110100
Octal253236264

Shades and tints

Shades of #AB9EB4

#AB9EB4
(171,158,180)
#9C90A4
(156,144,164)
#8D8294
(141,130,148)
#7E7484
(126,116,132)
#6F6674
(111,102,116)
#605864
(96,88,100)
#514A54
(81,74,84)
#423C44
(66,60,68)
#332E34
(51,46,52)
#242024
(36,32,36)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #AB9EB4

#AB9EB4
(171,158,180)
#B2A6BA
(178,166,186)
#B9AEC0
(185,174,192)
#C0B6C6
(192,182,198)
#C7BECC
(199,190,204)
#CEC6D2
(206,198,210)
#D5CED8
(213,206,216)
#DCD6DE
(220,214,222)
#E3DEE4
(227,222,228)
#EAE6EA
(234,230,234)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9EB4 color. Also use rgb(171,158,180) instead hex code.

Text Font Color

.myTextColor { color: #AB9EB4; }

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

This text font color is #AB9EB4.


Background Color

.myBgColor { background-color: #AB9EB4; }

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

This div background color is #AB9EB4.


Border color

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

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

This div border color is #AB9EB4.


Opacity

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

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

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

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

This text has shadow with #AB9EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9EB4 on black background.


Color preview on white background

This text has color #AB9EB4 on white background.



Black color preview on #AB9EB4 background

This text has black color on #AB9EB4 background.


White color preview on #AB9EB4 background

This text has white color on #AB9EB4 background.