COLOR #ADF1ED

HEX: #ADF1ED
RGB: (173,241,237)

Renk bilgisi

#ADF1ED contains mainly green and blue colors. #ADF1ED ‘ nin web güvenlik rengi #99FFFF (ya da #9FF) dir.

RGB renk modeli

#ADF1ED color RGB value is (173,241,237).

  • kırmız ton 173;
  • yeşil ton 241;
  • mavi ton 237.
RGB:
(173,241,237)
(68%,95%,93%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 241 of 255 = 95%
B 237 of 255 = 93%

173
241
237

R + G + B ~ 85%. #ADF1ED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 241 + 237 = 651 (100%)
R 173 of 651 ~ 26.57%
G 241 of 651 ~ 37.02%
B 237 of 651 ~ 36.41%

%26.57
%37.02
%36.41

CMYK RENK MODELİ

#ADF1ED rengi CMYK tonu (28,0,2,5).

  • camgöbeği tonu 28.22%
  • eflatun tonu 0.00%
  • sarı tonu 1.66%
  • ana renk tonu 5.49%
CMYK:
(28,0,2,5)
C28M0Y2K5 
(28%,0%,2%,5%)
(0.28/0.00/0.02/0.05)	

CMYK yüzdeleri

%28.22
%0
%1.66
%5.49

Codes

Color #ADF1ED in popluar color models

ADF1ED
RGB173241237
HSL176°70.83%81.18%
HSB/HSV176°28.22%94.51%
CMYK28.22%0.00%1.66%
5.49%

Color #ADF1ED in popluar number systems.

HEXADF1ED
Decimal173241237
Binary101011011111000111101101
Octal255361355

Shades and tints

Shades of #ADF1ED

#ADF1ED
(173,241,237)
#9EDCD8
(158,220,216)
#8FC7C3
(143,199,195)
#80B2AE
(128,178,174)
#719D99
(113,157,153)
#628884
(98,136,132)
#53736F
(83,115,111)
#445E5A
(68,94,90)
#354945
(53,73,69)
#263430
(38,52,48)
#171F1B
(23,31,27)
#000000
(0,0,0)

Tints of #ADF1ED

#ADF1ED
(173,241,237)
#B4F2EE
(180,242,238)
#BBF3EF
(187,243,239)
#C2F4F0
(194,244,240)
#C9F5F1
(201,245,241)
#D0F6F2
(208,246,242)
#D7F7F3
(215,247,243)
#DEF8F4
(222,248,244)
#E5F9F5
(229,249,245)
#ECFAF6
(236,250,246)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF1ED color. Also use rgb(173,241,237) instead hex code.

Text Font Color

.myTextColor { color: #ADF1ED; }

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

This text font color is #ADF1ED.


Background Color

.myBgColor { background-color: #ADF1ED; }

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

This div background color is #ADF1ED.


Border color

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

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

This div border color is #ADF1ED.


Opacity

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

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

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

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

This text has shadow with #ADF1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF1ED on black background.


Color preview on white background

This text has color #ADF1ED on white background.



Black color preview on #ADF1ED background

This text has black color on #ADF1ED background.


White color preview on #ADF1ED background

This text has white color on #ADF1ED background.