COLOR #ADADE2

HEX: #ADADE2 RGB: (173,173,226)

Renk bilgisi

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

RGB renk modeli

#ADADE2 color RGB value is (173,173,226).

RGB: (173,173,226) (68%, 68%, 89%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 173 of 255 = 68%
B 226 of 255 = 89%

173
173
226

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 173 + 226 = 572 (100%)
R 173 of 572 ~ 30.24%
G 173 of 572 ~ 30.24%
B 226 of 572 ~ 39.51'%

%30.24
%30.24
%39.51

CMYK RENK MODELİ

#ADADE2 rengi CMYK tonu (23,23,0,11).

  • camgöbeği tonu 23.45%
  • eflatun tonu 23.45%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%

CMYK: (23,23,0,11)
C23M23Y0K11 (23%, 23%, 0%, 11%)
(0.23 / 0.23 / 0.00 / 0.11)

CMYK yüzdeleri

%23.45
%23.45
%0
%11.37

Codes

Color #ADADE2 in popluar color models

AD AD E2
RGB 173 173 226
HSL 240° 47.75% 78.24%
HSB/HSV 240° 23.45% 88.63%
CMYK 23.45% 23.45% 0.00%
11.37%

Color #ADADE2 in popluar number systems.

HEX AD AD E2
Decimal 173 173 226
Binary 10101101 10101101 11100010
Octal 255 255 342

Shades and tints

Shades of #ADADE2

#ADADE2
(173,173,226)
#9E9ECE
(158,158,206)
#8F8FBA
(143,143,186)
#8080A6
(128,128,166)
#717192
(113,113,146)
#62627E
(98,98,126)
#53536A
(83,83,106)
#444456
(68,68,86)
#353542
(53,53,66)
#26262E
(38,38,46)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #ADADE2

#ADADE2
(173,173,226)
#B4B4E4
(180,180,228)
#BBBBE6
(187,187,230)
#C2C2E8
(194,194,232)
#C9C9EA
(201,201,234)
#D0D0EC
(208,208,236)
#D7D7EE
(215,215,238)
#DEDEF0
(222,222,240)
#E5E5F2
(229,229,242)
#ECECF4
(236,236,244)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADE2; }

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

This text font color is #ADADE2.

Background Color

.myBgColor { background-color: #ADADE2; }

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

This div background color is #ADADE2.

Border color

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

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

This div border color is #ADADE2.

Opacity

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

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

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

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

This text has shadow with #ADADE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADADE2.

Preview

Color preview on black background

This text has color #ADADE2 on black background.


Color preview on white background

This text has color #ADADE2 on white background.


Black color preview on #ADADE2 background

This text has black color on #ADADE2 background.


White color preview on #ADADE2 background

This text has white color on #ADADE2 background.


Related colors

Complementary color

Complementary color for #hex is #52521D.


I love getcolorcode.com