COLOR #ADB0EB

HEX: #ADB0EB
RGB: (173,176,235)

Renk bilgisi

#ADB0EB contains mainly green and blue colors. #ADB0EB ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#ADB0EB color RGB value is (173,176,235).

  • kırmız ton 173;
  • yeşil ton 176;
  • mavi ton 235.
RGB:
(173,176,235)
(68%,69%,92%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 176 of 255 = 69%
B 235 of 255 = 92%

173
176
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 176 + 235 = 584 (100%)
R 173 of 584 ~ 29.62%
G 176 of 584 ~ 30.14%
B 235 of 584 ~ 40.24%

%29.62
%30.14
%40.24

CMYK RENK MODELİ

#ADB0EB rengi CMYK tonu (26,25,0,8).

  • camgöbeği tonu 26.38%
  • eflatun tonu 25.11%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(26,25,0,8)
C26M25Y0K8 
(26%,25%,0%,8%)
(0.26/0.25/0.00/0.08)	

CMYK yüzdeleri

%26.38
%25.11
%0
%7.84

Codes

Color #ADB0EB in popluar color models

ADB0EB
RGB173176235
HSL237°60.78%80.00%
HSB/HSV237°26.38%92.16%
CMYK26.38%25.11%0.00%
7.84%

Color #ADB0EB in popluar number systems.

HEXADB0EB
Decimal173176235
Binary101011011011000011101011
Octal255260353

Shades and tints

Shades of #ADB0EB

#ADB0EB
(173,176,235)
#9EA0D6
(158,160,214)
#8F90C1
(143,144,193)
#8080AC
(128,128,172)
#717097
(113,112,151)
#626082
(98,96,130)
#53506D
(83,80,109)
#444058
(68,64,88)
#353043
(53,48,67)
#26202E
(38,32,46)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #ADB0EB

#ADB0EB
(173,176,235)
#B4B7EC
(180,183,236)
#BBBEED
(187,190,237)
#C2C5EE
(194,197,238)
#C9CCEF
(201,204,239)
#D0D3F0
(208,211,240)
#D7DAF1
(215,218,241)
#DEE1F2
(222,225,242)
#E5E8F3
(229,232,243)
#ECEFF4
(236,239,244)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB0EB color. Also use rgb(173,176,235) instead hex code.

Text Font Color

.myTextColor { color: #ADB0EB; }

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

This text font color is #ADB0EB.


Background Color

.myBgColor { background-color: #ADB0EB; }

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

This div background color is #ADB0EB.


Border color

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

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

This div border color is #ADB0EB.


Opacity

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

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

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

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

This text has shadow with #ADB0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB0EB on black background.


Color preview on white background

This text has color #ADB0EB on white background.



Black color preview on #ADB0EB background

This text has black color on #ADB0EB background.


White color preview on #ADB0EB background

This text has white color on #ADB0EB background.