COLOR #ADAFEF

HEX: #ADAFEF
RGB: (173,175,239)

Renk bilgisi

#ADAFEF contains mainly blue color. #ADAFEF ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#ADAFEF color RGB value is (173,175,239).

  • kırmız ton 173;
  • yeşil ton 175;
  • mavi ton 239.
RGB:
(173,175,239)
(68%,69%,94%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 175 of 255 = 69%
B 239 of 255 = 94%

173
175
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 175 + 239 = 587 (100%)
R 173 of 587 ~ 29.47%
G 175 of 587 ~ 29.81%
B 239 of 587 ~ 40.72%

%29.47
%29.81
%40.72

CMYK RENK MODELİ

#ADAFEF rengi CMYK tonu (28,27,0,6).

  • camgöbeği tonu 27.62%
  • eflatun tonu 26.78%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(28,27,0,6)
C28M27Y0K6 
(28%,27%,0%,6%)
(0.28/0.27/0.00/0.06)	

CMYK yüzdeleri

%27.62
%26.78
%0
%6.27

Codes

Color #ADAFEF in popluar color models

ADAFEF
RGB173175239
HSL238°67.35%80.78%
HSB/HSV238°27.62%93.73%
CMYK27.62%26.78%0.00%
6.27%

Color #ADAFEF in popluar number systems.

HEXADAFEF
Decimal173175239
Binary101011011010111111101111
Octal255257357

Shades and tints

Shades of #ADAFEF

#ADAFEF
(173,175,239)
#9EA0DA
(158,160,218)
#8F91C5
(143,145,197)
#8082B0
(128,130,176)
#71739B
(113,115,155)
#626486
(98,100,134)
#535571
(83,85,113)
#44465C
(68,70,92)
#353747
(53,55,71)
#262832
(38,40,50)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #ADAFEF

#ADAFEF
(173,175,239)
#B4B6F0
(180,182,240)
#BBBDF1
(187,189,241)
#C2C4F2
(194,196,242)
#C9CBF3
(201,203,243)
#D0D2F4
(208,210,244)
#D7D9F5
(215,217,245)
#DEE0F6
(222,224,246)
#E5E7F7
(229,231,247)
#ECEEF8
(236,238,248)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAFEF color. Also use rgb(173,175,239) instead hex code.

Text Font Color

.myTextColor { color: #ADAFEF; }

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

This text font color is #ADAFEF.


Background Color

.myBgColor { background-color: #ADAFEF; }

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

This div background color is #ADAFEF.


Border color

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

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

This div border color is #ADAFEF.


Opacity

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

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

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

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

This text has shadow with #ADAFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAFEF on black background.


Color preview on white background

This text has color #ADAFEF on white background.



Black color preview on #ADAFEF background

This text has black color on #ADAFEF background.


White color preview on #ADAFEF background

This text has white color on #ADAFEF background.