COLOR #ADE5E5

HEX: #ADE5E5 RGB: (173,229,229)

Renk bilgisi

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

RGB renk modeli

#ADE5E5 color RGB value is (173,229,229).

RGB: (173,229,229) (68%, 90%, 90%)

RGB bağlantıları ve doygunluk

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

173
229
229

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 229 + 229 = 631 (100%)
R 173 of 631 ~ 27.42%
G 229 of 631 ~ 36.29%
B 229 of 631 ~ 36.29'%

%27.42
%36.29
%36.29

CMYK RENK MODELİ

#ADE5E5 rengi CMYK tonu (24,0,0,10).

  • camgöbeği tonu 24.45%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%

CMYK: (24,0,0,10)
C24M0Y0K10 (24%, 0%, 0%, 10%)
(0.24 / 0.00 / 0.00 / 0.10)

CMYK yüzdeleri

%24.45
%0
%0
%10.2

Codes

Color #ADE5E5 in popluar color models

AD E5 E5
RGB 173 229 229
HSL 180° 51.85% 78.82%
HSB/HSV 180° 24.45% 89.80%
CMYK 24.45% 0.00% 0.00%
10.20%

Color #ADE5E5 in popluar number systems.

HEX AD E5 E5
Decimal 173 229 229
Binary 10101101 11100101 11100101
Octal 255 345 345

Shades and tints

Shades of #ADE5E5

#ADE5E5
(173,229,229)
#9ED1D1
(158,209,209)
#8FBDBD
(143,189,189)
#80A9A9
(128,169,169)
#719595
(113,149,149)
#628181
(98,129,129)
#536D6D
(83,109,109)
#445959
(68,89,89)
#354545
(53,69,69)
#263131
(38,49,49)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #ADE5E5

#ADE5E5
(173,229,229)
#B4E7E7
(180,231,231)
#BBE9E9
(187,233,233)
#C2EBEB
(194,235,235)
#C9EDED
(201,237,237)
#D0EFEF
(208,239,239)
#D7F1F1
(215,241,241)
#DEF3F3
(222,243,243)
#E5F5F5
(229,245,245)
#ECF7F7
(236,247,247)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE5E5; }

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

This text font color is #ADE5E5.

Background Color

.myBgColor { background-color: #ADE5E5; }

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

This div background color is #ADE5E5.

Border color

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

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

This div border color is #ADE5E5.

Opacity

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

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

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

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

This text has shadow with #ADE5E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE5E5.

Preview

Color preview on black background

This text has color #ADE5E5 on black background.


Color preview on white background

This text has color #ADE5E5 on white background.


Black color preview on #ADE5E5 background

This text has black color on #ADE5E5 background.


White color preview on #ADE5E5 background

This text has white color on #ADE5E5 background.


Related colors

Complementary color

Complementary color for #hex is #521A1A.


I love getcolorcode.com