COLOR #ADAEF4

HEX: #ADAEF4
RGB: (173,174,244)

Renk bilgisi

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

RGB renk modeli

#ADAEF4 color RGB value is (173,174,244).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 174 of 255 = 68%
B 244 of 255 = 96%

173
174
244

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 174 + 244 = 591 (100%)
R 173 of 591 ~ 29.27%
G 174 of 591 ~ 29.44%
B 244 of 591 ~ 41.29%

%29.27
%29.44
%41.29

CMYK RENK MODELİ

#ADAEF4 rengi CMYK tonu (29,29,0,4).

  • camgöbeği tonu 29.10%
  • eflatun tonu 28.69%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(29,29,0,4)
C29M29Y0K4 
(29%,29%,0%,4%)
(0.29/0.29/0.00/0.04)	

CMYK yüzdeleri

%29.1
%28.69
%0
%4.31

Codes

Color #ADAEF4 in popluar color models

ADAEF4
RGB173174244
HSL239°76.34%81.76%
HSB/HSV239°29.10%95.69%
CMYK29.10%28.69%0.00%
4.31%

Color #ADAEF4 in popluar number systems.

HEXADAEF4
Decimal173174244
Binary101011011010111011110100
Octal255256364

Shades and tints

Shades of #ADAEF4

#ADAEF4
(173,174,244)
#9E9FDE
(158,159,222)
#8F90C8
(143,144,200)
#8081B2
(128,129,178)
#71729C
(113,114,156)
#626386
(98,99,134)
#535470
(83,84,112)
#44455A
(68,69,90)
#353644
(53,54,68)
#26272E
(38,39,46)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADAEF4

#ADAEF4
(173,174,244)
#B4B5F5
(180,181,245)
#BBBCF6
(187,188,246)
#C2C3F7
(194,195,247)
#C9CAF8
(201,202,248)
#D0D1F9
(208,209,249)
#D7D8FA
(215,216,250)
#DEDFFB
(222,223,251)
#E5E6FC
(229,230,252)
#ECEDFD
(236,237,253)
#F3F4FE
(243,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAEF4 color. Also use rgb(173,174,244) instead hex code.

Text Font Color

.myTextColor { color: #ADAEF4; }

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

This text font color is #ADAEF4.


Background Color

.myBgColor { background-color: #ADAEF4; }

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

This div background color is #ADAEF4.


Border color

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

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

This div border color is #ADAEF4.


Opacity

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

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

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

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

This text has shadow with #ADAEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEF4 on black background.


Color preview on white background

This text has color #ADAEF4 on white background.



Black color preview on #ADAEF4 background

This text has black color on #ADAEF4 background.


White color preview on #ADAEF4 background

This text has white color on #ADAEF4 background.