COLOR #ADBFF6

HEX: #ADBFF6
RGB: (173,191,246)

Renk bilgisi

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

RGB renk modeli

#ADBFF6 color RGB value is (173,191,246).

  • kırmız ton 173;
  • yeşil ton 191;
  • mavi ton 246.
RGB:
(173,191,246)
(68%,75%,96%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 191 of 255 = 75%
B 246 of 255 = 96%

173
191
246

R + G + B ~ 80%. #ADBFF6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 191 + 246 = 610 (100%)
R 173 of 610 ~ 28.36%
G 191 of 610 ~ 31.31%
B 246 of 610 ~ 40.33%

%28.36
%31.31
%40.33

CMYK RENK MODELİ

#ADBFF6 rengi CMYK tonu (30,22,0,4).

  • camgöbeği tonu 29.67%
  • eflatun tonu 22.36%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(30,22,0,4)
C30M22Y0K4 
(30%,22%,0%,4%)
(0.30/0.22/0.00/0.04)	

CMYK yüzdeleri

%29.67
%22.36
%0
%3.53

Codes

Color #ADBFF6 in popluar color models

ADBFF6
RGB173191246
HSL225°80.22%82.16%
HSB/HSV225°29.67%96.47%
CMYK29.67%22.36%0.00%
3.53%

Color #ADBFF6 in popluar number systems.

HEXADBFF6
Decimal173191246
Binary101011011011111111110110
Octal255277366

Shades and tints

Shades of #ADBFF6

#ADBFF6
(173,191,246)
#9EAEE0
(158,174,224)
#8F9DCA
(143,157,202)
#808CB4
(128,140,180)
#717B9E
(113,123,158)
#626A88
(98,106,136)
#535972
(83,89,114)
#44485C
(68,72,92)
#353746
(53,55,70)
#262630
(38,38,48)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #ADBFF6

#ADBFF6
(173,191,246)
#B4C4F6
(180,196,246)
#BBC9F6
(187,201,246)
#C2CEF6
(194,206,246)
#C9D3F6
(201,211,246)
#D0D8F6
(208,216,246)
#D7DDF6
(215,221,246)
#DEE2F6
(222,226,246)
#E5E7F6
(229,231,246)
#ECECF6
(236,236,246)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBFF6 color. Also use rgb(173,191,246) instead hex code.

Text Font Color

.myTextColor { color: #ADBFF6; }

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

This text font color is #ADBFF6.


Background Color

.myBgColor { background-color: #ADBFF6; }

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

This div background color is #ADBFF6.


Border color

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

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

This div border color is #ADBFF6.


Opacity

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

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

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

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

This text has shadow with #ADBFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBFF6 on black background.


Color preview on white background

This text has color #ADBFF6 on white background.



Black color preview on #ADBFF6 background

This text has black color on #ADBFF6 background.


White color preview on #ADBFF6 background

This text has white color on #ADBFF6 background.