COLOR #ADE5E7

HEX: #ADE5E7
RGB: (173,229,231)

Renk bilgisi

#ADE5E7 contains red, green and blue colors in about the same proportion. #ADE5E7 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#ADE5E7 color RGB value is (173,229,231).

  • kırmız ton 173;
  • yeşil ton 229;
  • mavi ton 231.
RGB:
(173,229,231)
(68%,90%,91%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 229 of 255 = 90%
B 231 of 255 = 91%

173
229
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 229 + 231 = 633 (100%)
R 173 of 633 ~ 27.33%
G 229 of 633 ~ 36.18%
B 231 of 633 ~ 36.49%

%27.33
%36.18
%36.49

CMYK RENK MODELİ

#ADE5E7 rengi CMYK tonu (25,1,0,9).

  • camgöbeği tonu 25.11%
  • eflatun tonu 0.87%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(25,1,0,9)
C25M1Y0K9 
(25%,1%,0%,9%)
(0.25/0.01/0.00/0.09)	

CMYK yüzdeleri

%25.11
%0.87
%0
%9.41

Codes

Color #ADE5E7 in popluar color models

ADE5E7
RGB173229231
HSL182°54.72%79.22%
HSB/HSV182°25.11%90.59%
CMYK25.11%0.87%0.00%
9.41%

Color #ADE5E7 in popluar number systems.

HEXADE5E7
Decimal173229231
Binary101011011110010111100111
Octal255345347

Shades and tints

Shades of #ADE5E7

#ADE5E7
(173,229,231)
#9ED1D2
(158,209,210)
#8FBDBD
(143,189,189)
#80A9A8
(128,169,168)
#719593
(113,149,147)
#62817E
(98,129,126)
#536D69
(83,109,105)
#445954
(68,89,84)
#35453F
(53,69,63)
#26312A
(38,49,42)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #ADE5E7

#ADE5E7
(173,229,231)
#B4E7E9
(180,231,233)
#BBE9EB
(187,233,235)
#C2EBED
(194,235,237)
#C9EDEF
(201,237,239)
#D0EFF1
(208,239,241)
#D7F1F3
(215,241,243)
#DEF3F5
(222,243,245)
#E5F5F7
(229,245,247)
#ECF7F9
(236,247,249)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE5E7 color. Also use rgb(173,229,231) instead hex code.

Text Font Color

.myTextColor { color: #ADE5E7; }

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

This text font color is #ADE5E7.


Background Color

.myBgColor { background-color: #ADE5E7; }

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

This div background color is #ADE5E7.


Border color

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

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

This div border color is #ADE5E7.


Opacity

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

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

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

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

This text has shadow with #ADE5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE5E7 on black background.


Color preview on white background

This text has color #ADE5E7 on white background.



Black color preview on #ADE5E7 background

This text has black color on #ADE5E7 background.


White color preview on #ADE5E7 background

This text has white color on #ADE5E7 background.