COLOR #ADBDE7

HEX: #ADBDE7
RGB: (173,189,231)

Renk bilgisi

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

RGB renk modeli

#ADBDE7 color RGB value is (173,189,231).

  • kırmız ton 173;
  • yeşil ton 189;
  • mavi ton 231.
RGB:
(173,189,231)
(68%,74%,91%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 189 of 255 = 74%
B 231 of 255 = 91%

173
189
231

R + G + B ~ 78%. #ADBDE7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 189 + 231 = 593 (100%)
R 173 of 593 ~ 29.17%
G 189 of 593 ~ 31.87%
B 231 of 593 ~ 38.95%

%29.17
%31.87
%38.95

CMYK RENK MODELİ

#ADBDE7 rengi CMYK tonu (25,18,0,9).

  • camgöbeği tonu 25.11%
  • eflatun tonu 18.18%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(25,18,0,9)
C25M18Y0K9 
(25%,18%,0%,9%)
(0.25/0.18/0.00/0.09)	

CMYK yüzdeleri

%25.11
%18.18
%0
%9.41

Codes

Color #ADBDE7 in popluar color models

ADBDE7
RGB173189231
HSL223°54.72%79.22%
HSB/HSV223°25.11%90.59%
CMYK25.11%18.18%0.00%
9.41%

Color #ADBDE7 in popluar number systems.

HEXADBDE7
Decimal173189231
Binary101011011011110111100111
Octal255275347

Shades and tints

Shades of #ADBDE7

#ADBDE7
(173,189,231)
#9EACD2
(158,172,210)
#8F9BBD
(143,155,189)
#808AA8
(128,138,168)
#717993
(113,121,147)
#62687E
(98,104,126)
#535769
(83,87,105)
#444654
(68,70,84)
#35353F
(53,53,63)
#26242A
(38,36,42)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #ADBDE7

#ADBDE7
(173,189,231)
#B4C3E9
(180,195,233)
#BBC9EB
(187,201,235)
#C2CFED
(194,207,237)
#C9D5EF
(201,213,239)
#D0DBF1
(208,219,241)
#D7E1F3
(215,225,243)
#DEE7F5
(222,231,245)
#E5EDF7
(229,237,247)
#ECF3F9
(236,243,249)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBDE7; }

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

This text font color is #ADBDE7.


Background Color

.myBgColor { background-color: #ADBDE7; }

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

This div background color is #ADBDE7.


Border color

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

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

This div border color is #ADBDE7.


Opacity

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

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

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

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

This text has shadow with #ADBDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBDE7 on black background.


Color preview on white background

This text has color #ADBDE7 on white background.



Black color preview on #ADBDE7 background

This text has black color on #ADBDE7 background.


White color preview on #ADBDE7 background

This text has white color on #ADBDE7 background.