COLOR #AD9CE7

HEX: #AD9CE7
RGB: (173,156,231)

Renk bilgisi

#AD9CE7 contains mainly red and blue colors. #AD9CE7 ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#AD9CE7 color RGB value is (173,156,231).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 156 of 255 = 61%
B 231 of 255 = 91%

173
156
231

R + G + B ~ 73%. #AD9CE7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 156 + 231 = 560 (100%)
R 173 of 560 ~ 30.89%
G 156 of 560 ~ 27.86%
B 231 of 560 ~ 41.25%

%30.89
%27.86
%41.25

CMYK RENK MODELİ

#AD9CE7 rengi CMYK tonu (25,32,0,9).

  • camgöbeği tonu 25.11%
  • eflatun tonu 32.47%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(25,32,0,9)
C25M32Y0K9 
(25%,32%,0%,9%)
(0.25/0.32/0.00/0.09)	

CMYK yüzdeleri

%25.11
%32.47
%0
%9.41

Codes

Color #AD9CE7 in popluar color models

AD9CE7
RGB173156231
HSL254°60.98%75.88%
HSB/HSV254°32.47%90.59%
CMYK25.11%32.47%0.00%
9.41%

Color #AD9CE7 in popluar number systems.

HEXAD9CE7
Decimal173156231
Binary101011011001110011100111
Octal255234347

Shades and tints

Shades of #AD9CE7

#AD9CE7
(173,156,231)
#9E8ED2
(158,142,210)
#8F80BD
(143,128,189)
#8072A8
(128,114,168)
#716493
(113,100,147)
#62567E
(98,86,126)
#534869
(83,72,105)
#443A54
(68,58,84)
#352C3F
(53,44,63)
#261E2A
(38,30,42)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #AD9CE7

#AD9CE7
(173,156,231)
#B4A5E9
(180,165,233)
#BBAEEB
(187,174,235)
#C2B7ED
(194,183,237)
#C9C0EF
(201,192,239)
#D0C9F1
(208,201,241)
#D7D2F3
(215,210,243)
#DEDBF5
(222,219,245)
#E5E4F7
(229,228,247)
#ECEDF9
(236,237,249)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9CE7; }

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

This text font color is #AD9CE7.


Background Color

.myBgColor { background-color: #AD9CE7; }

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

This div background color is #AD9CE7.


Border color

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

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

This div border color is #AD9CE7.


Opacity

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

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

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

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

This text has shadow with #AD9CE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9CE7 on black background.


Color preview on white background

This text has color #AD9CE7 on white background.



Black color preview on #AD9CE7 background

This text has black color on #AD9CE7 background.


White color preview on #AD9CE7 background

This text has white color on #AD9CE7 background.