COLOR #AA6988

HEX: #AA6988
RGB: (170,105,136)

Renk bilgisi

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

RGB renk modeli

#AA6988 color RGB value is (170,105,136).

  • kırmız ton 170;
  • yeşil ton 105;
  • mavi ton 136.
RGB:
(170,105,136)
(67%,41%,53%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 105 of 255 = 41%
B 136 of 255 = 53%

170
105
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 105 + 136 = 411 (100%)
R 170 of 411 ~ 41.36%
G 105 of 411 ~ 25.55%
B 136 of 411 ~ 33.09%

%41.36
%25.55
%33.09

CMYK RENK MODELİ

#AA6988 rengi CMYK tonu (0,38,20,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.24%
  • sarı tonu 20.00%
  • ana renk tonu 33.33%
CMYK:
(0,38,20,33)
C0M38Y20K33 
(0%,38%,20%,33%)
(0.00/0.38/0.20/0.33)	

CMYK yüzdeleri

%0
%38.24
%20
%33.33

Codes

Color #AA6988 in popluar color models

AA6988
RGB170105136
HSL331°27.66%53.92%
HSB/HSV331°38.24%66.67%
CMYK0.00%38.24%20.00%
33.33%

Color #AA6988 in popluar number systems.

HEXAA6988
Decimal170105136
Binary10101010110100110001000
Octal252151210

Shades and tints

Shades of #AA6988

#AA6988
(170,105,136)
#9B607C
(155,96,124)
#8C5770
(140,87,112)
#7D4E64
(125,78,100)
#6E4558
(110,69,88)
#5F3C4C
(95,60,76)
#503340
(80,51,64)
#412A34
(65,42,52)
#322128
(50,33,40)
#23181C
(35,24,28)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #AA6988

#AA6988
(170,105,136)
#B17692
(177,118,146)
#B8839C
(184,131,156)
#BF90A6
(191,144,166)
#C69DB0
(198,157,176)
#CDAABA
(205,170,186)
#D4B7C4
(212,183,196)
#DBC4CE
(219,196,206)
#E2D1D8
(226,209,216)
#E9DEE2
(233,222,226)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6988 color. Also use rgb(170,105,136) instead hex code.

Text Font Color

.myTextColor { color: #AA6988; }

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

This text font color is #AA6988.


Background Color

.myBgColor { background-color: #AA6988; }

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

This div background color is #AA6988.


Border color

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

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

This div border color is #AA6988.


Opacity

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

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

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

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

This text has shadow with #AA6988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6988 on black background.


Color preview on white background

This text has color #AA6988 on white background.



Black color preview on #AA6988 background

This text has black color on #AA6988 background.


White color preview on #AA6988 background

This text has white color on #AA6988 background.