COLOR #ADF5DB

HEX: #ADF5DB
RGB: (173,245,219)

Renk bilgisi

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

RGB renk modeli

#ADF5DB color RGB value is (173,245,219).

  • kırmız ton 173;
  • yeşil ton 245;
  • mavi ton 219.
RGB:
(173,245,219)
(68%,96%,86%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 245 of 255 = 96%
B 219 of 255 = 86%

173
245
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 245 + 219 = 637 (100%)
R 173 of 637 ~ 27.16%
G 245 of 637 ~ 38.46%
B 219 of 637 ~ 34.38%

%27.16
%38.46
%34.38

CMYK RENK MODELİ

#ADF5DB rengi CMYK tonu (29,0,11,4).

  • camgöbeği tonu 29.39%
  • eflatun tonu 0.00%
  • sarı tonu 10.61%
  • ana renk tonu 3.92%
CMYK:
(29,0,11,4)
C29M0Y11K4 
(29%,0%,11%,4%)
(0.29/0.00/0.11/0.04)	

CMYK yüzdeleri

%29.39
%0
%10.61
%3.92

Codes

Color #ADF5DB in popluar color models

ADF5DB
RGB173245219
HSL158°78.26%81.96%
HSB/HSV158°29.39%96.08%
CMYK29.39%0.00%10.61%
3.92%

Color #ADF5DB in popluar number systems.

HEXADF5DB
Decimal173245219
Binary101011011111010111011011
Octal255365333

Shades and tints

Shades of #ADF5DB

#ADF5DB
(173,245,219)
#9EDFC8
(158,223,200)
#8FC9B5
(143,201,181)
#80B3A2
(128,179,162)
#719D8F
(113,157,143)
#62877C
(98,135,124)
#537169
(83,113,105)
#445B56
(68,91,86)
#354543
(53,69,67)
#262F30
(38,47,48)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #ADF5DB

#ADF5DB
(173,245,219)
#B4F5DE
(180,245,222)
#BBF5E1
(187,245,225)
#C2F5E4
(194,245,228)
#C9F5E7
(201,245,231)
#D0F5EA
(208,245,234)
#D7F5ED
(215,245,237)
#DEF5F0
(222,245,240)
#E5F5F3
(229,245,243)
#ECF5F6
(236,245,246)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF5DB; }

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

This text font color is #ADF5DB.


Background Color

.myBgColor { background-color: #ADF5DB; }

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

This div background color is #ADF5DB.


Border color

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

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

This div border color is #ADF5DB.


Opacity

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

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

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

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

This text has shadow with #ADF5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF5DB on black background.


Color preview on white background

This text has color #ADF5DB on white background.



Black color preview on #ADF5DB background

This text has black color on #ADF5DB background.


White color preview on #ADF5DB background

This text has white color on #ADF5DB background.