COLOR #AB659B

HEX: #AB659B
RGB: (171,101,155)

Renk bilgisi

#AB659B contains mainly red and blue colors. #AB659B ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AB659B color RGB value is (171,101,155).

  • kırmız ton 171;
  • yeşil ton 101;
  • mavi ton 155.
RGB:
(171,101,155)
(67%,40%,61%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 101 of 255 = 40%
B 155 of 255 = 61%

171
101
155

R + G + B ~ 56%. #AB659B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 101 + 155 = 427 (100%)
R 171 of 427 ~ 40.05%
G 101 of 427 ~ 23.65%
B 155 of 427 ~ 36.3%

%40.05
%23.65
%36.3

CMYK RENK MODELİ

#AB659B rengi CMYK tonu (0,41,9,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.94%
  • sarı tonu 9.36%
  • ana renk tonu 32.94%
CMYK:
(0,41,9,33)
C0M41Y9K33 
(0%,41%,9%,33%)
(0.00/0.41/0.09/0.33)	

CMYK yüzdeleri

%0
%40.94
%9.36
%32.94

Codes

Color #AB659B in popluar color models

AB659B
RGB171101155
HSL314°29.41%53.33%
HSB/HSV314°40.94%67.06%
CMYK0.00%40.94%9.36%
32.94%

Color #AB659B in popluar number systems.

HEXAB659B
Decimal171101155
Binary10101011110010110011011
Octal253145233

Shades and tints

Shades of #AB659B

#AB659B
(171,101,155)
#9C5C8D
(156,92,141)
#8D537F
(141,83,127)
#7E4A71
(126,74,113)
#6F4163
(111,65,99)
#603855
(96,56,85)
#512F47
(81,47,71)
#422639
(66,38,57)
#331D2B
(51,29,43)
#24141D
(36,20,29)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #AB659B

#AB659B
(171,101,155)
#B273A4
(178,115,164)
#B981AD
(185,129,173)
#C08FB6
(192,143,182)
#C79DBF
(199,157,191)
#CEABC8
(206,171,200)
#D5B9D1
(213,185,209)
#DCC7DA
(220,199,218)
#E3D5E3
(227,213,227)
#EAE3EC
(234,227,236)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB659B color. Also use rgb(171,101,155) instead hex code.

Text Font Color

.myTextColor { color: #AB659B; }

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

This text font color is #AB659B.


Background Color

.myBgColor { background-color: #AB659B; }

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

This div background color is #AB659B.


Border color

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

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

This div border color is #AB659B.


Opacity

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

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

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

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

This text has shadow with #AB659B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB659B on black background.


Color preview on white background

This text has color #AB659B on white background.



Black color preview on #AB659B background

This text has black color on #AB659B background.


White color preview on #AB659B background

This text has white color on #AB659B background.