COLOR #ADF8EE

HEX: #ADF8EE
RGB: (173,248,238)

Renk bilgisi

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

RGB renk modeli

#ADF8EE color RGB value is (173,248,238).

  • kırmız ton 173;
  • yeşil ton 248;
  • mavi ton 238.
RGB:
(173,248,238)
(68%,97%,93%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 248 of 255 = 97%
B 238 of 255 = 93%

173
248
238

R + G + B ~ 86%. #ADF8EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 248 + 238 = 659 (100%)
R 173 of 659 ~ 26.25%
G 248 of 659 ~ 37.63%
B 238 of 659 ~ 36.12%

%26.25
%37.63
%36.12

CMYK RENK MODELİ

#ADF8EE rengi CMYK tonu (30,0,4,3).

  • camgöbeği tonu 30.24%
  • eflatun tonu 0.00%
  • sarı tonu 4.03%
  • ana renk tonu 2.75%
CMYK:
(30,0,4,3)
C30M0Y4K3 
(30%,0%,4%,3%)
(0.30/0.00/0.04/0.03)	

CMYK yüzdeleri

%30.24
%0
%4.03
%2.75

Codes

Color #ADF8EE in popluar color models

ADF8EE
RGB173248238
HSL172°84.27%82.55%
HSB/HSV172°30.24%97.25%
CMYK30.24%0.00%4.03%
2.75%

Color #ADF8EE in popluar number systems.

HEXADF8EE
Decimal173248238
Binary101011011111100011101110
Octal255370356

Shades and tints

Shades of #ADF8EE

#ADF8EE
(173,248,238)
#9EE2D9
(158,226,217)
#8FCCC4
(143,204,196)
#80B6AF
(128,182,175)
#71A09A
(113,160,154)
#628A85
(98,138,133)
#537470
(83,116,112)
#445E5B
(68,94,91)
#354846
(53,72,70)
#263231
(38,50,49)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #ADF8EE

#ADF8EE
(173,248,238)
#B4F8EF
(180,248,239)
#BBF8F0
(187,248,240)
#C2F8F1
(194,248,241)
#C9F8F2
(201,248,242)
#D0F8F3
(208,248,243)
#D7F8F4
(215,248,244)
#DEF8F5
(222,248,245)
#E5F8F6
(229,248,246)
#ECF8F7
(236,248,247)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF8EE color. Also use rgb(173,248,238) instead hex code.

Text Font Color

.myTextColor { color: #ADF8EE; }

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

This text font color is #ADF8EE.


Background Color

.myBgColor { background-color: #ADF8EE; }

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

This div background color is #ADF8EE.


Border color

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

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

This div border color is #ADF8EE.


Opacity

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

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

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

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

This text has shadow with #ADF8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF8EE on black background.


Color preview on white background

This text has color #ADF8EE on white background.



Black color preview on #ADF8EE background

This text has black color on #ADF8EE background.


White color preview on #ADF8EE background

This text has white color on #ADF8EE background.