COLOR #AC6996

HEX: #AC6996
RGB: (172,105,150)

Renk bilgisi

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

RGB renk modeli

#AC6996 color RGB value is (172,105,150).

  • kırmız ton 172;
  • yeşil ton 105;
  • mavi ton 150.
RGB:
(172,105,150)
(67%,41%,59%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 105 of 255 = 41%
B 150 of 255 = 59%

172
105
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 105 + 150 = 427 (100%)
R 172 of 427 ~ 40.28%
G 105 of 427 ~ 24.59%
B 150 of 427 ~ 35.13%

%40.28
%24.59
%35.13

CMYK RENK MODELİ

#AC6996 rengi CMYK tonu (0,39,13,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.95%
  • sarı tonu 12.79%
  • ana renk tonu 32.55%
CMYK:
(0,39,13,33)
C0M39Y13K33 
(0%,39%,13%,33%)
(0.00/0.39/0.13/0.33)	

CMYK yüzdeleri

%0
%38.95
%12.79
%32.55

Codes

Color #AC6996 in popluar color models

AC6996
RGB172105150
HSL320°28.76%54.31%
HSB/HSV320°38.95%67.45%
CMYK0.00%38.95%12.79%
32.55%

Color #AC6996 in popluar number systems.

HEXAC6996
Decimal172105150
Binary10101100110100110010110
Octal254151226

Shades and tints

Shades of #AC6996

#AC6996
(172,105,150)
#9D6089
(157,96,137)
#8E577C
(142,87,124)
#7F4E6F
(127,78,111)
#704562
(112,69,98)
#613C55
(97,60,85)
#523348
(82,51,72)
#432A3B
(67,42,59)
#34212E
(52,33,46)
#251821
(37,24,33)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #AC6996

#AC6996
(172,105,150)
#B3769F
(179,118,159)
#BA83A8
(186,131,168)
#C190B1
(193,144,177)
#C89DBA
(200,157,186)
#CFAAC3
(207,170,195)
#D6B7CC
(214,183,204)
#DDC4D5
(221,196,213)
#E4D1DE
(228,209,222)
#EBDEE7
(235,222,231)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6996 color. Also use rgb(172,105,150) instead hex code.

Text Font Color

.myTextColor { color: #AC6996; }

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

This text font color is #AC6996.


Background Color

.myBgColor { background-color: #AC6996; }

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

This div background color is #AC6996.


Border color

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

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

This div border color is #AC6996.


Opacity

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

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

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

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

This text has shadow with #AC6996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6996 on black background.


Color preview on white background

This text has color #AC6996 on white background.



Black color preview on #AC6996 background

This text has black color on #AC6996 background.


White color preview on #AC6996 background

This text has white color on #AC6996 background.