COLOR #AD699C

HEX: #AD699C
RGB: (173,105,156)

Renk bilgisi

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

RGB renk modeli

#AD699C color RGB value is (173,105,156).

  • kırmız ton 173;
  • yeşil ton 105;
  • mavi ton 156.
RGB:
(173,105,156)
(68%,41%,61%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 105 of 255 = 41%
B 156 of 255 = 61%

173
105
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 105 + 156 = 434 (100%)
R 173 of 434 ~ 39.86%
G 105 of 434 ~ 24.19%
B 156 of 434 ~ 35.94%

%39.86
%24.19
%35.94

CMYK RENK MODELİ

#AD699C rengi CMYK tonu (0,39,10,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.31%
  • sarı tonu 9.83%
  • ana renk tonu 32.16%
CMYK:
(0,39,10,32)
C0M39Y10K32 
(0%,39%,10%,32%)
(0.00/0.39/0.10/0.32)	

CMYK yüzdeleri

%0
%39.31
%9.83
%32.16

Codes

Color #AD699C in popluar color models

AD699C
RGB173105156
HSL315°29.31%54.51%
HSB/HSV315°39.31%67.84%
CMYK0.00%39.31%9.83%
32.16%

Color #AD699C in popluar number systems.

HEXAD699C
Decimal173105156
Binary10101101110100110011100
Octal255151234

Shades and tints

Shades of #AD699C

#AD699C
(173,105,156)
#9E608E
(158,96,142)
#8F5780
(143,87,128)
#804E72
(128,78,114)
#714564
(113,69,100)
#623C56
(98,60,86)
#533348
(83,51,72)
#442A3A
(68,42,58)
#35212C
(53,33,44)
#26181E
(38,24,30)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #AD699C

#AD699C
(173,105,156)
#B476A5
(180,118,165)
#BB83AE
(187,131,174)
#C290B7
(194,144,183)
#C99DC0
(201,157,192)
#D0AAC9
(208,170,201)
#D7B7D2
(215,183,210)
#DEC4DB
(222,196,219)
#E5D1E4
(229,209,228)
#ECDEED
(236,222,237)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD699C color. Also use rgb(173,105,156) instead hex code.

Text Font Color

.myTextColor { color: #AD699C; }

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

This text font color is #AD699C.


Background Color

.myBgColor { background-color: #AD699C; }

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

This div background color is #AD699C.


Border color

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

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

This div border color is #AD699C.


Opacity

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

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

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

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

This text has shadow with #AD699C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD699C on black background.


Color preview on white background

This text has color #AD699C on white background.



Black color preview on #AD699C background

This text has black color on #AD699C background.


White color preview on #AD699C background

This text has white color on #AD699C background.