COLOR #AD779B

HEX: #AD779B
RGB: (173,119,155)

Renk bilgisi

#AD779B contains red, green and blue colors in about the same proportion. #AD779B ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD779B color RGB value is (173,119,155).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 119 of 255 = 47%
B 155 of 255 = 61%

173
119
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 119 + 155 = 447 (100%)
R 173 of 447 ~ 38.7%
G 119 of 447 ~ 26.62%
B 155 of 447 ~ 34.68%

%38.7
%26.62
%34.68

CMYK RENK MODELİ

#AD779B rengi CMYK tonu (0,31,10,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.21%
  • sarı tonu 10.40%
  • ana renk tonu 32.16%
CMYK:
(0,31,10,32)
C0M31Y10K32 
(0%,31%,10%,32%)
(0.00/0.31/0.10/0.32)	

CMYK yüzdeleri

%0
%31.21
%10.4
%32.16

Codes

Color #AD779B in popluar color models

AD779B
RGB173119155
HSL320°24.77%57.25%
HSB/HSV320°31.21%67.84%
CMYK0.00%31.21%10.40%
32.16%

Color #AD779B in popluar number systems.

HEXAD779B
Decimal173119155
Binary10101101111011110011011
Octal255167233

Shades and tints

Shades of #AD779B

#AD779B
(173,119,155)
#9E6D8D
(158,109,141)
#8F637F
(143,99,127)
#805971
(128,89,113)
#714F63
(113,79,99)
#624555
(98,69,85)
#533B47
(83,59,71)
#443139
(68,49,57)
#35272B
(53,39,43)
#261D1D
(38,29,29)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #AD779B

#AD779B
(173,119,155)
#B483A4
(180,131,164)
#BB8FAD
(187,143,173)
#C29BB6
(194,155,182)
#C9A7BF
(201,167,191)
#D0B3C8
(208,179,200)
#D7BFD1
(215,191,209)
#DECBDA
(222,203,218)
#E5D7E3
(229,215,227)
#ECE3EC
(236,227,236)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD779B; }

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

This text font color is #AD779B.


Background Color

.myBgColor { background-color: #AD779B; }

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

This div background color is #AD779B.


Border color

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

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

This div border color is #AD779B.


Opacity

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

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

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

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

This text has shadow with #AD779B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD779B on black background.


Color preview on white background

This text has color #AD779B on white background.



Black color preview on #AD779B background

This text has black color on #AD779B background.


White color preview on #AD779B background

This text has white color on #AD779B background.