COLOR #AC698D

HEX: #AC698D
RGB: (172,105,141)

Renk bilgisi

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

RGB renk modeli

#AC698D color RGB value is (172,105,141).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 105 of 255 = 41%
B 141 of 255 = 55%

172
105
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 105 + 141 = 418 (100%)
R 172 of 418 ~ 41.15%
G 105 of 418 ~ 25.12%
B 141 of 418 ~ 33.73%

%41.15
%25.12
%33.73

CMYK RENK MODELİ

#AC698D rengi CMYK tonu (0,39,18,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.95%
  • sarı tonu 18.02%
  • ana renk tonu 32.55%
CMYK:
(0,39,18,33)
C0M39Y18K33 
(0%,39%,18%,33%)
(0.00/0.39/0.18/0.33)	

CMYK yüzdeleri

%0
%38.95
%18.02
%32.55

Codes

Color #AC698D in popluar color models

AC698D
RGB172105141
HSL328°28.76%54.31%
HSB/HSV328°38.95%67.45%
CMYK0.00%38.95%18.02%
32.55%

Color #AC698D in popluar number systems.

HEXAC698D
Decimal172105141
Binary10101100110100110001101
Octal254151215

Shades and tints

Shades of #AC698D

#AC698D
(172,105,141)
#9D6081
(157,96,129)
#8E5775
(142,87,117)
#7F4E69
(127,78,105)
#70455D
(112,69,93)
#613C51
(97,60,81)
#523345
(82,51,69)
#432A39
(67,42,57)
#34212D
(52,33,45)
#251821
(37,24,33)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #AC698D

#AC698D
(172,105,141)
#B37697
(179,118,151)
#BA83A1
(186,131,161)
#C190AB
(193,144,171)
#C89DB5
(200,157,181)
#CFAABF
(207,170,191)
#D6B7C9
(214,183,201)
#DDC4D3
(221,196,211)
#E4D1DD
(228,209,221)
#EBDEE7
(235,222,231)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC698D; }

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

This text font color is #AC698D.


Background Color

.myBgColor { background-color: #AC698D; }

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

This div background color is #AC698D.


Border color

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

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

This div border color is #AC698D.


Opacity

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

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

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

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

This text has shadow with #AC698D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC698D on black background.


Color preview on white background

This text has color #AC698D on white background.



Black color preview on #AC698D background

This text has black color on #AC698D background.


White color preview on #AC698D background

This text has white color on #AC698D background.