COLOR #ADBAE3

HEX: #ADBAE3
RGB: (173,186,227)

Renk bilgisi

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

RGB renk modeli

#ADBAE3 color RGB value is (173,186,227).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 186 of 255 = 73%
B 227 of 255 = 89%

173
186
227

R + G + B ~ 77%. #ADBAE3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 186 + 227 = 586 (100%)
R 173 of 586 ~ 29.52%
G 186 of 586 ~ 31.74%
B 227 of 586 ~ 38.74%

%29.52
%31.74
%38.74

CMYK RENK MODELİ

#ADBAE3 rengi CMYK tonu (24,18,0,11).

  • camgöbeği tonu 23.79%
  • eflatun tonu 18.06%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(24,18,0,11)
C24M18Y0K11 
(24%,18%,0%,11%)
(0.24/0.18/0.00/0.11)	

CMYK yüzdeleri

%23.79
%18.06
%0
%10.98

Codes

Color #ADBAE3 in popluar color models

ADBAE3
RGB173186227
HSL226°49.09%78.43%
HSB/HSV226°23.79%89.02%
CMYK23.79%18.06%0.00%
10.98%

Color #ADBAE3 in popluar number systems.

HEXADBAE3
Decimal173186227
Binary101011011011101011100011
Octal255272343

Shades and tints

Shades of #ADBAE3

#ADBAE3
(173,186,227)
#9EAACF
(158,170,207)
#8F9ABB
(143,154,187)
#808AA7
(128,138,167)
#717A93
(113,122,147)
#626A7F
(98,106,127)
#535A6B
(83,90,107)
#444A57
(68,74,87)
#353A43
(53,58,67)
#262A2F
(38,42,47)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #ADBAE3

#ADBAE3
(173,186,227)
#B4C0E5
(180,192,229)
#BBC6E7
(187,198,231)
#C2CCE9
(194,204,233)
#C9D2EB
(201,210,235)
#D0D8ED
(208,216,237)
#D7DEEF
(215,222,239)
#DEE4F1
(222,228,241)
#E5EAF3
(229,234,243)
#ECF0F5
(236,240,245)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBAE3; }

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

This text font color is #ADBAE3.


Background Color

.myBgColor { background-color: #ADBAE3; }

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

This div background color is #ADBAE3.


Border color

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

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

This div border color is #ADBAE3.


Opacity

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

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

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

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

This text has shadow with #ADBAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBAE3 on black background.


Color preview on white background

This text has color #ADBAE3 on white background.



Black color preview on #ADBAE3 background

This text has black color on #ADBAE3 background.


White color preview on #ADBAE3 background

This text has white color on #ADBAE3 background.