COLOR #ADADE5

HEX: #ADADE5 RGB: (173,173,229)

Renk bilgisi

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

RGB renk modeli

#ADADE5 color RGB value is (173,173,229).

RGB: (173,173,229) (68%, 68%, 90%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 173 of 255 = 68%
B 229 of 255 = 90%

173
173
229

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 173 + 229 = 575 (100%)
R 173 of 575 ~ 30.09%
G 173 of 575 ~ 30.09%
B 229 of 575 ~ 39.83'%

%30.09
%30.09
%39.83

CMYK RENK MODELİ

#ADADE5 rengi CMYK tonu (24,24,0,10).

  • camgöbeği tonu 24.45%
  • eflatun tonu 24.45%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%

CMYK: (24,24,0,10)
C24M24Y0K10 (24%, 24%, 0%, 10%)
(0.24 / 0.24 / 0.00 / 0.10)

CMYK yüzdeleri

%24.45
%24.45
%0
%10.2

Codes

Color #ADADE5 in popluar color models

AD AD E5
RGB 173 173 229
HSL 240° 51.85% 78.82%
HSB/HSV 240° 24.45% 89.80%
CMYK 24.45% 24.45% 0.00%
10.20%

Color #ADADE5 in popluar number systems.

HEX AD AD E5
Decimal 173 173 229
Binary 10101101 10101101 11100101
Octal 255 255 345

Shades and tints

Shades of #ADADE5

#ADADE5
(173,173,229)
#9E9ED1
(158,158,209)
#8F8FBD
(143,143,189)
#8080A9
(128,128,169)
#717195
(113,113,149)
#626281
(98,98,129)
#53536D
(83,83,109)
#444459
(68,68,89)
#353545
(53,53,69)
#262631
(38,38,49)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #ADADE5

#ADADE5
(173,173,229)
#B4B4E7
(180,180,231)
#BBBBE9
(187,187,233)
#C2C2EB
(194,194,235)
#C9C9ED
(201,201,237)
#D0D0EF
(208,208,239)
#D7D7F1
(215,215,241)
#DEDEF3
(222,222,243)
#E5E5F5
(229,229,245)
#ECECF7
(236,236,247)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADE5; }

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

This text font color is #ADADE5.

Background Color

.myBgColor { background-color: #ADADE5; }

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

This div background color is #ADADE5.

Border color

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

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

This div border color is #ADADE5.

Opacity

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

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

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

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

This text has shadow with #ADADE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADADE5.

Preview

Color preview on black background

This text has color #ADADE5 on black background.


Color preview on white background

This text has color #ADADE5 on white background.


Black color preview on #ADADE5 background

This text has black color on #ADADE5 background.


White color preview on #ADADE5 background

This text has white color on #ADADE5 background.


Related colors

Complementary color

Complementary color for #hex is #52521A.


I love getcolorcode.com