COLOR #ADBAE1

HEX: #ADBAE1
RGB: (173,186,225)

Renk bilgisi

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

RGB renk modeli

#ADBAE1 color RGB value is (173,186,225).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 186 of 255 = 73%
B 225 of 255 = 88%

173
186
225

R + G + B ~ 76%. #ADBAE1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 186 + 225 = 584 (100%)
R 173 of 584 ~ 29.62%
G 186 of 584 ~ 31.85%
B 225 of 584 ~ 38.53%

%29.62
%31.85
%38.53

CMYK RENK MODELİ

#ADBAE1 rengi CMYK tonu (23,17,0,12).

  • camgöbeği tonu 23.11%
  • eflatun tonu 17.33%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(23,17,0,12)
C23M17Y0K12 
(23%,17%,0%,12%)
(0.23/0.17/0.00/0.12)	

CMYK yüzdeleri

%23.11
%17.33
%0
%11.76

Codes

Color #ADBAE1 in popluar color models

ADBAE1
RGB173186225
HSL225°46.43%78.04%
HSB/HSV225°23.11%88.24%
CMYK23.11%17.33%0.00%
11.76%

Color #ADBAE1 in popluar number systems.

HEXADBAE1
Decimal173186225
Binary101011011011101011100001
Octal255272341

Shades and tints

Shades of #ADBAE1

#ADBAE1
(173,186,225)
#9EAACD
(158,170,205)
#8F9AB9
(143,154,185)
#808AA5
(128,138,165)
#717A91
(113,122,145)
#626A7D
(98,106,125)
#535A69
(83,90,105)
#444A55
(68,74,85)
#353A41
(53,58,65)
#262A2D
(38,42,45)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #ADBAE1

#ADBAE1
(173,186,225)
#B4C0E3
(180,192,227)
#BBC6E5
(187,198,229)
#C2CCE7
(194,204,231)
#C9D2E9
(201,210,233)
#D0D8EB
(208,216,235)
#D7DEED
(215,222,237)
#DEE4EF
(222,228,239)
#E5EAF1
(229,234,241)
#ECF0F3
(236,240,243)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBAE1; }

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

This text font color is #ADBAE1.


Background Color

.myBgColor { background-color: #ADBAE1; }

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

This div background color is #ADBAE1.


Border color

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

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

This div border color is #ADBAE1.


Opacity

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

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

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

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

This text has shadow with #ADBAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBAE1 on black background.


Color preview on white background

This text has color #ADBAE1 on white background.



Black color preview on #ADBAE1 background

This text has black color on #ADBAE1 background.


White color preview on #ADBAE1 background

This text has white color on #ADBAE1 background.