COLOR #ADE3EE

HEX: #ADE3EE
RGB: (173,227,238)

Renk bilgisi

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

RGB renk modeli

#ADE3EE color RGB value is (173,227,238).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 227 of 255 = 89%
B 238 of 255 = 93%

173
227
238

R + G + B ~ 83%. #ADE3EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 227 + 238 = 638 (100%)
R 173 of 638 ~ 27.12%
G 227 of 638 ~ 35.58%
B 238 of 638 ~ 37.3%

%27.12
%35.58
%37.3

CMYK RENK MODELİ

#ADE3EE rengi CMYK tonu (27,5,0,7).

  • camgöbeği tonu 27.31%
  • eflatun tonu 4.62%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(27,5,0,7)
C27M5Y0K7 
(27%,5%,0%,7%)
(0.27/0.05/0.00/0.07)	

CMYK yüzdeleri

%27.31
%4.62
%0
%6.67

Codes

Color #ADE3EE in popluar color models

ADE3EE
RGB173227238
HSL190°65.66%80.59%
HSB/HSV190°27.31%93.33%
CMYK27.31%4.62%0.00%
6.67%

Color #ADE3EE in popluar number systems.

HEXADE3EE
Decimal173227238
Binary101011011110001111101110
Octal255343356

Shades and tints

Shades of #ADE3EE

#ADE3EE
(173,227,238)
#9ECFD9
(158,207,217)
#8FBBC4
(143,187,196)
#80A7AF
(128,167,175)
#71939A
(113,147,154)
#627F85
(98,127,133)
#536B70
(83,107,112)
#44575B
(68,87,91)
#354346
(53,67,70)
#262F31
(38,47,49)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #ADE3EE

#ADE3EE
(173,227,238)
#B4E5EF
(180,229,239)
#BBE7F0
(187,231,240)
#C2E9F1
(194,233,241)
#C9EBF2
(201,235,242)
#D0EDF3
(208,237,243)
#D7EFF4
(215,239,244)
#DEF1F5
(222,241,245)
#E5F3F6
(229,243,246)
#ECF5F7
(236,245,247)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE3EE; }

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

This text font color is #ADE3EE.


Background Color

.myBgColor { background-color: #ADE3EE; }

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

This div background color is #ADE3EE.


Border color

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

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

This div border color is #ADE3EE.


Opacity

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

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

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

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

This text has shadow with #ADE3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE3EE on black background.


Color preview on white background

This text has color #ADE3EE on white background.



Black color preview on #ADE3EE background

This text has black color on #ADE3EE background.


White color preview on #ADE3EE background

This text has white color on #ADE3EE background.