COLOR #AB8BB6

HEX: #AB8BB6
RGB: (171,139,182)

Renk bilgisi

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

RGB renk modeli

#AB8BB6 color RGB value is (171,139,182).

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

RGB bağlantıları ve doygunluk

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

171
139
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 139 + 182 = 492 (100%)
R 171 of 492 ~ 34.76%
G 139 of 492 ~ 28.25%
B 182 of 492 ~ 36.99%

%34.76
%28.25
%36.99

CMYK RENK MODELİ

#AB8BB6 rengi CMYK tonu (6,24,0,29).

  • camgöbeği tonu 6.04%
  • eflatun tonu 23.63%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(6,24,0,29)
C6M24Y0K29 
(6%,24%,0%,29%)
(0.06/0.24/0.00/0.29)	

CMYK yüzdeleri

%6.04
%23.63
%0
%28.63

Codes

Color #AB8BB6 in popluar color models

AB8BB6
RGB171139182
HSL285°22.75%62.94%
HSB/HSV285°23.63%71.37%
CMYK6.04%23.63%0.00%
28.63%

Color #AB8BB6 in popluar number systems.

HEXAB8BB6
Decimal171139182
Binary101010111000101110110110
Octal253213266

Shades and tints

Shades of #AB8BB6

#AB8BB6
(171,139,182)
#9C7FA6
(156,127,166)
#8D7396
(141,115,150)
#7E6786
(126,103,134)
#6F5B76
(111,91,118)
#604F66
(96,79,102)
#514356
(81,67,86)
#423746
(66,55,70)
#332B36
(51,43,54)
#241F26
(36,31,38)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #AB8BB6

#AB8BB6
(171,139,182)
#B295BC
(178,149,188)
#B99FC2
(185,159,194)
#C0A9C8
(192,169,200)
#C7B3CE
(199,179,206)
#CEBDD4
(206,189,212)
#D5C7DA
(213,199,218)
#DCD1E0
(220,209,224)
#E3DBE6
(227,219,230)
#EAE5EC
(234,229,236)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8BB6; }

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

This text font color is #AB8BB6.


Background Color

.myBgColor { background-color: #AB8BB6; }

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

This div background color is #AB8BB6.


Border color

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

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

This div border color is #AB8BB6.


Opacity

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

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

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

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

This text has shadow with #AB8BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8BB6 on black background.


Color preview on white background

This text has color #AB8BB6 on white background.



Black color preview on #AB8BB6 background

This text has black color on #AB8BB6 background.


White color preview on #AB8BB6 background

This text has white color on #AB8BB6 background.