COLOR #ADE6CD

HEX: #ADE6CD
RGB: (173,230,205)

Renk bilgisi

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

RGB renk modeli

#ADE6CD color RGB value is (173,230,205).

  • kırmız ton 173;
  • yeşil ton 230;
  • mavi ton 205.
RGB:
(173,230,205)
(68%,90%,80%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 230 of 255 = 90%
B 205 of 255 = 80%

173
230
205

R + G + B ~ 79%. #ADE6CD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 230 + 205 = 608 (100%)
R 173 of 608 ~ 28.45%
G 230 of 608 ~ 37.83%
B 205 of 608 ~ 33.72%

%28.45
%37.83
%33.72

CMYK RENK MODELİ

#ADE6CD rengi CMYK tonu (25,0,11,10).

  • camgöbeği tonu 24.78%
  • eflatun tonu 0.00%
  • sarı tonu 10.87%
  • ana renk tonu 9.80%
CMYK:
(25,0,11,10)
C25M0Y11K10 
(25%,0%,11%,10%)
(0.25/0.00/0.11/0.10)	

CMYK yüzdeleri

%24.78
%0
%10.87
%9.8

Codes

Color #ADE6CD in popluar color models

ADE6CD
RGB173230205
HSL154°53.27%79.02%
HSB/HSV154°24.78%90.20%
CMYK24.78%0.00%10.87%
9.80%

Color #ADE6CD in popluar number systems.

HEXADE6CD
Decimal173230205
Binary101011011110011011001101
Octal255346315

Shades and tints

Shades of #ADE6CD

#ADE6CD
(173,230,205)
#9ED2BB
(158,210,187)
#8FBEA9
(143,190,169)
#80AA97
(128,170,151)
#719685
(113,150,133)
#628273
(98,130,115)
#536E61
(83,110,97)
#445A4F
(68,90,79)
#35463D
(53,70,61)
#26322B
(38,50,43)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #ADE6CD

#ADE6CD
(173,230,205)
#B4E8D1
(180,232,209)
#BBEAD5
(187,234,213)
#C2ECD9
(194,236,217)
#C9EEDD
(201,238,221)
#D0F0E1
(208,240,225)
#D7F2E5
(215,242,229)
#DEF4E9
(222,244,233)
#E5F6ED
(229,246,237)
#ECF8F1
(236,248,241)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE6CD; }

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

This text font color is #ADE6CD.


Background Color

.myBgColor { background-color: #ADE6CD; }

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

This div background color is #ADE6CD.


Border color

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

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

This div border color is #ADE6CD.


Opacity

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

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

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

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

This text has shadow with #ADE6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE6CD on black background.


Color preview on white background

This text has color #ADE6CD on white background.



Black color preview on #ADE6CD background

This text has black color on #ADE6CD background.


White color preview on #ADE6CD background

This text has white color on #ADE6CD background.