COLOR #ADE1D5

HEX: #ADE1D5
RGB: (173,225,213)

Renk bilgisi

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

RGB renk modeli

#ADE1D5 color RGB value is (173,225,213).

  • kırmız ton 173;
  • yeşil ton 225;
  • mavi ton 213.
RGB:
(173,225,213)
(68%,88%,84%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 225 of 255 = 88%
B 213 of 255 = 84%

173
225
213

R + G + B ~ 80%. #ADE1D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 225 + 213 = 611 (100%)
R 173 of 611 ~ 28.31%
G 225 of 611 ~ 36.82%
B 213 of 611 ~ 34.86%

%28.31
%36.82
%34.86

CMYK RENK MODELİ

#ADE1D5 rengi CMYK tonu (23,0,5,12).

  • camgöbeği tonu 23.11%
  • eflatun tonu 0.00%
  • sarı tonu 5.33%
  • ana renk tonu 11.76%
CMYK:
(23,0,5,12)
C23M0Y5K12 
(23%,0%,5%,12%)
(0.23/0.00/0.05/0.12)	

CMYK yüzdeleri

%23.11
%0
%5.33
%11.76

Codes

Color #ADE1D5 in popluar color models

ADE1D5
RGB173225213
HSL166°46.43%78.04%
HSB/HSV166°23.11%88.24%
CMYK23.11%0.00%5.33%
11.76%

Color #ADE1D5 in popluar number systems.

HEXADE1D5
Decimal173225213
Binary101011011110000111010101
Octal255341325

Shades and tints

Shades of #ADE1D5

#ADE1D5
(173,225,213)
#9ECDC2
(158,205,194)
#8FB9AF
(143,185,175)
#80A59C
(128,165,156)
#719189
(113,145,137)
#627D76
(98,125,118)
#536963
(83,105,99)
#445550
(68,85,80)
#35413D
(53,65,61)
#262D2A
(38,45,42)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #ADE1D5

#ADE1D5
(173,225,213)
#B4E3D8
(180,227,216)
#BBE5DB
(187,229,219)
#C2E7DE
(194,231,222)
#C9E9E1
(201,233,225)
#D0EBE4
(208,235,228)
#D7EDE7
(215,237,231)
#DEEFEA
(222,239,234)
#E5F1ED
(229,241,237)
#ECF3F0
(236,243,240)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE1D5; }

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

This text font color is #ADE1D5.


Background Color

.myBgColor { background-color: #ADE1D5; }

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

This div background color is #ADE1D5.


Border color

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

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

This div border color is #ADE1D5.


Opacity

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

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

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

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

This text has shadow with #ADE1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE1D5 on black background.


Color preview on white background

This text has color #ADE1D5 on white background.



Black color preview on #ADE1D5 background

This text has black color on #ADE1D5 background.


White color preview on #ADE1D5 background

This text has white color on #ADE1D5 background.