COLOR #ADB0E8

HEX: #ADB0E8
RGB: (173,176,232)

Renk bilgisi

#ADB0E8 contains red, green and blue colors in about the same proportion. #ADB0E8 ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#ADB0E8 color RGB value is (173,176,232).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 176 of 255 = 69%
B 232 of 255 = 91%

173
176
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 176 + 232 = 581 (100%)
R 173 of 581 ~ 29.78%
G 176 of 581 ~ 30.29%
B 232 of 581 ~ 39.93%

%29.78
%30.29
%39.93

CMYK RENK MODELİ

#ADB0E8 rengi CMYK tonu (25,24,0,9).

  • camgöbeği tonu 25.43%
  • eflatun tonu 24.14%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(25,24,0,9)
C25M24Y0K9 
(25%,24%,0%,9%)
(0.25/0.24/0.00/0.09)	

CMYK yüzdeleri

%25.43
%24.14
%0
%9.02

Codes

Color #ADB0E8 in popluar color models

ADB0E8
RGB173176232
HSL237°56.19%79.41%
HSB/HSV237°25.43%90.98%
CMYK25.43%24.14%0.00%
9.02%

Color #ADB0E8 in popluar number systems.

HEXADB0E8
Decimal173176232
Binary101011011011000011101000
Octal255260350

Shades and tints

Shades of #ADB0E8

#ADB0E8
(173,176,232)
#9EA0D3
(158,160,211)
#8F90BE
(143,144,190)
#8080A9
(128,128,169)
#717094
(113,112,148)
#62607F
(98,96,127)
#53506A
(83,80,106)
#444055
(68,64,85)
#353040
(53,48,64)
#26202B
(38,32,43)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #ADB0E8

#ADB0E8
(173,176,232)
#B4B7EA
(180,183,234)
#BBBEEC
(187,190,236)
#C2C5EE
(194,197,238)
#C9CCF0
(201,204,240)
#D0D3F2
(208,211,242)
#D7DAF4
(215,218,244)
#DEE1F6
(222,225,246)
#E5E8F8
(229,232,248)
#ECEFFA
(236,239,250)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB0E8; }

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

This text font color is #ADB0E8.


Background Color

.myBgColor { background-color: #ADB0E8; }

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

This div background color is #ADB0E8.


Border color

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

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

This div border color is #ADB0E8.


Opacity

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

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

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

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

This text has shadow with #ADB0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB0E8 on black background.


Color preview on white background

This text has color #ADB0E8 on white background.



Black color preview on #ADB0E8 background

This text has black color on #ADB0E8 background.


White color preview on #ADB0E8 background

This text has white color on #ADB0E8 background.