COLOR #ADAEE0

HEX: #ADAEE0
RGB: (173,174,224)

Renk bilgisi

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

RGB renk modeli

#ADAEE0 color RGB value is (173,174,224).

  • kırmız ton 173;
  • yeşil ton 174;
  • mavi ton 224.
RGB:
(173,174,224)
(68%,68%,88%)

RGB bağlantıları ve doygunluk

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

173
174
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 174 + 224 = 571 (100%)
R 173 of 571 ~ 30.3%
G 174 of 571 ~ 30.47%
B 224 of 571 ~ 39.23%

%30.3
%30.47
%39.23

CMYK RENK MODELİ

#ADAEE0 rengi CMYK tonu (23,22,0,12).

  • camgöbeği tonu 22.77%
  • eflatun tonu 22.32%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(23,22,0,12)
C23M22Y0K12 
(23%,22%,0%,12%)
(0.23/0.22/0.00/0.12)	

CMYK yüzdeleri

%22.77
%22.32
%0
%12.16

Codes

Color #ADAEE0 in popluar color models

ADAEE0
RGB173174224
HSL239°45.13%77.84%
HSB/HSV239°22.77%87.84%
CMYK22.77%22.32%0.00%
12.16%

Color #ADAEE0 in popluar number systems.

HEXADAEE0
Decimal173174224
Binary101011011010111011100000
Octal255256340

Shades and tints

Shades of #ADAEE0

#ADAEE0
(173,174,224)
#9E9FCC
(158,159,204)
#8F90B8
(143,144,184)
#8081A4
(128,129,164)
#717290
(113,114,144)
#62637C
(98,99,124)
#535468
(83,84,104)
#444554
(68,69,84)
#353640
(53,54,64)
#26272C
(38,39,44)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADAEE0

#ADAEE0
(173,174,224)
#B4B5E2
(180,181,226)
#BBBCE4
(187,188,228)
#C2C3E6
(194,195,230)
#C9CAE8
(201,202,232)
#D0D1EA
(208,209,234)
#D7D8EC
(215,216,236)
#DEDFEE
(222,223,238)
#E5E6F0
(229,230,240)
#ECEDF2
(236,237,242)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEE0; }

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

This text font color is #ADAEE0.


Background Color

.myBgColor { background-color: #ADAEE0; }

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

This div background color is #ADAEE0.


Border color

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

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

This div border color is #ADAEE0.


Opacity

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

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

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

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

This text has shadow with #ADAEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEE0 on black background.


Color preview on white background

This text has color #ADAEE0 on white background.



Black color preview on #ADAEE0 background

This text has black color on #ADAEE0 background.


White color preview on #ADAEE0 background

This text has white color on #ADAEE0 background.