COLOR #ADE4D6

HEX: #ADE4D6
RGB: (173,228,214)

Renk bilgisi

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

RGB renk modeli

#ADE4D6 color RGB value is (173,228,214).

  • kırmız ton 173;
  • yeşil ton 228;
  • mavi ton 214.
RGB:
(173,228,214)
(68%,89%,84%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 228 of 255 = 89%
B 214 of 255 = 84%

173
228
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 228 + 214 = 615 (100%)
R 173 of 615 ~ 28.13%
G 228 of 615 ~ 37.07%
B 214 of 615 ~ 34.8%

%28.13
%37.07
%34.8

CMYK RENK MODELİ

#ADE4D6 rengi CMYK tonu (24,0,6,11).

  • camgöbeği tonu 24.12%
  • eflatun tonu 0.00%
  • sarı tonu 6.14%
  • ana renk tonu 10.59%
CMYK:
(24,0,6,11)
C24M0Y6K11 
(24%,0%,6%,11%)
(0.24/0.00/0.06/0.11)	

CMYK yüzdeleri

%24.12
%0
%6.14
%10.59

Codes

Color #ADE4D6 in popluar color models

ADE4D6
RGB173228214
HSL165°50.46%78.63%
HSB/HSV165°24.12%89.41%
CMYK24.12%0.00%6.14%
10.59%

Color #ADE4D6 in popluar number systems.

HEXADE4D6
Decimal173228214
Binary101011011110010011010110
Octal255344326

Shades and tints

Shades of #ADE4D6

#ADE4D6
(173,228,214)
#9ED0C3
(158,208,195)
#8FBCB0
(143,188,176)
#80A89D
(128,168,157)
#71948A
(113,148,138)
#628077
(98,128,119)
#536C64
(83,108,100)
#445851
(68,88,81)
#35443E
(53,68,62)
#26302B
(38,48,43)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #ADE4D6

#ADE4D6
(173,228,214)
#B4E6D9
(180,230,217)
#BBE8DC
(187,232,220)
#C2EADF
(194,234,223)
#C9ECE2
(201,236,226)
#D0EEE5
(208,238,229)
#D7F0E8
(215,240,232)
#DEF2EB
(222,242,235)
#E5F4EE
(229,244,238)
#ECF6F1
(236,246,241)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE4D6; }

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

This text font color is #ADE4D6.


Background Color

.myBgColor { background-color: #ADE4D6; }

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

This div background color is #ADE4D6.


Border color

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

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

This div border color is #ADE4D6.


Opacity

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

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

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

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

This text has shadow with #ADE4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE4D6 on black background.


Color preview on white background

This text has color #ADE4D6 on white background.



Black color preview on #ADE4D6 background

This text has black color on #ADE4D6 background.


White color preview on #ADE4D6 background

This text has white color on #ADE4D6 background.