COLOR #AB679D

HEX: #AB679D
RGB: (171,103,157)

Renk bilgisi

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

RGB renk modeli

#AB679D color RGB value is (171,103,157).

  • kırmız ton 171;
  • yeşil ton 103;
  • mavi ton 157.
RGB:
(171,103,157)
(67%,40%,62%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 103 of 255 = 40%
B 157 of 255 = 62%

171
103
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 103 + 157 = 431 (100%)
R 171 of 431 ~ 39.68%
G 103 of 431 ~ 23.9%
B 157 of 431 ~ 36.43%

%39.68
%23.9
%36.43

CMYK RENK MODELİ

#AB679D rengi CMYK tonu (0,40,8,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.77%
  • sarı tonu 8.19%
  • ana renk tonu 32.94%
CMYK:
(0,40,8,33)
C0M40Y8K33 
(0%,40%,8%,33%)
(0.00/0.40/0.08/0.33)	

CMYK yüzdeleri

%0
%39.77
%8.19
%32.94

Codes

Color #AB679D in popluar color models

AB679D
RGB171103157
HSL312°28.81%53.73%
HSB/HSV312°39.77%67.06%
CMYK0.00%39.77%8.19%
32.94%

Color #AB679D in popluar number systems.

HEXAB679D
Decimal171103157
Binary10101011110011110011101
Octal253147235

Shades and tints

Shades of #AB679D

#AB679D
(171,103,157)
#9C5E8F
(156,94,143)
#8D5581
(141,85,129)
#7E4C73
(126,76,115)
#6F4365
(111,67,101)
#603A57
(96,58,87)
#513149
(81,49,73)
#42283B
(66,40,59)
#331F2D
(51,31,45)
#24161F
(36,22,31)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #AB679D

#AB679D
(171,103,157)
#B274A5
(178,116,165)
#B981AD
(185,129,173)
#C08EB5
(192,142,181)
#C79BBD
(199,155,189)
#CEA8C5
(206,168,197)
#D5B5CD
(213,181,205)
#DCC2D5
(220,194,213)
#E3CFDD
(227,207,221)
#EADCE5
(234,220,229)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB679D color. Also use rgb(171,103,157) instead hex code.

Text Font Color

.myTextColor { color: #AB679D; }

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

This text font color is #AB679D.


Background Color

.myBgColor { background-color: #AB679D; }

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

This div background color is #AB679D.


Border color

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

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

This div border color is #AB679D.


Opacity

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

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

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

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

This text has shadow with #AB679D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB679D on black background.


Color preview on white background

This text has color #AB679D on white background.



Black color preview on #AB679D background

This text has black color on #AB679D background.


White color preview on #AB679D background

This text has white color on #AB679D background.