COLOR #AB8BB4

HEX: #AB8BB4
RGB: (171,139,180)

Renk bilgisi

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

RGB renk modeli

#AB8BB4 color RGB value is (171,139,180).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 139 of 255 = 55%
B 180 of 255 = 71%

171
139
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 139 + 180 = 490 (100%)
R 171 of 490 ~ 34.9%
G 139 of 490 ~ 28.37%
B 180 of 490 ~ 36.73%

%34.9
%28.37
%36.73

CMYK RENK MODELİ

#AB8BB4 rengi CMYK tonu (5,23,0,29).

  • camgöbeği tonu 5.00%
  • eflatun tonu 22.78%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(5,23,0,29)
C5M23Y0K29 
(5%,23%,0%,29%)
(0.05/0.23/0.00/0.29)	

CMYK yüzdeleri

%5
%22.78
%0
%29.41

Codes

Color #AB8BB4 in popluar color models

AB8BB4
RGB171139180
HSL287°21.47%62.55%
HSB/HSV287°22.78%70.59%
CMYK5.00%22.78%0.00%
29.41%

Color #AB8BB4 in popluar number systems.

HEXAB8BB4
Decimal171139180
Binary101010111000101110110100
Octal253213264

Shades and tints

Shades of #AB8BB4

#AB8BB4
(171,139,180)
#9C7FA4
(156,127,164)
#8D7394
(141,115,148)
#7E6784
(126,103,132)
#6F5B74
(111,91,116)
#604F64
(96,79,100)
#514354
(81,67,84)
#423744
(66,55,68)
#332B34
(51,43,52)
#241F24
(36,31,36)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #AB8BB4

#AB8BB4
(171,139,180)
#B295BA
(178,149,186)
#B99FC0
(185,159,192)
#C0A9C6
(192,169,198)
#C7B3CC
(199,179,204)
#CEBDD2
(206,189,210)
#D5C7D8
(213,199,216)
#DCD1DE
(220,209,222)
#E3DBE4
(227,219,228)
#EAE5EA
(234,229,234)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8BB4; }

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

This text font color is #AB8BB4.


Background Color

.myBgColor { background-color: #AB8BB4; }

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

This div background color is #AB8BB4.


Border color

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

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

This div border color is #AB8BB4.


Opacity

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

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

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

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

This text has shadow with #AB8BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8BB4 on black background.


Color preview on white background

This text has color #AB8BB4 on white background.



Black color preview on #AB8BB4 background

This text has black color on #AB8BB4 background.


White color preview on #AB8BB4 background

This text has white color on #AB8BB4 background.