COLOR #ADEDED

HEX: #ADEDED
RGB: (173,237,237)

Renk bilgisi

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

RGB renk modeli

#ADEDED color RGB value is (173,237,237).

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

RGB bağlantıları ve doygunluk

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

173
237
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 237 + 237 = 647 (100%)
R 173 of 647 ~ 26.74%
G 237 of 647 ~ 36.63%
B 237 of 647 ~ 36.63%

%26.74
%36.63
%36.63

CMYK RENK MODELİ

#ADEDED rengi CMYK tonu (27,0,0,7).

  • camgöbeği tonu 27.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(27,0,0,7)
C27M0Y0K7 
(27%,0%,0%,7%)
(0.27/0.00/0.00/0.07)	

CMYK yüzdeleri

%27
%0
%0
%7.06

Codes

Color #ADEDED in popluar color models

ADEDED
RGB173237237
HSL180°64.00%80.39%
HSB/HSV180°27.00%92.94%
CMYK27.00%0.00%0.00%
7.06%

Color #ADEDED in popluar number systems.

HEXADEDED
Decimal173237237
Binary101011011110110111101101
Octal255355355

Shades and tints

Shades of #ADEDED

#ADEDED
(173,237,237)
#9ED8D8
(158,216,216)
#8FC3C3
(143,195,195)
#80AEAE
(128,174,174)
#719999
(113,153,153)
#628484
(98,132,132)
#536F6F
(83,111,111)
#445A5A
(68,90,90)
#354545
(53,69,69)
#263030
(38,48,48)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #ADEDED

#ADEDED
(173,237,237)
#B4EEEE
(180,238,238)
#BBEFEF
(187,239,239)
#C2F0F0
(194,240,240)
#C9F1F1
(201,241,241)
#D0F2F2
(208,242,242)
#D7F3F3
(215,243,243)
#DEF4F4
(222,244,244)
#E5F5F5
(229,245,245)
#ECF6F6
(236,246,246)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEDED; }

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

This text font color is #ADEDED.


Background Color

.myBgColor { background-color: #ADEDED; }

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

This div background color is #ADEDED.


Border color

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

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

This div border color is #ADEDED.


Opacity

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

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

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

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

This text has shadow with #ADEDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEDED on black background.


Color preview on white background

This text has color #ADEDED on white background.



Black color preview on #ADEDED background

This text has black color on #ADEDED background.


White color preview on #ADEDED background

This text has white color on #ADEDED background.