COLOR #AD6677

HEX: #AD6677
RGB: (173,102,119)

Renk bilgisi

#AD6677 contains mainly red and blue colors. #AD6677 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AD6677 color RGB value is (173,102,119).

  • kırmız ton 173;
  • yeşil ton 102;
  • mavi ton 119.
RGB:
(173,102,119)
(68%,40%,47%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 102 of 255 = 40%
B 119 of 255 = 47%

173
102
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 102 + 119 = 394 (100%)
R 173 of 394 ~ 43.91%
G 102 of 394 ~ 25.89%
B 119 of 394 ~ 30.2%

%43.91
%25.89
%30.2

CMYK RENK MODELİ

#AD6677 rengi CMYK tonu (0,41,31,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.04%
  • sarı tonu 31.21%
  • ana renk tonu 32.16%
CMYK:
(0,41,31,32)
C0M41Y31K32 
(0%,41%,31%,32%)
(0.00/0.41/0.31/0.32)	

CMYK yüzdeleri

%0
%41.04
%31.21
%32.16

Codes

Color #AD6677 in popluar color models

AD6677
RGB173102119
HSL346°30.21%53.92%
HSB/HSV346°41.04%67.84%
CMYK0.00%41.04%31.21%
32.16%

Color #AD6677 in popluar number systems.

HEXAD6677
Decimal173102119
Binary1010110111001101110111
Octal255146167

Shades and tints

Shades of #AD6677

#AD6677
(173,102,119)
#9E5D6D
(158,93,109)
#8F5463
(143,84,99)
#804B59
(128,75,89)
#71424F
(113,66,79)
#623945
(98,57,69)
#53303B
(83,48,59)
#442731
(68,39,49)
#351E27
(53,30,39)
#26151D
(38,21,29)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #AD6677

#AD6677
(173,102,119)
#B47383
(180,115,131)
#BB808F
(187,128,143)
#C28D9B
(194,141,155)
#C99AA7
(201,154,167)
#D0A7B3
(208,167,179)
#D7B4BF
(215,180,191)
#DEC1CB
(222,193,203)
#E5CED7
(229,206,215)
#ECDBE3
(236,219,227)
#F3E8EF
(243,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6677 color. Also use rgb(173,102,119) instead hex code.

Text Font Color

.myTextColor { color: #AD6677; }

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

This text font color is #AD6677.


Background Color

.myBgColor { background-color: #AD6677; }

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

This div background color is #AD6677.


Border color

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

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

This div border color is #AD6677.


Opacity

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

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

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

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

This text has shadow with #AD6677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6677 on black background.


Color preview on white background

This text has color #AD6677 on white background.



Black color preview on #AD6677 background

This text has black color on #AD6677 background.


White color preview on #AD6677 background

This text has white color on #AD6677 background.