COLOR #AD788F

HEX: #AD788F
RGB: (173,120,143)

Renk bilgisi

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

RGB renk modeli

#AD788F color RGB value is (173,120,143).

  • kırmız ton 173;
  • yeşil ton 120;
  • mavi ton 143.
RGB:
(173,120,143)
(68%,47%,56%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 120 of 255 = 47%
B 143 of 255 = 56%

173
120
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 120 + 143 = 436 (100%)
R 173 of 436 ~ 39.68%
G 120 of 436 ~ 27.52%
B 143 of 436 ~ 32.8%

%39.68
%27.52
%32.8

CMYK RENK MODELİ

#AD788F rengi CMYK tonu (0,31,17,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.64%
  • sarı tonu 17.34%
  • ana renk tonu 32.16%
CMYK:
(0,31,17,32)
C0M31Y17K32 
(0%,31%,17%,32%)
(0.00/0.31/0.17/0.32)	

CMYK yüzdeleri

%0
%30.64
%17.34
%32.16

Codes

Color #AD788F in popluar color models

AD788F
RGB173120143
HSL334°24.42%57.45%
HSB/HSV334°30.64%67.84%
CMYK0.00%30.64%17.34%
32.16%

Color #AD788F in popluar number systems.

HEXAD788F
Decimal173120143
Binary10101101111100010001111
Octal255170217

Shades and tints

Shades of #AD788F

#AD788F
(173,120,143)
#9E6E82
(158,110,130)
#8F6475
(143,100,117)
#805A68
(128,90,104)
#71505B
(113,80,91)
#62464E
(98,70,78)
#533C41
(83,60,65)
#443234
(68,50,52)
#352827
(53,40,39)
#261E1A
(38,30,26)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #AD788F

#AD788F
(173,120,143)
#B48499
(180,132,153)
#BB90A3
(187,144,163)
#C29CAD
(194,156,173)
#C9A8B7
(201,168,183)
#D0B4C1
(208,180,193)
#D7C0CB
(215,192,203)
#DECCD5
(222,204,213)
#E5D8DF
(229,216,223)
#ECE4E9
(236,228,233)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD788F color. Also use rgb(173,120,143) instead hex code.

Text Font Color

.myTextColor { color: #AD788F; }

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

This text font color is #AD788F.


Background Color

.myBgColor { background-color: #AD788F; }

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

This div background color is #AD788F.


Border color

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

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

This div border color is #AD788F.


Opacity

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

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

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

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

This text has shadow with #AD788F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD788F on black background.


Color preview on white background

This text has color #AD788F on white background.



Black color preview on #AD788F background

This text has black color on #AD788F background.


White color preview on #AD788F background

This text has white color on #AD788F background.