COLOR #AB84B2

HEX: #AB84B2
RGB: (171,132,178)

Renk bilgisi

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

RGB renk modeli

#AB84B2 color RGB value is (171,132,178).

  • kırmız ton 171;
  • yeşil ton 132;
  • mavi ton 178.
RGB:
(171,132,178)
(67%,52%,70%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 132 of 255 = 52%
B 178 of 255 = 70%

171
132
178

R + G + B ~ 63%. #AB84B2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 132 + 178 = 481 (100%)
R 171 of 481 ~ 35.55%
G 132 of 481 ~ 27.44%
B 178 of 481 ~ 37.01%

%35.55
%27.44
%37.01

CMYK RENK MODELİ

#AB84B2 rengi CMYK tonu (4,26,0,30).

  • camgöbeği tonu 3.93%
  • eflatun tonu 25.84%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(4,26,0,30)
C4M26Y0K30 
(4%,26%,0%,30%)
(0.04/0.26/0.00/0.30)	

CMYK yüzdeleri

%3.93
%25.84
%0
%30.2

Codes

Color #AB84B2 in popluar color models

AB84B2
RGB171132178
HSL291°23.00%60.78%
HSB/HSV291°25.84%69.80%
CMYK3.93%25.84%0.00%
30.20%

Color #AB84B2 in popluar number systems.

HEXAB84B2
Decimal171132178
Binary101010111000010010110010
Octal253204262

Shades and tints

Shades of #AB84B2

#AB84B2
(171,132,178)
#9C78A2
(156,120,162)
#8D6C92
(141,108,146)
#7E6082
(126,96,130)
#6F5472
(111,84,114)
#604862
(96,72,98)
#513C52
(81,60,82)
#423042
(66,48,66)
#332432
(51,36,50)
#241822
(36,24,34)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #AB84B2

#AB84B2
(171,132,178)
#B28FB9
(178,143,185)
#B99AC0
(185,154,192)
#C0A5C7
(192,165,199)
#C7B0CE
(199,176,206)
#CEBBD5
(206,187,213)
#D5C6DC
(213,198,220)
#DCD1E3
(220,209,227)
#E3DCEA
(227,220,234)
#EAE7F1
(234,231,241)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB84B2 color. Also use rgb(171,132,178) instead hex code.

Text Font Color

.myTextColor { color: #AB84B2; }

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

This text font color is #AB84B2.


Background Color

.myBgColor { background-color: #AB84B2; }

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

This div background color is #AB84B2.


Border color

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

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

This div border color is #AB84B2.


Opacity

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

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

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

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

This text has shadow with #AB84B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB84B2 on black background.


Color preview on white background

This text has color #AB84B2 on white background.



Black color preview on #AB84B2 background

This text has black color on #AB84B2 background.


White color preview on #AB84B2 background

This text has white color on #AB84B2 background.