COLOR #AD93CB

HEX: #AD93CB
RGB: (173,147,203)

Renk bilgisi

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

RGB renk modeli

#AD93CB color RGB value is (173,147,203).

  • kırmız ton 173;
  • yeşil ton 147;
  • mavi ton 203.
RGB:
(173,147,203)
(68%,58%,80%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 147 of 255 = 58%
B 203 of 255 = 80%

173
147
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 147 + 203 = 523 (100%)
R 173 of 523 ~ 33.08%
G 147 of 523 ~ 28.11%
B 203 of 523 ~ 38.81%

%33.08
%28.11
%38.81

CMYK RENK MODELİ

#AD93CB rengi CMYK tonu (15,28,0,20).

  • camgöbeği tonu 14.78%
  • eflatun tonu 27.59%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(15,28,0,20)
C15M28Y0K20 
(15%,28%,0%,20%)
(0.15/0.28/0.00/0.20)	

CMYK yüzdeleri

%14.78
%27.59
%0
%20.39

Codes

Color #AD93CB in popluar color models

AD93CB
RGB173147203
HSL268°35.00%68.63%
HSB/HSV268°27.59%79.61%
CMYK14.78%27.59%0.00%
20.39%

Color #AD93CB in popluar number systems.

HEXAD93CB
Decimal173147203
Binary101011011001001111001011
Octal255223313

Shades and tints

Shades of #AD93CB

#AD93CB
(173,147,203)
#9E86B9
(158,134,185)
#8F79A7
(143,121,167)
#806C95
(128,108,149)
#715F83
(113,95,131)
#625271
(98,82,113)
#53455F
(83,69,95)
#44384D
(68,56,77)
#352B3B
(53,43,59)
#261E29
(38,30,41)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #AD93CB

#AD93CB
(173,147,203)
#B49CCF
(180,156,207)
#BBA5D3
(187,165,211)
#C2AED7
(194,174,215)
#C9B7DB
(201,183,219)
#D0C0DF
(208,192,223)
#D7C9E3
(215,201,227)
#DED2E7
(222,210,231)
#E5DBEB
(229,219,235)
#ECE4EF
(236,228,239)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD93CB color. Also use rgb(173,147,203) instead hex code.

Text Font Color

.myTextColor { color: #AD93CB; }

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

This text font color is #AD93CB.


Background Color

.myBgColor { background-color: #AD93CB; }

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

This div background color is #AD93CB.


Border color

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

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

This div border color is #AD93CB.


Opacity

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

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

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

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

This text has shadow with #AD93CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD93CB on black background.


Color preview on white background

This text has color #AD93CB on white background.



Black color preview on #AD93CB background

This text has black color on #AD93CB background.


White color preview on #AD93CB background

This text has white color on #AD93CB background.