COLOR #ADE2FB

HEX: #ADE2FB
RGB: (173,226,251)

Renk bilgisi

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

RGB renk modeli

#ADE2FB color RGB value is (173,226,251).

  • kırmız ton 173;
  • yeşil ton 226;
  • mavi ton 251.
RGB:
(173,226,251)
(68%,89%,98%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 226 of 255 = 89%
B 251 of 255 = 98%

173
226
251

R + G + B ~ 85%. #ADE2FB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 226 + 251 = 650 (100%)
R 173 of 650 ~ 26.62%
G 226 of 650 ~ 34.77%
B 251 of 650 ~ 38.62%

%26.62
%34.77
%38.62

CMYK RENK MODELİ

#ADE2FB rengi CMYK tonu (31,10,0,2).

  • camgöbeği tonu 31.08%
  • eflatun tonu 9.96%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(31,10,0,2)
C31M10Y0K2 
(31%,10%,0%,2%)
(0.31/0.10/0.00/0.02)	

CMYK yüzdeleri

%31.08
%9.96
%0
%1.57

Codes

Color #ADE2FB in popluar color models

ADE2FB
RGB173226251
HSL199°90.70%83.14%
HSB/HSV199°31.08%98.43%
CMYK31.08%9.96%0.00%
1.57%

Color #ADE2FB in popluar number systems.

HEXADE2FB
Decimal173226251
Binary101011011110001011111011
Octal255342373

Shades and tints

Shades of #ADE2FB

#ADE2FB
(173,226,251)
#9ECEE5
(158,206,229)
#8FBACF
(143,186,207)
#80A6B9
(128,166,185)
#7192A3
(113,146,163)
#627E8D
(98,126,141)
#536A77
(83,106,119)
#445661
(68,86,97)
#35424B
(53,66,75)
#262E35
(38,46,53)
#171A1F
(23,26,31)
#000000
(0,0,0)

Tints of #ADE2FB

#ADE2FB
(173,226,251)
#B4E4FB
(180,228,251)
#BBE6FB
(187,230,251)
#C2E8FB
(194,232,251)
#C9EAFB
(201,234,251)
#D0ECFB
(208,236,251)
#D7EEFB
(215,238,251)
#DEF0FB
(222,240,251)
#E5F2FB
(229,242,251)
#ECF4FB
(236,244,251)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE2FB color. Also use rgb(173,226,251) instead hex code.

Text Font Color

.myTextColor { color: #ADE2FB; }

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

This text font color is #ADE2FB.


Background Color

.myBgColor { background-color: #ADE2FB; }

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

This div background color is #ADE2FB.


Border color

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

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

This div border color is #ADE2FB.


Opacity

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

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

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

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

This text has shadow with #ADE2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE2FB on black background.


Color preview on white background

This text has color #ADE2FB on white background.



Black color preview on #ADE2FB background

This text has black color on #ADE2FB background.


White color preview on #ADE2FB background

This text has white color on #ADE2FB background.