COLOR #ADB7EE

HEX: #ADB7EE
RGB: (173,183,238)

Renk bilgisi

#ADB7EE contains mainly green and blue colors. #ADB7EE ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#ADB7EE color RGB value is (173,183,238).

  • kırmız ton 173;
  • yeşil ton 183;
  • mavi ton 238.
RGB:
(173,183,238)
(68%,72%,93%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 183 of 255 = 72%
B 238 of 255 = 93%

173
183
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 183 + 238 = 594 (100%)
R 173 of 594 ~ 29.12%
G 183 of 594 ~ 30.81%
B 238 of 594 ~ 40.07%

%29.12
%30.81
%40.07

CMYK RENK MODELİ

#ADB7EE rengi CMYK tonu (27,23,0,7).

  • camgöbeği tonu 27.31%
  • eflatun tonu 23.11%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(27,23,0,7)
C27M23Y0K7 
(27%,23%,0%,7%)
(0.27/0.23/0.00/0.07)	

CMYK yüzdeleri

%27.31
%23.11
%0
%6.67

Codes

Color #ADB7EE in popluar color models

ADB7EE
RGB173183238
HSL231°65.66%80.59%
HSB/HSV231°27.31%93.33%
CMYK27.31%23.11%0.00%
6.67%

Color #ADB7EE in popluar number systems.

HEXADB7EE
Decimal173183238
Binary101011011011011111101110
Octal255267356

Shades and tints

Shades of #ADB7EE

#ADB7EE
(173,183,238)
#9EA7D9
(158,167,217)
#8F97C4
(143,151,196)
#8087AF
(128,135,175)
#71779A
(113,119,154)
#626785
(98,103,133)
#535770
(83,87,112)
#44475B
(68,71,91)
#353746
(53,55,70)
#262731
(38,39,49)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #ADB7EE

#ADB7EE
(173,183,238)
#B4BDEF
(180,189,239)
#BBC3F0
(187,195,240)
#C2C9F1
(194,201,241)
#C9CFF2
(201,207,242)
#D0D5F3
(208,213,243)
#D7DBF4
(215,219,244)
#DEE1F5
(222,225,245)
#E5E7F6
(229,231,246)
#ECEDF7
(236,237,247)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB7EE color. Also use rgb(173,183,238) instead hex code.

Text Font Color

.myTextColor { color: #ADB7EE; }

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

This text font color is #ADB7EE.


Background Color

.myBgColor { background-color: #ADB7EE; }

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

This div background color is #ADB7EE.


Border color

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

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

This div border color is #ADB7EE.


Opacity

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

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

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

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

This text has shadow with #ADB7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB7EE on black background.


Color preview on white background

This text has color #ADB7EE on white background.



Black color preview on #ADB7EE background

This text has black color on #ADB7EE background.


White color preview on #ADB7EE background

This text has white color on #ADB7EE background.