COLOR #AD97CA

HEX: #AD97CA
RGB: (173,151,202)

Renk bilgisi

#AD97CA contains red, green and blue colors in about the same proportion. #AD97CA ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AD97CA color RGB value is (173,151,202).

  • kırmız ton 173;
  • yeşil ton 151;
  • mavi ton 202.
RGB:
(173,151,202)
(68%,59%,79%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 151 of 255 = 59%
B 202 of 255 = 79%

173
151
202

R + G + B ~ 69%. #AD97CA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 151 + 202 = 526 (100%)
R 173 of 526 ~ 32.89%
G 151 of 526 ~ 28.71%
B 202 of 526 ~ 38.4%

%32.89
%28.71
%38.4

CMYK RENK MODELİ

#AD97CA rengi CMYK tonu (14,25,0,21).

  • camgöbeği tonu 14.36%
  • eflatun tonu 25.25%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(14,25,0,21)
C14M25Y0K21 
(14%,25%,0%,21%)
(0.14/0.25/0.00/0.21)	

CMYK yüzdeleri

%14.36
%25.25
%0
%20.78

Codes

Color #AD97CA in popluar color models

AD97CA
RGB173151202
HSL266°32.48%69.22%
HSB/HSV266°25.25%79.22%
CMYK14.36%25.25%0.00%
20.78%

Color #AD97CA in popluar number systems.

HEXAD97CA
Decimal173151202
Binary101011011001011111001010
Octal255227312

Shades and tints

Shades of #AD97CA

#AD97CA
(173,151,202)
#9E8AB8
(158,138,184)
#8F7DA6
(143,125,166)
#807094
(128,112,148)
#716382
(113,99,130)
#625670
(98,86,112)
#53495E
(83,73,94)
#443C4C
(68,60,76)
#352F3A
(53,47,58)
#262228
(38,34,40)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #AD97CA

#AD97CA
(173,151,202)
#B4A0CE
(180,160,206)
#BBA9D2
(187,169,210)
#C2B2D6
(194,178,214)
#C9BBDA
(201,187,218)
#D0C4DE
(208,196,222)
#D7CDE2
(215,205,226)
#DED6E6
(222,214,230)
#E5DFEA
(229,223,234)
#ECE8EE
(236,232,238)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD97CA color. Also use rgb(173,151,202) instead hex code.

Text Font Color

.myTextColor { color: #AD97CA; }

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

This text font color is #AD97CA.


Background Color

.myBgColor { background-color: #AD97CA; }

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

This div background color is #AD97CA.


Border color

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

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

This div border color is #AD97CA.


Opacity

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

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

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

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

This text has shadow with #AD97CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD97CA on black background.


Color preview on white background

This text has color #AD97CA on white background.



Black color preview on #AD97CA background

This text has black color on #AD97CA background.


White color preview on #AD97CA background

This text has white color on #AD97CA background.