COLOR #ADE9CA

HEX: #ADE9CA
RGB: (173,233,202)

Renk bilgisi

#ADE9CA contains mainly green and blue colors. #ADE9CA ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#ADE9CA color RGB value is (173,233,202).

  • kırmız ton 173;
  • yeşil ton 233;
  • mavi ton 202.
RGB:
(173,233,202)
(68%,91%,79%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 233 of 255 = 91%
B 202 of 255 = 79%

173
233
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 233 + 202 = 608 (100%)
R 173 of 608 ~ 28.45%
G 233 of 608 ~ 38.32%
B 202 of 608 ~ 33.22%

%28.45
%38.32
%33.22

CMYK RENK MODELİ

#ADE9CA rengi CMYK tonu (26,0,13,9).

  • camgöbeği tonu 25.75%
  • eflatun tonu 0.00%
  • sarı tonu 13.30%
  • ana renk tonu 8.63%
CMYK:
(26,0,13,9)
C26M0Y13K9 
(26%,0%,13%,9%)
(0.26/0.00/0.13/0.09)	

CMYK yüzdeleri

%25.75
%0
%13.3
%8.63

Codes

Color #ADE9CA in popluar color models

ADE9CA
RGB173233202
HSL149°57.69%79.61%
HSB/HSV149°25.75%91.37%
CMYK25.75%0.00%13.30%
8.63%

Color #ADE9CA in popluar number systems.

HEXADE9CA
Decimal173233202
Binary101011011110100111001010
Octal255351312

Shades and tints

Shades of #ADE9CA

#ADE9CA
(173,233,202)
#9ED4B8
(158,212,184)
#8FBFA6
(143,191,166)
#80AA94
(128,170,148)
#719582
(113,149,130)
#628070
(98,128,112)
#536B5E
(83,107,94)
#44564C
(68,86,76)
#35413A
(53,65,58)
#262C28
(38,44,40)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #ADE9CA

#ADE9CA
(173,233,202)
#B4EBCE
(180,235,206)
#BBEDD2
(187,237,210)
#C2EFD6
(194,239,214)
#C9F1DA
(201,241,218)
#D0F3DE
(208,243,222)
#D7F5E2
(215,245,226)
#DEF7E6
(222,247,230)
#E5F9EA
(229,249,234)
#ECFBEE
(236,251,238)
#F3FDF2
(243,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE9CA; }

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

This text font color is #ADE9CA.


Background Color

.myBgColor { background-color: #ADE9CA; }

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

This div background color is #ADE9CA.


Border color

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

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

This div border color is #ADE9CA.


Opacity

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

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

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

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

This text has shadow with #ADE9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE9CA on black background.


Color preview on white background

This text has color #ADE9CA on white background.



Black color preview on #ADE9CA background

This text has black color on #ADE9CA background.


White color preview on #ADE9CA background

This text has white color on #ADE9CA background.