COLOR #ADADE0

HEX: #ADADE0 RGB: (173,173,224)

Renk bilgisi

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

RGB renk modeli

#ADADE0 color RGB value is (173,173,224).

RGB: (173,173,224) (68%, 68%, 88%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 173 of 255 = 68%
B 224 of 255 = 88%

173
173
224

R + G + B ~ 75%. #ADADE0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 173 + 224 = 570 (100%)
R 173 of 570 ~ 30.35%
G 173 of 570 ~ 30.35%
B 224 of 570 ~ 39.3'%

%30.35
%30.35
%39.3

CMYK RENK MODELİ

#ADADE0 rengi CMYK tonu (23,23,0,12).

  • camgöbeği tonu 22.77%
  • eflatun tonu 22.77%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%

CMYK: (23,23,0,12)
C23M23Y0K12 (23%, 23%, 0%, 12%)
(0.23 / 0.23 / 0.00 / 0.12)

CMYK yüzdeleri

%22.77
%22.77
%0
%12.16

Codes

Color #ADADE0 in popluar color models

AD AD E0
RGB 173 173 224
HSL 240° 45.13% 77.84%
HSB/HSV 240° 22.77% 87.84%
CMYK 22.77% 22.77% 0.00%
12.16%

Color #ADADE0 in popluar number systems.

HEX AD AD E0
Decimal 173 173 224
Binary 10101101 10101101 11100000
Octal 255 255 340

Shades and tints

Shades of #ADADE0

#ADADE0
(173,173,224)
#9E9ECC
(158,158,204)
#8F8FB8
(143,143,184)
#8080A4
(128,128,164)
#717190
(113,113,144)
#62627C
(98,98,124)
#535368
(83,83,104)
#444454
(68,68,84)
#353540
(53,53,64)
#26262C
(38,38,44)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #ADADE0

#ADADE0
(173,173,224)
#B4B4E2
(180,180,226)
#BBBBE4
(187,187,228)
#C2C2E6
(194,194,230)
#C9C9E8
(201,201,232)
#D0D0EA
(208,208,234)
#D7D7EC
(215,215,236)
#DEDEEE
(222,222,238)
#E5E5F0
(229,229,240)
#ECECF2
(236,236,242)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADE0; }

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

This text font color is #ADADE0.

Background Color

.myBgColor { background-color: #ADADE0; }

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

This div background color is #ADADE0.

Border color

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

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

This div border color is #ADADE0.

Opacity

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

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

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

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

This text has shadow with #ADADE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADADE0.

Preview

Color preview on black background

This text has color #ADADE0 on black background.


Color preview on white background

This text has color #ADADE0 on white background.


Black color preview on #ADADE0 background

This text has black color on #ADADE0 background.


White color preview on #ADADE0 background

This text has white color on #ADADE0 background.


Related colors

Complementary color

Complementary color for #hex is #52521F.


I love getcolorcode.com