COLOR #ADBAE4

HEX: #ADBAE4
RGB: (173,186,228)

Renk bilgisi

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

RGB renk modeli

#ADBAE4 color RGB value is (173,186,228).

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

RGB bağlantıları ve doygunluk

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

173
186
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 186 + 228 = 587 (100%)
R 173 of 587 ~ 29.47%
G 186 of 587 ~ 31.69%
B 228 of 587 ~ 38.84%

%29.47
%31.69
%38.84

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%24.12
%18.42
%0
%10.59

Codes

Color #ADBAE4 in popluar color models

ADBAE4
RGB173186228
HSL226°50.46%78.63%
HSB/HSV226°24.12%89.41%
CMYK24.12%18.42%0.00%
10.59%

Color #ADBAE4 in popluar number systems.

HEXADBAE4
Decimal173186228
Binary101011011011101011100100
Octal255272344

Shades and tints

Shades of #ADBAE4

#ADBAE4
(173,186,228)
#9EAAD0
(158,170,208)
#8F9ABC
(143,154,188)
#808AA8
(128,138,168)
#717A94
(113,122,148)
#626A80
(98,106,128)
#535A6C
(83,90,108)
#444A58
(68,74,88)
#353A44
(53,58,68)
#262A30
(38,42,48)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #ADBAE4

#ADBAE4
(173,186,228)
#B4C0E6
(180,192,230)
#BBC6E8
(187,198,232)
#C2CCEA
(194,204,234)
#C9D2EC
(201,210,236)
#D0D8EE
(208,216,238)
#D7DEF0
(215,222,240)
#DEE4F2
(222,228,242)
#E5EAF4
(229,234,244)
#ECF0F6
(236,240,246)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBAE4; }

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

This text font color is #ADBAE4.


Background Color

.myBgColor { background-color: #ADBAE4; }

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

This div background color is #ADBAE4.


Border color

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

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

This div border color is #ADBAE4.


Opacity

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

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

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

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

This text has shadow with #ADBAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBAE4 on black background.


Color preview on white background

This text has color #ADBAE4 on white background.



Black color preview on #ADBAE4 background

This text has black color on #ADBAE4 background.


White color preview on #ADBAE4 background

This text has white color on #ADBAE4 background.