COLOR #ADB9E3

HEX: #ADB9E3
RGB: (173,185,227)

Renk bilgisi

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

RGB renk modeli

#ADB9E3 color RGB value is (173,185,227).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 185 of 255 = 73%
B 227 of 255 = 89%

173
185
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 185 + 227 = 585 (100%)
R 173 of 585 ~ 29.57%
G 185 of 585 ~ 31.62%
B 227 of 585 ~ 38.8%

%29.57
%31.62
%38.8

CMYK RENK MODELİ

#ADB9E3 rengi CMYK tonu (24,19,0,11).

  • camgöbeği tonu 23.79%
  • eflatun tonu 18.50%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(24,19,0,11)
C24M19Y0K11 
(24%,19%,0%,11%)
(0.24/0.19/0.00/0.11)	

CMYK yüzdeleri

%23.79
%18.5
%0
%10.98

Codes

Color #ADB9E3 in popluar color models

ADB9E3
RGB173185227
HSL227°49.09%78.43%
HSB/HSV227°23.79%89.02%
CMYK23.79%18.50%0.00%
10.98%

Color #ADB9E3 in popluar number systems.

HEXADB9E3
Decimal173185227
Binary101011011011100111100011
Octal255271343

Shades and tints

Shades of #ADB9E3

#ADB9E3
(173,185,227)
#9EA9CF
(158,169,207)
#8F99BB
(143,153,187)
#8089A7
(128,137,167)
#717993
(113,121,147)
#62697F
(98,105,127)
#53596B
(83,89,107)
#444957
(68,73,87)
#353943
(53,57,67)
#26292F
(38,41,47)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #ADB9E3

#ADB9E3
(173,185,227)
#B4BFE5
(180,191,229)
#BBC5E7
(187,197,231)
#C2CBE9
(194,203,233)
#C9D1EB
(201,209,235)
#D0D7ED
(208,215,237)
#D7DDEF
(215,221,239)
#DEE3F1
(222,227,241)
#E5E9F3
(229,233,243)
#ECEFF5
(236,239,245)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB9E3 color. Also use rgb(173,185,227) instead hex code.

Text Font Color

.myTextColor { color: #ADB9E3; }

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

This text font color is #ADB9E3.


Background Color

.myBgColor { background-color: #ADB9E3; }

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

This div background color is #ADB9E3.


Border color

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

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

This div border color is #ADB9E3.


Opacity

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

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

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

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

This text has shadow with #ADB9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB9E3 on black background.


Color preview on white background

This text has color #ADB9E3 on white background.



Black color preview on #ADB9E3 background

This text has black color on #ADB9E3 background.


White color preview on #ADB9E3 background

This text has white color on #ADB9E3 background.